| Thread | Last Post | Replies |
|
| Persistent Cookie not working | 18 Feb 2006 17:29 GMT | 5 |
I want my site to remember users when they come back without requiring them to login again (assuming they checked "remember me" on the login control). I've tried increasing the timeouts to 3000000+ but it still requires
|
| Make a page to update information, show saved data from database. | 18 Feb 2006 15:32 GMT | 1 |
I want to make a page to update articles stored in my SQL Server. Ofcourse, the saved article information needs to be displayed in the form fields when the page is opened. Then the user can update the information, and save it back to the database.
|
| TreeView with custom HierarchicalDataSourceControl | 18 Feb 2006 11:40 GMT | 2 |
I'm fairly new to the new ASP.NET 2.0 controls and I'm trying to get the TreeView control to display some non-xml/sitemap data I want to have in a tree format. To accomplish this I have followed the sample code provided on the MSDN website for writing a custom ...
|
| GridView ASP.NET 2.0 Question | 18 Feb 2006 09:35 GMT | 2 |
Hi, I'm using a GridView and an ObjectDataSource to display data. How can I display a "No records found" message if there are no query results? Currently, I'm getting a blank page since the GridView has nothing to
|
| Username and Password | 18 Feb 2006 08:10 GMT | 2 |
I need to set a basic format for the usernames and passwords in my web site. Basically, I need to know what should be the minimum requirements for having a good security level.
|
| DataBinding Static Methods! | 18 Feb 2006 07:43 GMT | 1 |
I have created a class that contains static method; these method return db data. If i use the following code in my code behind all works fine: ddlMyDropDownList.DataSource = myClass.GetData()
|
| Asp.net 2.0 and Dreamweaver | 18 Feb 2006 05:50 GMT | 7 |
Can you use Dreamweaver and VS.Net together now? I have a site that was built with DW code inside (therefore you could not use VS.Net 2003 with it). Is this still the case?
|
| How to do this in ASP.Net 2.0 ? | 18 Feb 2006 02:13 GMT | 4 |
A user should be able to access the page 2 only via Page 1. If he tries to go to page 2 directly, unauthorised access error should occur. Any idea please ?
|
| 2.0 : built-in browser opens half-size | 18 Feb 2006 01:24 GMT | 3 |
ASP.NET 2.0 : debug mode : the built-in browser always opens in a horizontally half-size window .... kind of centered in the middle of the screen ...
|
| wizard control | 18 Feb 2006 00:24 GMT | 1 |
I am trying to customize the side navigation template in a wizard control. Is there a way to highlight the sidebar button when a corresponding page is loaded on the wizard? Thanks in advance,
|
| The request failed with HTTP status 401: Unauthorized | 18 Feb 2006 00:11 GMT | 2 |
I have a WebService in localhost, and the set in the web.config is <add key="WebReference.Service" value="http://localhost/HealthService/Service.asmx"/> and the code to refer the WebService is
|
| Setting Anchor Style | 17 Feb 2006 23:45 GMT | 4 |
I'm pretty new to ASP.NET. I have some panels with text in them. These panels also include hyperlinks. I created a stylesheet and the panel's CssStyle property is set to the corresponding style.
|
| persist a class over a session - concept | 17 Feb 2006 22:27 GMT | 1 |
i have a class, for example :"CustomerClass" , with a set of public properies like CustNr,CustName,CustEmail .... The class is initialised when the session is started. What is the best way to persist the property values?
|
| RegisterClientScriptInclude | 17 Feb 2006 22:15 GMT | 1 |
I am new to ASP.NET. I am converting a fairly good sized app from classic to .net. Some of my pages have a lot of controls and javascript functions. I would like to keep these intact as much as possible. I have put my javascript
|
| + in URL causing problems | 17 Feb 2006 21:58 GMT | 6 |
Hi i have noticed in my IIS logs that there are 404 errors when crawlers use + signs to delimit search strings, this is only more recently. IE /courses/NET+Framework+Course.htm ' causes errors
|