AjaxFileUpload automatically upload file once selected
I have a standard AjaxFileUpload control
I have a standard AjaxFileUpload control
I’ve really been struggling for days on this matter.
Possible Duplicate:
Performance of Arrays vs. Lists
Helloes,
I have some scheduled jobs that need to be run in the Application_Start but as far as I know, this method only get triggered after the first request. Is there anyway I can just auto startup the application after I stop and start the connection in IIS or stop/start/restart the site?
When creating a asp.net page, which uses the .NET framework, does the client accessing the page need to have the .NET framework installed on their computer? I.e. User goes to www.fakesite.com/default.aspx, if they do not have the framework installed will they be able to access the website?
How to set value of textbox?
I have a page that contains some dynamically created controls (TextBox and DropDownList). When a postback occurs, the TextBoxes keep their values, but the DropDownLists lose their ListItems.
This is quite confusing, since the page level DropDownList also keeps its ListItems. Can anyone see what’s wrong with the code below?
I’m very new to C# and .NET and I find myself faced with a problem and I’m not sure in which direction I need to head.