| Thread | Last Post | Replies |
|
| Help - Microsoft C# 2005 IntelliSense has encountered a problem AGAIN! | 12 Jun 2007 15:35 GMT | 5 |
I have occasionally had an error whilst using VS2005... "Microsoft C# 2005 IntelliSense has encountered a problem and has had to close" This has not been very frequent, so I've just closed VS2005 and started
|
| updating with aspx and XML file | 12 Jun 2007 15:09 GMT | 15 |
Thanks in advance fo rany help... I have an XML data file (well- formed) that I need to place into my website's app_data folder. I would like to have an .aspx form on my site that simply has two textboxes (corresponding to two XML fields in my file), and a
|
| debbugging in iis - serving outdated pages | 12 Jun 2007 14:56 GMT | 1 |
So far, I've always been debugging my ASPX pages using the ASP.NET development server within Visual Studio, and then when everything worked out, deployed the aplication on a remote IIS (running on Win2003). A few times, I made some changes in the .cs files on the webserver as ...
|
| Programmatically using SqlDataSource | 12 Jun 2007 14:56 GMT | 3 |
hey all, i have the following statement: protected void CheckBox1_CheckedChanged(object sender, EventArgs e) {
|
| Getting window credential from user machine thru' ASP.NET | 12 Jun 2007 14:29 GMT | 2 |
I wonder how can I get the window/network credential from the user machine thru' ASP.NET? I have been using LDAP, however, the user will be prompted for username and password at least once. Is there a way to get the user
|
| LinkButton click event not firing | 12 Jun 2007 14:23 GMT | 6 |
I have a website that allows the user to generate a new quote. When they are finished creating the quote, it brings them to the final page (called the Goodbye.aspx page) which just states the quote has been submitted and an email will arrive to them shortly.
|
| FileUpoad Control | 12 Jun 2007 14:05 GMT | 2 |
i used the file upload control to upload a file. i set the target path as a WINDOWS directory. how can i set the target path as my virtual directory in the IIS. i am not going to the path of virtual directory(i.e C:\myserver\)
|
| aspx page stops responding but asp page works. | 12 Jun 2007 13:57 GMT | 2 |
Every day or every two days, our aspx pages stop responding and we have to stop and restart the www service. The regular asp pages work just fine during this time. Any ideas?
|
| What is an ImageMap | 12 Jun 2007 13:47 GMT | 1 |
what is an imagemap. how to use that. and can we divide the image into different regions
|
| Window.close() not working in firefox | 12 Jun 2007 12:51 GMT | 3 |
The function javascript:window.close() is not working in firefox. how do i close browser window in firefox.
|
| Unable to start debugging on the web server. An authentication err | 12 Jun 2007 12:32 GMT | 1 |
I'm using vista, VS team suite with sp1. when building web site. it always giving me this error. "Unable to start debugging on the web server. An authentication error occurred while communicating with the web server".
|
| GZip output compression with AJAX | 12 Jun 2007 12:29 GMT | 4 |
Hi. To make page downloading quicker, I added GZipStream into the Response filter. My (shortened VB) code snippet from Global.asax looks like this: ...........................................
|
| Selecting text in a textbox | 12 Jun 2007 12:00 GMT | 2 |
I have a textbox that is used to insert some html code. I want to highlight errors in the code, possibly by selecting the text. Is it possible to highlight/select areas of a textbox programmatically? Thanks,
|
| Simulate postback from JavaScript problem in IE | 12 Jun 2007 11:41 GMT | 9 |
I have what seems to be a relatively simple problem when attempting to simulate a postback in ASP.NET from JavaScript. My scenario is (and please don't ask me why) that I have an HTML <a>nchor which is generated dynamically using the DOM, and when clicked should force an <asp ...
|
| Any change I make to web.config gives server application unavailable error! | 12 Jun 2007 09:39 GMT | 4 |
If I open, edit and save the web.config file directly on the webserver, the web server becomes unavailable. When I reset IIS, I get the 'Server Application Unavailable' message appear for that web site. The change
|