| Thread | Last Post | Replies |
|
| First PageMethod blocks second page method from executing | 23 Jul 2007 22:02 GMT | 3 |
I am executing an AJAX page method that is a long running task. After starting the first method, I execute a second page method to retrieve the status of the task. It works fine in an empty web application, but when I paste the code into my main application (~10 projects, maybe ...
|
| Page level variables reset during Ajax post back | 23 Jul 2007 21:35 GMT | 3 |
I have a aspx page with ajax scriptmanger update panel etc. I also have public string variables on the aspx page. Whenever postback happens from Ajax update panel, at server side all the public string variables are reset to empty string. As if fresh
|
| Most elegant way to clear all the text fields on asp.net page? | 23 Jul 2007 21:25 GMT | 2 |
What is the most elegant way to clear all the text fields on asp.net page? I just don't think that txtShortName.Text = "" txtYearFounded.Text = ""
|
| DataAvailable property in TCPClient class misleading in usage | 23 Jul 2007 18:33 GMT | 1 |
I'm not really sure if this is the best place but I couldn't find a TCP specific newsgroup. It appears that the DataAvailable property of the TCPClient is just a test for whether data is buffered, and does not take into account whether the
|
| Setting the timeout for a specific page. | 23 Jul 2007 17:15 GMT | 1 |
Is there a way to set the timeouts for inactivity to be specific for a specific page? My memory is the answer is no. I have a script that is on every page at the moment that after twenty
|
| find control in user control in master page | 23 Jul 2007 16:58 GMT | 1 |
I'm trying to get UniqueID of a linkbutton. I have 2 web user controls. And a master page. In fisrst web user control there is a datalist.
|
| printing webpage | 23 Jul 2007 16:48 GMT | 10 |
I am trying to use javascript to print my .NET page. I am building up some HTML using a stringbuilder and then using this javascript to try to print it : <input id="Button2" value="Print" onclick="javascript:window.print()">
|
| Problems storing upload file in session (ObjectDisposedException) | 23 Jul 2007 16:31 GMT | 6 |
I have the following code. I upload an XML file using the FileUpload object, store the stream in a session so the user gets the chance to confirm some options then pass the stream from the Session to an XmlReader. if (performImport == false)
|
| loading to session after response is sent. | 23 Jul 2007 16:18 GMT | 3 |
i'm trying to figure out how i would load items to the session after the reponse has been sent out. (1) so user goes to /default.aspx (2) server does it's thing and sends response back
|
| Enforcing UI Standards | 23 Jul 2007 15:08 GMT | 2 |
We are working on a .net 2.0 web app using master pages and themes. We want to ensure that all webcontrols use the proper Skin from our theme, and that visual elements are not overridden at the page level. What [free] tools are available to help me ensure that aspx code ...
|
| Query Question, Need Help ASAP! | 23 Jul 2007 15:02 GMT | 2 |
Hello Fellow Members, Background: Hopefully someone out there can help me. Here is the situation. I have a documents table which stores "documents". A document can either be a
|
| Page posts back after having already performed a postback | 23 Jul 2007 14:52 GMT | 1 |
I have a form containing three AJAX UpdatePanels, two of which contain a pair of listboxes and a pair of buttons, with the third one containing a pair of radio buttons in a radiobutton list and either three CascadingDropDown lists or two CascadingDropDown lists and a textbox ...
|
| Newbie Question | 23 Jul 2007 13:46 GMT | 3 |
I am very new to ASP.Net and I am finding it hard to do some fundamental things. Any help would be greatly appreciated. I am developing a web application to store, view and maintain projects that our team works on. For each project the user can specify 1) The
|
| Windows Workflow Foundation Web Workflow Approvals Starter Kit: problem | 23 Jul 2007 12:32 GMT | 1 |
I'm testing this starter kit and I have a problem with persisting workflow state. In UserActivitiesHelper class there is a method UserActivitiesHelper() with the code block that clears the database data each time the service starts. There is a comment that this block code
|
| Getting file permissions | 23 Jul 2007 11:39 GMT | 1 |
I've been wondering for quite a while now if this even is without trying to open the file or something like that? I'm trying to list all the files in a directory (with subdirectories) to which the logged in user has permissions. I'm using forms authentication and the permissions ...
|