| Thread | Last Post | Replies |
|
| Exception handling source line number | 12 Mar 2008 16:46 GMT | 2 |
I am using global.asax to handle my web application exceptions and have configured it to create event log entries for errors that occur and to display an error page advising the user to contact the helpdesk. I have an intermittent uninitialised object error that I am not able to
|
| ListBox populated with Javascript shows no members upon Callback | 12 Mar 2008 16:33 GMT | 1 |
I was wondering if what I am seeing is to be expected or maybe I'm setting things up wrong with the Update Panels. I am programming in VS 2008 with VB. I have a page with multiple update panels. At the bottom of the page I have an update panel with UpdateMode="Always" where I ...
|
| VS .Net 2008 Installation | 12 Mar 2008 15:39 GMT | 2 |
When I am trying to install VS .Net 2008 I am geting an error message saying "A problem has been encountered while loading the setup components. Canceling setup". I have gone through the readme document provided by microsoft and I tried with its some of tips given, but
|
| Conflict event handling. | 12 Mar 2008 15:29 GMT | 2 |
Currently, I'm using javascript to respond the "ENTER" button press event in my ASPNET page. It works fine when there is no multi-line textbox, but when multi-line textbox is presented in page, and user enters "ENTER" button, both of my
|
| urgent need help regarding formatting/parsing | 12 Mar 2008 15:25 GMT | 1 |
i m using this function in javascript but there is problem. function thousandseparator(val) { var regexpr=new RegExp('(-?[0-9]+)([0-9]{3})');
|
| Access network share from ASP.NET | 12 Mar 2008 13:27 GMT | 3 |
I need to access a file on a network share from an ASP.NET application (using methods like file.readalltext). Of course ASP.NET doesn't have access to that share. But I do have both UserID and password of a user who does have access. How do I use them to supply credentials for ...
|
| javascirpt for popup window | 12 Mar 2008 13:00 GMT | 1 |
i have open on window in popup. Now i want to open new popup window by this open window. How this is possible.
|
| Access denied to the path 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\asp.netwebadminfiles\web.config' | 12 Mar 2008 13:00 GMT | 2 |
I should be most grateful if you could help me. Why do i receive in Visual Web Developer 08 the following message Access denied to the path 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\asp.netwebadminfiles\web.config'
|
| Vista - IP Address | 12 Mar 2008 11:39 GMT | 4 |
Anyone please suggest me to retrieve the Vista machine's IP Address from asp.net. I tried Request.ServerVariables["REMOTE_ADDR"], but no success.
|
| could not find file (.msi,.exe,.tmp) error in building web setup project! | 12 Mar 2008 10:26 GMT | 2 |
I am creating a web setup Project using VS 2005.First time its works fine, But when I closed the solution and again open solution and try to build web setup project then there is an error like that could not find file (.msi,.exe,.tmp) with these extension inside the debug or
|
| Best practice to share session between .net 1.1 and .net 3.0/3.5 | 12 Mar 2008 10:09 GMT | 2 |
I work on an asp.net 1.1 application which we cannot upgrade to a newer version of .net so we want to look into sharing session, preferably with 3.5, but if that isn't possible with 2.0 or 3.0 Session is currently stored in SQL Server for the 1.1 asp.net application.
|
| Redirect after 5 seconds only if bolNeedToRedirect=True ? | 12 Mar 2008 06:43 GMT | 7 |
I want to redirect a vb.net aspx page after 5 seconds only if a variable bolNeedToRedirect=True. This variable is determined after code sees whether a person is logged in. How could I achive this considering the header meta tag for redirecting
|
| using case statement | 12 Mar 2008 06:23 GMT | 2 |
Hi Friends, I want to use "in" clause in case statement as shown below. e.g select * from employee
|
| Page Request Parser Error Exception with AJAX-enabled page | 12 Mar 2008 06:14 GMT | 2 |
When I do a postback on a particular AJAX-enabled page, I get a popup that says: "Sys.WebForms.PageRequestManagerParserErrorException: The message received could not be parsed. . . . " It comes and goes, and I only get the message once. A second submit
|
| Deployment for calling a command line exe | 12 Mar 2008 06:11 GMT | 1 |
Does anyone have a pointer to a good overview on deploying an ASP.NET application that calls out to a command line exe? The application is working fine in local test but when we deploy it we are getting: Configuration system failed to initialize at
|