| Thread | Last Post | Replies |
|
| Problem enumerating pages in .NET 2.0 | 27 Mar 2006 00:59 GMT | 2 |
Without bothering with the details (though if you are curious, I'll be glad to explain!). This code functions perfectly under ASP.NET 1.1, but randomly fails under ASP.NET 2.0. More details after the snippet My site has the following web pages:
|
| DataList + FindControl() | 27 Mar 2006 00:10 GMT | 2 |
How to do it: My page: <asp:DataList ID="dataListRoleMembers" ...> ...
|
| Validation | 27 Mar 2006 00:08 GMT | 1 |
I placed a RegularExpressionvalidator on a webform to test a textbox for a proper email format. I am trying to test for a failure but can't seem to get a value. Here is what I tried: EmailValidator.Validate()
|
| Question on adding an assembly to GAC | 27 Mar 2006 00:07 GMT | 1 |
I am trying to add an assembly to GAC but having difficult time figuring out the concept of GAC. This is what I am trying to do.... 1. Installed NUnit framework whose DLL ("nunit.framework.dll") I need to add to the GAC so that I can use it from multiple applications.
|
| Help on error : Invalid path for child request ??? | 27 Mar 2006 00:07 GMT | 4 |
I have an ASP 1.1 application wchich need to extract data of a particular selected day by users. When day has been selected from a calendar control the following code is run : Server.Transfer("ReelDay.aspx?day=" & m_day.ToString)
|
| ASP.Net 2.0 project root question | 27 Mar 2006 00:06 GMT | 3 |
I have a question regarding the asp.net project setup. I created a very simple project located here: c:\web sites\test\ When it runs it runs here:
|
| SQL Date Problem | 26 Mar 2006 23:56 GMT | 3 |
I have an ASP aplication that is used for colecting consumer complaint information. THe info is stored in an SQL Server database. All seems to be working OK apart from one thing. To record the date that the complaint came in there is a field in the complaints table called ...
|
| ADO.Net and ASP.Net | 26 Mar 2006 23:54 GMT | 3 |
I know nothing about about web based programming. However, I think it's time to inquire about making my local share drive ADO.Net application a web ASP.Net application. Generally, how do I that? Thanks
|
| ASP.NET Blog http://dkuldeep.blogspot.com | 26 Mar 2006 23:50 GMT | 2 |
To get information related to ASP.NET and VB.NET. Vist the following Link: http://dkuldeep.blogspot.com Regards
|
| Crystal Report and Inline code | 26 Mar 2006 23:50 GMT | 1 |
I'm trying to develop a crystal report page using inline code (no code behind page). Here is my code: <%@ Page language="c#" %>
|
| Application_BeginRequest and Request.Params[] under Asp.net 2.0 | 26 Mar 2006 23:47 GMT | 1 |
Hi, all I am using VS 2005 under windows 2000. I just upgrade my asp.net app from 1.1 to 2.0. And I found a very strange proglem in my Global.asax.cs's Application_BeginRequest function, here is my
|
| How to save changes to a web.config section? | 26 Mar 2006 23:43 GMT | 4 |
How can an application change settings in the web.config file? I need to allow users to configure SMTP email settings with functionality similar to that provided developers by the ASP.NET Web Site Administration Tool. I believe that I can get the settings using ...
|
| What about setup.exe and .msi | 26 Mar 2006 21:24 GMT | 3 |
I use WebSetup project to create the deployment file for my web application. The WebSetup project always create two file xxxx.msi and setup.exe. What is the difference between?
|
| ASP.NET 2.0: requestPriority to "Critical" | 26 Mar 2006 21:19 GMT | 1 |
How can I to set requestPriority to "Critical" for an specific page in ASP.NET 2.0? Thank you.
|
| How to make connection strings identical | 26 Mar 2006 19:41 GMT | 3 |
I have a web application which refer a class library project. The web application have a web.config and the class library project have a app.config. They all have connection string defined in them.
|