| Thread | Last Post | Replies |
|
| FileUpload with Ajax? | 14 Sep 2007 09:02 GMT | 2 |
how can I upload a file with ajax? Because when I submit my form the postedfile is null. THanks
|
| Session state : SQLServer permissions | 14 Sep 2007 08:36 GMT | 5 |
I've been looking at using SQLServer to maintain session state. I'm confused over what permissions are required. There is an autoexec stored procedure in master called ASPState_Startup that creates two tables in tempdb.
|
| can path to web app be a default doc | 14 Sep 2007 08:13 GMT | 1 |
I have .NET and IIS 6 I want request like http:/www.abcd.com go to http:/www.abcd.com/testapp/index.aspx
|
| IIS7 on Vista and SQLExpress problem | 14 Sep 2007 04:08 GMT | 5 |
I wonder if someone could shed some light on this one for me. I have developed a web app in VS2005 with the built in server. It uses an sql database, everytihng works. I need to test it across the network, so i've installed IIS7 on my Vista
|
| httpModules in IIS 6? | 14 Sep 2007 04:06 GMT | 8 |
I've created a website in VS2005 with the in-built server, which uses an httpModule for UrlRewriting (using a hook into BeginRequest, doing everything by hand). I've recently transfered the website to a production server (win2k3, iis6),
|
| How to fill background of page with gradient | 14 Sep 2007 03:34 GMT | 9 |
I want to fill the entire background of a page with a gradient. As a test, I first filled with a solid color like this: <body style="background-color: #ccffff;" > and the entire page was this color.
|
| email validation | 14 Sep 2007 03:20 GMT | 1 |
I have to validate TextBox. I have a customValidate control for textbox. I have following function for customValidate control. but if I type in textbox bobby
|
| Web application projects changes to the aspx page has no effect. | 14 Sep 2007 01:10 GMT | 1 |
Web application projects I have a little assignment where I have to make some changes to a Web Application Project, and there are some basic information I have spent lots of time figuring out, So you can really make me happy if you can
|
| VS.NET Crashes From ASPX line! | 14 Sep 2007 01:06 GMT | 2 |
Hi, all. I'm having a helluva time with VS.NET 2005 and ASP.NET 2.0. When I add one line to my ASPX page, it causes the IDE to bomb with the dialog that says:
|
| Multiple checkbox validation | 14 Sep 2007 01:01 GMT | 4 |
how can I client-validate a list of checkboxes as at least one is required using the requiredFieldValisator? Is this possible without me writing any Client JavaScript code or Am I missing something here.
|
| substring | 14 Sep 2007 00:34 GMT | 1 |
I have a string bobby@yahoo.com (Bobby Gill) I want to parse it and want to get the substring "bobby@yahoo.com" before space.
|
| AutoComplete extender | 13 Sep 2007 23:59 GMT | 1 |
I’m trying to figure out how I can achieve the followings: While typing in a textbox, making a webservice call gets possible values from DB in Autocomplete textbox. I need to validate that the user selection is one of the value list in AutoComplete textbox. ...
|
| At Install: "Object reference not set" on Role Provider | 13 Sep 2007 23:49 GMT | 2 |
I'm installing an ASP.Net 2.0 web applications project (WAP) application on a production server (Win 2003). I've installed it on XP test machines before and it runs fine. On my production machine I get this error (full error screen below) when I attempt to visit the start page. ...
|
| Using the Call Statement | 13 Sep 2007 23:46 GMT | 1 |
Is it still considered best practices to use the 'Call' statement when running other procedures in code?
|
| validation | 13 Sep 2007 23:43 GMT | 1 |
I have a AutoCompleteExtender and I bound it to a textbox. It is the list of all email address and last name and first name nMultani@dov.gc.ca (nancy Multani) bGill@dov.gc.ca (babay Gill)
|