| Thread | Last Post | Replies |
|
| know value of invisible column in gridview | 19 Jul 2007 18:40 GMT | 2 |
Greetings, pls help me friends...somebody knows how could I see the value of a cell belong to invisible column in gridview? I have a table with fields like that : name, last name, address. I show in grid view name and last name but address is invisble, how i see the value of ...
|
| Membership - Log Out Programatically | 19 Jul 2007 18:29 GMT | 4 |
I have a situation where I am using a login control to log a user in to my web app. Under the LoginButton_Click handler of the login control, I retrive some custom user information from the database.
|
| Error refreshing a web page | 19 Jul 2007 18:24 GMT | 3 |
Something happened to my development environment and I'm getting an error that hasn't happened before. Not knowing why the error is popping up is preventing me from figuring out what in my environment changed. Environment: VS 2005 team developer, AJAX extensions, .NET 2.0.
|
| LDAP user authentication problems | 19 Jul 2007 18:00 GMT | 1 |
I am trying to authenticate website user user with the below code. If there is no error then I assume user is authenticated. objRootDSE = GetObject("LDAP://rootDSE") strADSPath = objRootDSE.Get("rootDomainNamingContext")
|
| UserControl reference problem | 19 Jul 2007 16:59 GMT | 1 |
I neeed to instantiate an UserControl in an aspx page like this: <MyNamespace:MyControl ID="ctrl1" runat="server" MyParent="<%# this %>" /> where "this" is the current aspx page and should be assigned to property Parent contained in MyControl class.
|
| How to access this static variable | 19 Jul 2007 16:46 GMT | 9 |
Class B { public B() {} } Class A : B { public static string ABC = "myABC"; public A() {}
|
| Membership database problems | 19 Jul 2007 16:38 GMT | 3 |
I have a web application that works fine on my local dev machine. However I'm having less success on my hosting environment. When I detach the database for this site, copy it to my hosting environment and attach it through their interface, I can connect to the database in my
|
| How do you reference a dll that is not in the GAC on a .net Web Si | 19 Jul 2007 16:06 GMT | 1 |
I use a third party compression tool from XCEED. I have copied the two files, “Xceed.Compression.Formats.dll” and “Xceed.Compression.dll” into the App_Code folder on the web site. I have these lines in my web.config file: <assemblies>
|
| Problem with web.config inheritance and <authorization> section | 19 Jul 2007 15:44 GMT | 10 |
I have the following tags in my root web.config file: <authorization> <allow roles="RoleA,RoleB"/> <deny users="*"/>
|
| What happened to the Global class code behing in 2.0? | 19 Jul 2007 15:40 GMT | 15 |
Just starting to move to ASP.NET 2.0 and having trouble with the Global.asax code file. In 1.1 I could have a code behind file for the global.asax file. This allow for shared variables of the Global class. Note: I use these shared variables
|
| Button OnClick not firing on first click | 19 Jul 2007 15:15 GMT | 9 |
I have a button on a webform that has an OnClick event defined as such: <asp:Button ID="btnSearchByName" runat="server" Text="Search By Name" OnClick="btnSearchByName_Click" Width="152px" EnableViewState="False" CausesValidation="False" />
|
| Element <link> cannot be nested inside element <div> | 19 Jul 2007 14:56 GMT | 1 |
The masterpage of the site has a <div> element that encloses the "content" of the actual aspx page. The content page has a <link> element. When I try to switch from "source" view to "design" view, the
|
| where, oh where, did my codebehinds go? | 19 Jul 2007 14:10 GMT | 5 |
I am a complete non-programmer I have an .aspx page that refers to a codebehind .cs page There are various "runat=server" sprinkled throughout the .aspx page The page works fine on the website, but here's the freaky thing (at least, I
|
| Intranet / IIS? | 19 Jul 2007 13:48 GMT | 3 |
This is a bit off topic I suspect, but I was hoping that most of you would know the answer... I want to have my IIS prompt for username/password credentials when a user browses to the site externally, ie, not on my own network, but if they are
|
| VS' publish website feature not copying static files | 19 Jul 2007 13:23 GMT | 2 |
I want to publish my asp.net 2.0 website using the "publish website" feature of visual studio 2005. everything works fine so far, but the IDE only compiles and copies the aspx, ascx, resources etc. files to the destination directory. It does actually not copy .txt, .htm or
|