| Thread | Last Post | Replies |
|
| Script load problems | 13 Nov 2007 19:23 GMT | 1 |
If I click to soon (as any user would do) I get the following msg: Microsoft JScript runtime error: Sys.InvalidOperationException: ScriptLoader.loadScripts cannot be called while the ScriptLoader is already loading scripts.
|
| Expiring page immediately after leaving it... | 13 Nov 2007 19:11 GMT | 3 |
How can I expire a page after I click on something that redirects me to another page (either a link or a Submit button)? I load the page to be expired via https. I've tried several options I found on the web, including adding on
|
| How do one test for nulls in VB? | 13 Nov 2007 19:04 GMT | 4 |
I am reading some records into a recordset when I got to assign a text box the value of one of the fields I get an exception because the recordset has a null value in it. How do you test for nulls in vb script? Example:
|
| Using content-disposition to download a remote file? | 13 Nov 2007 17:13 GMT | 2 |
I am using ASP.NET 2.0 w/ c#. I have an Http handler that intercepts any request labeled .file. I am trying to have this handler serve up a file from a remote location (public) and I do not want to have read the file from the remote server first then stream it through my server
|
| UnhandledException event | 13 Nov 2007 17:00 GMT | 1 |
Hi misters, is it possible use AppDomain.Currentdomain. UnhandledException event en ASP.NET 2.0 ?? I have this code:
|
| Session variables | 13 Nov 2007 16:28 GMT | 3 |
Is there any inconvenient using session variables (about 10, containing string), for a website having about 100 simultaneous users ? Thanks for your opinion !
|
| ConnectionString - space at end of password? | 13 Nov 2007 16:02 GMT | 3 |
The password to our SQL Server was recently changed and now has a space at the end of it. I've modified the Connection String in my web.config, but it's throwing a 'Login failed for <user>' exception. I'm assuming this is because of the space at the end of the password
|
| Having terrible time replacing a textbox in a gridview with another type in edit mode | 13 Nov 2007 15:39 GMT | 4 |
Whether it is a checkbox to be replcaed with and image or a textbox to be repalced with a dropdown, imfailing. One simple reason. I can add a new compoentn into the edit row ,I jsut cant replace an existing one or fin done to then set it to
|
| Testing if URL exists and then redirecting to another page if fail | 13 Nov 2007 15:01 GMT | 3 |
I have had no luck with the following scenario: One of our requirements for a particular business scenario is to test the existance of a URL before sending the client there. If the URL does not exist, then we send them to another page.
|
| CookieContainer and CookieCollection | 13 Nov 2007 14:49 GMT | 4 |
I have a CookieContainer full of Cookies. I want to loop through the CookieContainer to display the cookies? How can I do this. I know how to loop through a CookieCollection and display the cookies.
|
| HttpContext | 13 Nov 2007 14:25 GMT | 3 |
Hi misters, if I have HttpContext, how I get Page reference ?? Which is the best way to get it ?? Thanks in advance.
|
| VB6 Combo box text property equivalent in HTML Select control | 13 Nov 2007 14:22 GMT | 1 |
Is there a way to display some text in html select control by default which when the control is clicked, will not be listed in the drop down that contains its options. For example:
|
| Disabled radio buttons and checkboxes are hard to see | 13 Nov 2007 13:12 GMT | 2 |
Users of a VS2005 asp.net web forms application can complete questionnaires, and when they are completed the questionnaires can be viewed but not modified. Once completed, the controls in the questionnaire are disabled (enabled =
|
| System.Diagnostics.Process() hangs | 13 Nov 2007 12:20 GMT | 5 |
I have now spend app. 3 days to get the below scenario to work, but can not get there! .Net version = 2.0.50727 Windows version = Microsoft Windows [Version 5.2.3790] = Windows
|
| AutoComplete feature in dropdown in asp.net 1.1 - Urgent | 13 Nov 2007 11:46 GMT | 3 |
I need the coding for AutoComplete feature in asp.net 1.1 dropdown(combo) box. Pls kindly help me to resolve this problem ASAP. Thanks in Advance. Regards,
|