| Thread | Last Post | Replies |
|
| password not reappearing, what's the best practice? | 19 Sep 2006 16:23 GMT | 2 |
I have an asp.net page where people can register. In this page, the user must enter a password. Actually I user this form so the user can modify it's data either... What is the best practice for making the password reappear? I mean, the password is hashed, so I can't make it ...
|
| Export to excel !! | 19 Sep 2006 15:26 GMT | 4 |
I have a page where i export to excel the content of Page 1 following code is written on page 2 to generate the excel Response.Buffer = True Response.ContentType = "application/vnd.ms-excel"
|
| Embbed .NET Custom Control (ActiveX) into ASP .NET page | 19 Sep 2006 15:24 GMT | 6 |
I'm trying to display .NET Custom Control (created using Inherited Control) on an ASPX page, but no luck. I already registered the Control to Global Assembly Cache through .NET Framework 1.1 Configuration. I have also put a reference to the control on my ASP .NET project. The ...
|
| feedback request on design issue | 19 Sep 2006 15:06 GMT | 2 |
Hey all, Database Info: I have an employee database management system. There's about 8 tables that makes up a single record for an employee.
|
| Having a hard time trying to open a text file | 19 Sep 2006 15:06 GMT | 13 |
I developed a web consuming windows application/form program with VS.NET 2003, VB, .Net Framework 1.1.4322, ASP.NET 1.1.4322, IIS 5.1. Using this code to open a simple text file. If i get an error in my program after the file has been opened once, it gives me a message saying
|
| Programmatic control creation not working correctly | 19 Sep 2006 14:53 GMT | 4 |
I've got a page that generates dropdowns and text boxes based on database data. I have them all set to auto-postback because I'll be using this with Atlas to make a more seamless user experience. I've got the Atlas/AJAX turned off for now.
|
| ASP.Net conversion projects 1.1 to 2.0 CLR | 19 Sep 2006 14:27 GMT | 2 |
During the migration of my web project from 1.1 to 2.0 we found a web site to have a download for a MS patch for the conversion of the web projects to happen. The link is :
|
| Sql Integrated Authentication and Default user | 19 Sep 2006 14:04 GMT | 3 |
I have SQL Server running on Server "A" and .NET web pages at server "B". I the ASP.NET page I am trying to use Window Inegrated Authentication. Here is my connection string connStr = "workstation id=""BCA218-01"";packet size=4096;integrated
|
| Checking password input with regular expression | 19 Sep 2006 13:52 GMT | 7 |
To validate a password as the user is registering I want to use a regular expressio validator. I got this one from the Microsoft web site for validating a password of at least 7 characters, with at least one number and one non-alphanumeric
|
| Does WebPartZone expose a title? | 19 Sep 2006 13:37 GMT | 1 |
I always get "untitled" for the webpartzone. I can get rid of it by putting the title= attribute in the control. I am using user controls. But what if I want it dynamic? then I can't edit the title attribute. For example, if the user adds a control from the catalog, it's not
|
| Published the app, no one can log on | 19 Sep 2006 13:19 GMT | 2 |
Using the default SQLExpress provider for membership and profiles, I published an app and moved the current development ASPNETDB files to the production machine. It works great, the login page is presented, but all the users are invalid.
|
| Problem recieving the html code via email body. | 19 Sep 2006 12:53 GMT | 1 |
Yesterday I mailed a piece of code to my yahoo acount and my office account . This is only small part of the entire code. <script language="JavaScript">
|
| Forms Authentication and MasterPage | 19 Sep 2006 12:51 GMT | 1 |
I'm trying FormsAuthentication on various ContentPages of a MasterPage. It's being validated but only the contents of the ContentPage is getting displayed. Is it because I'm not validating MasterPage ?
|
| Date Range lookup between tables in asp 2.0 | 19 Sep 2006 10:51 GMT | 5 |
I am (using ASP.net 2.0 in Visual Web developer 2005 Express Edit) trying to set up an asp front end to a music DB which has 2 main tables: 1) MUSIC - containing music release information (eg label, artist, name, date reviewed)
|
| Search and Asp.Net | 19 Sep 2006 10:28 GMT | 4 |
I am working on a web site which displays various information from a database: 1. Text articles 2. PDF files for download. The links and displayed information are also
|