| Thread | Last Post | Replies |
|
| Compiling directories in web project... | 24 Feb 2006 12:39 GMT | 9 |
In vs.net 2005 you can build the entire website, entire solution or a single page. The project I am working on has more than 1000 pages spread over 50-60 directories. We work on one or two of the directories most of the time. When an external dependency is changed (say a function ...
|
| Can't Update SQL Database Via GridView | 24 Feb 2006 12:37 GMT | 1 |
I am using a GridView bound to an ObjectDataSource. edit and delete functionality has been enabled. my ObjectDataSource is tied to a TableAdapter that accesses three stored procedures - SPGetAllPrograms (Select), SPDeleteProgram (Delete) and SPRetireProgram (Update).
|
| VS2005 is a PIECE of Garbage and is bug Ridden | 24 Feb 2006 12:34 GMT | 55 |
VS2005 is a PIECE of Garbage and is bug Ridden, I wonder how many others feel the same, I am so sorry that I have moved away from VS2003, VS2005 is unstable, and half the stuff doesn't work, Microsft has spent so much time trying to make it simply that when you try to do ...
|
| Form authentication security question! | 24 Feb 2006 12:29 GMT | 1 |
When my users logs in to my site, an MD5 hashed value of the password is sent to the server, and there the value is validated against a database. What if someone catchs my hash value and also send it to my server. Will that form manipulation succeed?
|
| ASP.NET 2.0 Easier than ASP? Gimmie a Break! | 24 Feb 2006 12:01 GMT | 13 |
I know all the hype right now from Microsoft is how much easier, faster, and less code ASP.NET 2.0 provides over previous versions. I'm puzzled by this as I could turn out an classic ASP webpage in a few hours to query a database, display a grid/table, and not have much to ...
|
| Go back to previous page (asp.net 2.0) | 24 Feb 2006 11:48 GMT | 3 |
I have following scenario: 1. I have a page called Page1.aspx, on which there is some GridView and few texboxes. User can enter some search criteria in textboxes, click Find button and then search results are presented in the GridView.
|
| DropDown Type ahead | 24 Feb 2006 09:56 GMT | 1 |
Does anyone know of DropDown box that has a type ahead feature like the WinForms version and it does not cost more than $100.00 ? Thank You. Peter
|
| Resources and class libraries | 24 Feb 2006 09:07 GMT | 8 |
I'm trying to embed a js file in my class library and register it in an aspx. I created the most simple solution I could : + ClassLibrary1 :
|
| How to stop interpolation of Escape character in variable? | 24 Feb 2006 08:51 GMT | 8 |
I have this code..... <script language="JavaScript"> function getLogonUser() { var u = '<% Response.Write(
|
| Using health monitoring or code to recycle the application? | 24 Feb 2006 08:22 GMT | 3 |
I've got an ASP.NET 2.0 application, and I would like to catch the scenario of when I get a certain number of application errors, I want to restart the application (similar to 'touching' web.config). However, I don't have access to IIS, nor can I FTP in a new web.config file
|
| 32 bit ASP.Net 2 on Win2k3 64 bit - Please help | 24 Feb 2006 07:40 GMT | 1 |
According to some old MSDN article is *should* be possible to install ASP.Net 1.1 (32bit only), ASP.Net 2 (32bit) and ASP.Net 2 (64bit) on a 64bit Win2k3 box and run either both 32bit frameworks on the server, or just the 64 bit one.
|
| Visual Studio 2005 and Visual Basic .net 2003 | 24 Feb 2006 07:32 GMT | 1 |
I have not yet seen Visual Studio 2005 and I could not collect much information on this. I just want to know whether Visual Stdio 2005 is enhanced Visual Studio .net 2003 or is it Enhanced Visual Studio with Visual Basic 6.0. Is it
|
| Application Variable disappears. v2.0 | 24 Feb 2006 07:11 GMT | 2 |
I've migrated an application from VS 2003 to VS 2005. It worked fine in 2003; but I've been having issue in 2005. The latest is dealing with a DataSet that I have as an Application Variable. It seems to disappear when the users session times out. What really weird is that it ...
|
| Two forms ? | 24 Feb 2006 06:58 GMT | 1 |
I have 4 textbox which in turn has 4 required validator associated with them. I want to make two separate login section in one page, how do I do that ? Problem is that the validator control fires the event when i press the
|
| error when moving a vs 2005 precompiled site to test server | 24 Feb 2006 06:26 GMT | 3 |
I have a site that has multiple web site projects. I got it working on my windows xp sp2 computer in pre-compiled mode. I created a new site on a windows 2003 server and copied the pre-compiled site up to this server.
|