Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Problem with FreeTextBox.dll
Michael D. Ober - 17 Oct 2008 3:15 PM - 2 messages
I have two identical web-sites, one for internal use and one for external use.  The issue I have is after "Publish"ing my web-site and copying the published site to each server, one works and the other doesn't.  Both ...
Score Login Control - "Remember Me" Autocomplete Dialog
bh - 17 Oct 2008 1:21 PM - 2 messages
I am using a built-in login control on a form, and have set the "DisplayRememberMe" property to false. It correctly does not display that checkbox on the login form; however, after authenticating, I'm prompted with an Autocomplete Passwords Dialog ...
Score Cannot use ListItems when inheriting from DropDownList
Nathan Sokalski - 17 Oct 2008 12:36 AM - 2 messages
I am creating a control in which I inherit from the DropDownList. The only method that I override is RenderContents. Here is my basic code: Public Class StatesDropDownList : Inherits DropDownList   Protected Overrides Sub RenderContents(ByVal writer As System.Web.UI.HtmlTextWriter) ...
Score How to Export Datagrid view data to excel in ASP.net 3.5?
chandan - 14 Oct 2008 10:23 AM - 2 messages
Hi All! How to Export Datagrid view data to excel in ASP.net 3.5? Thanks, Chandan ...
Score Press a button when user presses "Enter" key (VB)
Arch Stanton - 12 Oct 2008 1:16 AM - 2 messages
I have an ASP.net web page with some buttons and list boxes. My users are complaining that they need to press the 'Search' button instead of just hitting the 'Enter' key when they've made their selections. How can I make my page press a certain button when I hit 'Enter'? I've ...
Next » 2 3 4 5 6 7 8 9 10