| Thread | Last Post | Replies |
|
| User Name | 11 Jun 2007 21:07 GMT | 1 |
I have been using ASP.NET to retrieve the logon name with the User.Identity.Name property. I also have some old ASP pages as well. Is there an way to retrieve this information in ASP (not ASP.Net) as well? Thanks in advance for your assistance.
|
| Override Datagrid from function | 11 Jun 2007 21:07 GMT | 4 |
Hello NG, i have the following function which works fine: Public Shared Function getFullDatagrid() As System.Web.UI.WebControls.DataGrid
|
| Reference Needed for "ASP" | 11 Jun 2007 19:14 GMT | 3 |
What reference am I missing in the following code: public static CheckKey Parse(TextBox BankRouting, TextBox Account, TextBox Amount, TextBox CheckNum, ASP.controls_dateselector_ascx PaymentDate, Label CheckName)
|
| Compiler Error Message | 11 Jun 2007 18:08 GMT | 3 |
I am using Framework 1.1.4322. Who can tell me why I'm getting this error? My code follows Compilation Error Description: An error occurred during the compilation of a resource required
|
| Question on Details View | 11 Jun 2007 17:58 GMT | 2 |
I have a question on the ASP.NET 2.0 Details view control I dont like using the SQLDataSource to bind the data to the DetailsView control.. I dont like the idea of placing Queries in the .ASPX files...I
|
| Profile.IsAnonymous always = true | 11 Jun 2007 17:57 GMT | 1 |
I have enabled Membership on my .NET application. I can add users, assign them to roles, and log in and out. the roles work perfectly, however the following code: bool amIloggedIn = Profile.IsAnonymous;
|
| Dreamweaver using .resource files | 11 Jun 2007 17:52 GMT | 2 |
I am just investigating on .resx and .resource files using asp.net. I am attempting to develop a webpage in Dreamweaver on an asp.net webserver. As i read around the net, using a .resource file for all my text on my website seems like the best way to go. I would just
|
| hyperlind binding | 11 Jun 2007 17:09 GMT | 3 |
hey all, i having a problem binding a sql text field to a label inside a DataList. <asp:Hyperlink ID="Hyperlink1" runat="server" Text='<%# (Eval("FollowUp")==null)?" ":"View" %>' /><br />
|
| Newbie Embedded WUC DLL Question | 11 Jun 2007 16:54 GMT | 1 |
I've been racking my brains trying to figure out what's going on with my embedded .NET 2.0 windows user control. I've developed a Windows Forms application using Visual C# 2005 Express. I'm interested in migrating it to the web as an embedded
|
| Any way to have a .Net application not let a .html document go through unless they have logged in? | 11 Jun 2007 15:40 GMT | 7 |
I have a web site with a page on it (index.html) that is used for our internal users but is on a public web site. Currently the entire directory is password protected through IIS. Problem is - everybody uses the same User ID/Password.
|
| aspnet_regiis.exe is not a valid Win32 application | 11 Jun 2007 14:46 GMT | 6 |
I was having a problem on my computer and had to uninstall and re-install iis. Now I am trying to re-register asp.net using aspnet_regiis.exe -i but the computer just gives me the error message "c:\...\aspnet_regiis.exe
|
| Recieving Error: 'theForm' is undefined | 11 Jun 2007 14:43 GMT | 6 |
I have an ASP.NET application which is giving the following JavaScript error: 'theForm' is undefined However, when I did a View Source I noticed that ASP.NET added the following
|
| DataTablereader in framework 2.0 | 11 Jun 2007 14:27 GMT | 1 |
I am new to framework 2.0 I am not very much clear about datatablereader. can any one tell what is its exact use and what is difference between this and sqldatareader other than connected and disconnected archicture.
|
| Dynamically Added User Control | 11 Jun 2007 14:12 GMT | 4 |
I have a solution with 2 projects in it. I need to programatically add a user control from one project into the other one (as you cannot declare this normally on the form because it is in a different application). When the page_load event of the user control is fired at
|
| Add unknown multiple items | 11 Jun 2007 14:03 GMT | 1 |
I have a simple table that adds items into a database, what i would really like to do is to add the ability to add n items (preferably client side) so the user can click add and a new row appears underneath, add again and we have 3 rows.. Then on the server side i
|