| Thread | Last Post | Replies |
|
| get date | 22 Jul 2008 08:55 GMT | 10 |
I have an application that allows the user to pick a start date, then the enter in a number of hours to do a job, then a stop date fills out a textbox. Is there a way to find out the stop date? if they pick 7/11/08 and enter in 10 hours for a job, how can I figure out
|
| Membership when more info is needed for a User | 21 Jul 2008 21:31 GMT | 4 |
I use SQL Server Membership provider and my data are also stored in SQL Server. But the default user fields are not enough for my users info. So I created another Users table apart from aspnet_Membership. It has a PK(uniqueidentifier) to create the reference to aspnet_Membership ...
|
| Does anybody know of any good books on ASP.NET Membership and the Login controls? | 21 Jul 2008 17:30 GMT | 4 |
Does anybody know of any good books that are specifically on ASP.NET Membership and the Login controls? Thanks.
 Signature Nathan Sokalski
|
| Are Nested Master Pages supported in Framework 2.0/VS 2005? | 21 Jul 2008 16:08 GMT | 4 |
I've seen reference to Nested Master Pages in some of the documentation, but I haven't been successful in creating one in VS 2005 (Framework 2.0). I just did a search on it, and "How To: Walkthrough" on Master pages listed VS 2008 and Framework 3.5 as pre-
|
| Microsoft Office Excel cannot access the file (IIS7) | 21 Jul 2008 15:44 GMT | 4 |
On a Vista machine, the following code works using the ASP.NET Development Server, but fails in IIS7: book = excel.Workbooks.Open(tempfile, false, false, Missing.Value,
|
| playing music with .net? | 21 Jul 2008 14:50 GMT | 4 |
I found the code below but it appears that bgsound is not supported with XHTML 1.0 Transitional. So I searched the internet and found many hits for producing sound but can't figure what is old and what is current.
|
| Forms Authentication vs MembershipProvider | 21 Jul 2008 10:19 GMT | 5 |
Having now created a Custom MembershipProvider that seems to work correctly with my Logon and ChangePassword controls, I am, as they say, a happy bunny. The next stange is to move on to the creation of content which adjusts based on the user.
|
| urgent: general question | 21 Jul 2008 07:49 GMT | 5 |
What is the most commonly used version of vs studio: 2002, 2005 or 2008? Is IIS 6 not compatible with asp.net 2.0? Do I need to run some patch or library to solve the problem? Or can I use IIS 7? Do I download it from Microsoft website? I understand that for client/server program ...
|