| Thread | Last Post | Replies |
|
| Dialog box | 28 Feb 2006 23:50 GMT | 1 |
How do I show up a simple dialog box asking the user to make a decision in an ASP .NET 2.0 web site? Thanks, Peter.
|
| W3C xhtml 1.0 transitional problem | 28 Feb 2006 22:55 GMT | 2 |
I think that the use of the treeview control built on asp.net 2.0 makes the page non xhtml 1.0 transitional compliant, in fact this control renders this html: <script>
|
| aspnet_merge error 'access to path denied' | 28 Feb 2006 22:26 GMT | 2 |
when using the web deployment project to merge my aspnet assemblies i get an unusual error 'access to path denied' i double checked path looks ok, and gave everyone full perms on the folder and files, but nothing.
|
| Inserting data from web form not working? | 28 Feb 2006 21:55 GMT | 3 |
I'm using the following parameters in my web form: cmdTest.Parameters.Add(New SqlParameter("@FirstN", SqlDbType.NVarChar, 25)) cmdTest.Parameters.Add(New SqlParameter("@LastN",
|
| Changing Provider for AspNetDB.MDF? | 28 Feb 2006 21:46 GMT | 2 |
I'm testing the login, profile, and other components within ASP.NET 2.0. I see by default it uses SQL Server 2005 Express, which I have installed on my PC. I also have SQL Server 2005 Developer. What do I need to change and run in order to point the provider to my SQL 2005 ...
|
| Still stuck with paramaterized SQL. | 28 Feb 2006 21:20 GMT | 6 |
I've been struggling with getting paramaterized SQL to work for a few days. I got a bit of help last week and seemed to heading in the right direction, bu I keep getting a 'must declare @cateogoryID variable' error when trying to execute the following. Does anyone see something ...
|
| unable to validate data | 28 Feb 2006 21:11 GMT | 4 |
running IIS on a single server, hosting pages on an intranet basis, one single user out of 50 is having an unable to validate data issue how do i fix this (the microsoft KB is a little inconclusive) ? cheers
|
| Problem with Table | 28 Feb 2006 21:09 GMT | 1 |
I have two tables side by side and have set the height and width properties of both, hoping the borders would not move when I started typing in one of the tables. It's not working. When I type in one of the tables, the other table gets smaller. How can I get both tables to stay ...
|
| ASP.NET Gridview control not supporting Sorting for Collection obj | 28 Feb 2006 21:09 GMT | 1 |
Here is the error: direct link to erro image : http://img473.imageshack.us/img473/1666/untitled2pp.jpg Hi,
|
| scrollbar in treeview | 28 Feb 2006 20:57 GMT | 1 |
I am using VS 2005 (VB.NET) web forms. I have a webforms Master page, using a header and left side template. I have a content form with a ASP 2 treeview control in the content placeholder on the left side cell.
|
| How to compile a Master page in a separate assembly? | 28 Feb 2006 20:55 GMT | 1 |
In ASP.NET 1.1, I had a class library with a bunch of base classes for all my projects. One of the base class is a base page class. In .NET 2.0, how can I compile a master page into a separate DLL? If I select class library project type in VS 2005, it doesn't compile the code in ...
|
| Free Website Templates | 28 Feb 2006 20:19 GMT | 2 |
I recall Microsoft releasing several .NET Website templates back when .NET was first released. I believe one was an e-commerce site and there were some others. However, today, I'm unable to find them. Does anyone know a good site for some .NET Website templates from Microsoft
|
| Problem in running ASP.NET web application | 28 Feb 2006 20:10 GMT | 1 |
I had installed Visual Studio 2005 and working on ASP.NET application, now for supporting one of my old projects I need to install Visual Studio 2003, so I need both VS2003 and VS2005. But when I install Visual Studio 2003 I and run ASP.NET web application it
|
| dynamic form not validating on server | 28 Feb 2006 19:52 GMT | 5 |
I am trying to create a form dynamically. A very simple form with a textbox, requiredvalidator and button. Everything works fine on IE, but no server side validation occurs which means the requiredfieldvalidator is ignored when using Netscape.
|
| Shouldn't server validation always occur when CausesValidation is true?? | 28 Feb 2006 19:45 GMT | 2 |
I recently had a problem where my required field validator stopped working. But, the page still posted back and tried to insert a record into the database without performing server-side validation. I discovered that there was no aspnet_client folder in the root of my IIS Web ...
|