| Thread | Last Post | Replies |
|
| Login not working when using IIS 6.0 | 18 Nov 2007 21:30 GMT | 2 |
I am new to ASP.NET 2.0 development, and am writing a small application to log time and expenses for projects. I have successfully set up Membership, Role and Profile providers using the 'SqlProvider's and all appears to be well while I am using
|
| Getting user information... | 18 Nov 2007 18:31 GMT | 2 |
When an anonymous user visits my website what basic information can I gather about them? I thought I read somewhere that I could get the name of the server that is requesting my website http code? If this is the case what would be some VB code code to capture this
|
| GridView is making two of each column | 18 Nov 2007 15:36 GMT | 3 |
I have a GridView control with three columns, all BoundField columns. They all have a HeaderText and DataField property set, and the third one has a DataFormatString property as well. When I run my code, the GridView displays two sets of columns. The first set looks exactly as I ...
|
| Partial Rendering without Ajax? | 18 Nov 2007 10:31 GMT | 6 |
I am trying to figure out how to do a postback that updates only changed controls without having the entire page refresh and flash on the screen. Seems to me this was available in ASP.NET 1.1, but I can't remember how it was done (I did it in another project but can't remember ...
|
| ASP and ASP.NET in the same environment | 18 Nov 2007 09:14 GMT | 3 |
I am wondering if there would be any issues with having both ASP classic and ASP.NET pages residing in the same environment. There is currently discussion where I work about migrating a large ASP site over to ASP.NET, and there is debate over whether or not to do it
|
| ListView. NET 3.5. Can't find it in MSDN | 18 Nov 2007 08:03 GMT | 2 |
Does anyone knows the page of the new .NET 3.5 ListView control in MSDN? I can't find it. Thanks,
|
| ASPRUNTIME error | 18 Nov 2007 00:49 GMT | 1 |
I was using aspnet_compiler windows XP without problem, Now, I have windows Vista Bussiness, works nice, I just have one error, I have this virtual directory: myapplication and target empty directory: distributiondir
|
| question about Page_ClientValidate() function | 17 Nov 2007 19:29 GMT | 6 |
i know what the javascript function Page_ClientValidate() function does: tests if all controls meet asp.net validation criteria. This function is provided by asp.net. But how can a browser (and escpecially firefox, netscape ..) understand that
|
| Visual Studio 2008 Hardware requirements | 17 Nov 2007 19:03 GMT | 3 |
I am looking to purchase a laptop and wonder what I should be looking for to increase the speed of Visual Studio 2008, it seems very slow on the pc I have now (Pentium 4 CPU 3 ghz, 1gig ram). For the cpu, I'm looking atthe Intel Core 2 Duos, and am wondering what
|
| Redirecting Users: Please Help. | 17 Nov 2007 18:13 GMT | 10 |
I've spent days trying to come up with a solution. I'd appreciate it if anyone can help. My site requires all users to log on. There are three different roles of users, and each user type will have access to a completely different set of
|
| Vista & Visual Studio | 17 Nov 2007 17:36 GMT | 9 |
Does anyone know which edition of Vista you have to buy if you use Visual Studio and probably will upgrade to Visual Studio 2008? Is the Ultimate edition necessary, or will the home or business edition work just fine?
|
| Please help explain what an "application instance" really is in terms of static data | 17 Nov 2007 16:12 GMT | 6 |
I have a global.asax file with Application_Start defined and create some static data there and in another module used in the asp.net application and I realize that static data is shared amongst child apps of an IIS application and can be used by multiple users during the ...
|
| Forcing User.Identity to uppercase | 17 Nov 2007 15:18 GMT | 1 |
Any way to force User.Identity to UpperCase after it's authenitcated? Or if not, anybody got a good javascript snippet that would force everything you type to upper? Thanks.
|
| try catch finally to close and dispose, but still want Application_error to fire | 17 Nov 2007 13:50 GMT | 5 |
re: try catch finally to close and dispose, but still want Application_error to fire 1. If catch an exception to to dispose and close of a ado connect, how can I allow the exception to still trigger my application_error event?
|
| question about aspnet 3.5 and IIS 5.1 | 17 Nov 2007 12:56 GMT | 2 |
We still use windows xp sp2 with IIS 5.1. Can we install .Net framework 3.5 in order to use asp.net 3.5? Thanks Bob
|