| Thread | Last Post | Replies |
|
| How to simulate a directory structure of aspx pages with one processing page | 30 Apr 2005 23:05 GMT | 2 |
I would like to have one page on the server, which would be a target processing page for a number of other aspx pages. E.g Processing page
|
| where to find free asp.net component | 30 Apr 2005 22:52 GMT | 4 |
As we know, some times, it is easier to use existing component to finish a project quick. Does some one has a list of sites where I can find free .NET component. www. gotdotnet.com is a good one, what else????
|
| Remove Object From Cache at Midnight | 30 Apr 2005 21:35 GMT | 2 |
What would be a good way to ensure that a DataTable, stored in the Cache, gets removed from the Cache every day at midnight? I know I can't assume that it's there - but if it is, I want it to be removed at that particular time of day.
|
| can i create web service and asp.net application both in the root of the webserver ? | 30 Apr 2005 20:29 GMT | 2 |
can i create web service and asp.net application both in the root of the webserver ?
|
| Clearing textboxes in a form | 30 Apr 2005 19:32 GMT | 1 |
I'm a beginner in ASP.NET. I'm using 'AddContact.aspx' form to add a contact to DB, 'litStatus' literal to show the result and Server.Transfer to clear inputs in the form. The problem is i don't see the status message. The example is from a book
|
| Link - Text Without the Underline | 30 Apr 2005 19:24 GMT | 1 |
How can I create a link (<A... href=...>some link text here</A>) that does *not* underline the text? Thanks.
|
| ASP .NET 2.0 special folders explanation request | 30 Apr 2005 19:24 GMT | 2 |
I noticed in the ASP.NET beta 2 that we have more special folders. Can I get some clarification regarding these folders? I am just making sure of the intent. Thanks in advance,
|
| Operating System? | 30 Apr 2005 18:12 GMT | 2 |
I was wondering what operating system is everyone using to develop on? And have you created web services on that platform with any problems. I am having big problems trying to get web services to work on my win xp pro box and am wondering if I should just reinstall op?
|
| BC30451: Name 'MyDataList' is not declared. | 30 Apr 2005 17:24 GMT | 1 |
BC30451: Name 'MyDataList' is not declared. Source Error: Line 9: dim ds as DataSet = new DataSet() Line 10: objCmd.Fill(ds, "OIL_H")
|
| Request.QueryString Collection Doesn't Get Umlauts | 30 Apr 2005 16:13 GMT | 3 |
I've created an aspx page taking a query string argument as parameter. Although I've correctly escaped umlauts in the query string, they do not appear in the QueryString collection. If I give: http://myComp/myPage.aspx?q=G%FCnther
|
| ASP.NET 1.1 VERSION ON WIN SERVER 2003 SP1 & VS 2003 Arch. | 30 Apr 2005 15:34 GMT | 1 |
Something weird is going on and has been for some time so I have decided to get some help! I have Windows Server 2003, Enterprise Edition with Service Pack 1. Installed is IIS 6 and .NET Framework 1.1 with Service Pack 2 (also installed
|
| Maintaining state between 2 domains | 30 Apr 2005 13:55 GMT | 2 |
I'm writing a web site for a friend. The site is going to have to consist of two ASP.NET applications: one running over HTTP and one over HTTPS. The problem is that the domains will be different, so how do I maintain state between the public area (http://www.mydomain.com)
|
| Handle Event of Dynamically Added User Control | 30 Apr 2005 13:33 GMT | 5 |
How to handle the events of a dynamically added user control? e.g. I have following code... Dim myUserControl as Object = LoadControl("myFirstControl.ascx") myFirstControl fires LinkClicked event and I don't know how to handle that
|
| changing web.config need restart web application? | 30 Apr 2005 13:03 GMT | 1 |
Do we need to manually restart the application for the new settings to take into effect? If not. What happen to the current user who is current hook on the application? The new setting applies or old one?
|
| Onchange of dropdownlist say "country" loaded,it must load all "states" for that country in another drop downlist. | 30 Apr 2005 13:01 GMT | 1 |
I need to capture a country from dropdown list and use that in sql query. How to do this protected DataSet GetCountry() {
|