| Thread | Last Post | Replies |
|
| aspx html table caption got missing? | 07 Mar 2008 05:01 GMT | 1 |
Using Framework 1.1. Create a html table with <caption> tag, everything works fine. However, when I put "runat=server" for that table, the caption get missing :(
|
| Master Pages with Login Status | 07 Mar 2008 04:18 GMT | 2 |
I'm trying to write a notification button on my master page so if someone is logged in it will display some text in a label. But I don't get the user.identity.isauthenticated in my code behind file. What do I need to import?
|
| conditional redirects based on login status and other conditions | 07 Mar 2008 02:45 GMT | 1 |
asp.net 2.0 I have a login control on a Login.aspx page. If a user tries to go to a page and is not authenticated and should be then he's taken to the login page. The login control has a property (DestinationPageUrl) for the page to go to
|
| is session.end fired always? | 07 Mar 2008 01:38 GMT | 5 |
I am using asp.net 2.0 and trace session.start and session.end. Sometimes I found that session.end is not catched. Is it a normal behavior, or why it happens?
|
| link URL confusion | 07 Mar 2008 00:03 GMT | 2 |
I'm confused about how to code a link button to go to the page I need (asp.net 2.0) My root is "Website1" Here's the layout for the purposes of this question:
|
| getting application ID | 06 Mar 2008 23:06 GMT | 1 |
I am trying to figure out how to get the UserID from aspnet_Users in my vb.net code after the user logs in. I have code that's pretty much working except for one thing. I need the value of the ApplicationID. I tried HostingEnvironment.ApplicationID but that returns something like ...
|
| frontpage server extensions not installed | 06 Mar 2008 22:25 GMT | 3 |
I have installed vs2005 and when I try to create a web project using http//localhost/webdir I get the error frontpage server extenstions not installed. Just wondering were to get this at and is it part of the VS2005 professional cd packet?
|
| Javascript confusion.... | 06 Mar 2008 22:19 GMT | 5 |
I am trying to get into depth of JavaScript a little more and find it a bit confusing for person who is used to C#/C++ object oriented approach.. So I need some help in understanding how staff works... Given following object definition
|
| ASPNETDB.MDF and Sql Server 2005 Express | 06 Mar 2008 21:55 GMT | 3 |
VS2008 (90 days trail version) I have created a simple asp.net project in VS2008. Now I want to connect to the ASPNETDB.MDF database from "Sql Server 2005 Express Management studio", because I think it's easier to work with the database from there (compared
|
| line feeds in Gridview cells? vbcrlf ? new line? | 06 Mar 2008 20:54 GMT | 3 |
Is there any way for gridview cells to observe vbcrlf in the data? I attempted to do this, but it does not seem to work. Dim dgItem As GridViewRow For Each dgItem In gridCollaborator.Rows
|
| Anonymous Type. How to solve this? | 06 Mar 2008 20:32 GMT | 2 |
I am getting a anonymous type from Linq Query inside a function. How can I return the obtained values and use them outside the function? Do I need to create a new class?
|
| 'is not a valid virtual path' - host header help | 06 Mar 2008 19:55 GMT | 5 |
i'm trying to setup a website on my local server when compiling it VS 2005 i get the error "is not a valid virtual path" from what i've read on the net, this is due to the fact that the site
|
| Exception handling | 06 Mar 2008 19:40 GMT | 2 |
I am developing a asp.net application.In this I have to handle exceptions in application level. When ever an an exception occurs in any part of the application it should be hanldeld at a single point. If some type of exception occurs the execution flow
|
| custom registration / login forms | 06 Mar 2008 19:25 GMT | 1 |
I'm using VB.net/Visual Web developer/ASP.net. Would anyone have or know where I could get some basic .aspx registration and login forms without using the "WIZARDS"? I'm restricted to using an Access database to store users names, email
|
| Checking the AUTH_USER against AD (and looking to see which group they're in) | 06 Mar 2008 19:22 GMT | 1 |
I've been searching a lot for a simple example to search for a single account name in active directory but have been unable to find what I'm looking for. I did find an exmple (that worked) that pulls out all names in the AD but that isn't what I need.
|