| Thread | Last Post | Replies |
|
| ASP.NET 2.0 | 14 Jun 2007 12:02 GMT | 3 |
I haven't upgraded from ASP.NET 1.1 to ASP,NET 2.0. If I do will my ASP.NET 1.1 code need to be revised? Thanks in advance, RABMissouri2007
|
| Debug ASP.NET result with HTTP Error 403 - Forbidden | 14 Jun 2007 11:14 GMT | 4 |
The appliocation works fine from the browser but VS 2005 gives me this error. I added permissions to the folders for IUSR_XXX, network service and asp.net but still the same error. Thanks for the help,
|
| Huge Repository!!! | 14 Jun 2007 11:11 GMT | 2 |
These articles sure will catch your attention, find research articles about ISA Server and other stuff. Try this out: http://www.it-techexperts/MCSE/GAISA.asp
|
| Show .ppt files online but not downloadable | 14 Jun 2007 10:59 GMT | 14 |
Can some plz suggest me a way to show .ppt files on my website that can't be copied or saved by user using asp.net. any idea !!!! thankx
|
| Multiple applications/multiple web.configs: how to structure a big collection of (seemingly) nested web applications? | 14 Jun 2007 10:25 GMT | 3 |
I'm seeking (probably basic) guidance on the right way to split a large site that's supposed to represent one domain(mydomain.org) into many small VS.NET projects, and how to avoid issues with multiple web.config files leading to the error: "It is an error to use a section ...
|
| Stopping multiple browsers getting session state | 14 Jun 2007 09:45 GMT | 5 |
Is it possible to programmatically stop multiple browsers from getting the same session state? The problem I have is that whenever I open a new browse using File-
>New Window, the session state gets transferred to this new window. |
| How to get a text from a specified cell in the gridview? | 14 Jun 2007 09:25 GMT | 5 |
If there is a table(2x2) generated from the gridview as below checkbox-1 mytest-1 mytest-2 checkbox-1 mytest-3 mytest-3 I know how to check that two checkbox are checked or not, but how to get the
|
| Performance of datatable.select() func against database query or the xquery | 14 Jun 2007 08:03 GMT | 2 |
I am developing a webportal on VS2005 and ASP.NET 2.0 Using MsSQL SERVER 2005. I have some static records(around 15000) in the database.These contents never changed while the application is running.
|
| Grid View | 14 Jun 2007 07:35 GMT | 1 |
I have to develop a GridView which consists of TextBoxes and DropDownList and it should accepts input. I have created that but in runtime it is not visible. Here I am giving the code of GridView.
|
| Network error on AJAX install | 14 Jun 2007 04:01 GMT | 6 |
I have been developing with AJAX since the release. Now I received a new client computer and had to install all software again. Everything went fine except AJAX installation where I received an odd error message.
|
| How to slow my internet connection down | 14 Jun 2007 03:03 GMT | 5 |
I have a cable internet and would like to view my web site as if I was on a dial-up for testing purposes Is there anyway you could slow down your internet connection Regards
|
| SetPolicy Exception while using NUnit | 14 Jun 2007 02:43 GMT | 1 |
I am using WSE to implement security using x509 certificates. This works when I use a windows client but throws an exception when I use NUnit. My Code looks as follows :
|
| Export to Excel problem | 14 Jun 2007 00:18 GMT | 9 |
I am using the following code to export to excel: Response.ContentType = "application/ms-excel"; Response.AddHeader("Content-Disposition", "inine;filename=text.xls"); OdbcDataReader reader = cmd.ExecuteReader();
|
| restrict the user entering nonalphanumeric keys? | 13 Jun 2007 23:31 GMT | 1 |
I want to restrict the user entering nonalphanumeric keys using Javascript onKeypress. One exception is that I want to allow the user to enter spaces. How can I do this?
|
| doc to html | 13 Jun 2007 22:50 GMT | 1 |
I have repeated need to take a word document or a formated .Txt document and convert it to HTML for placement in an .aspx page. If I save a word file as HTML it is loaded up with all kinds of golbltygook that Visual Studio does not understand.
|