Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Object reference error in UserControl's Load event
Nathan Sokalski - 6 Jan 2007 7:28 AM - 3 messages
I have a UserControl that I declare programmatically as follows: Dim userctrl as New rightside_portal() The codebehind file for this UserControl looks like the following: Partial Public Class rightside_portal : Inherits System.Web.UI.UserControl Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) ...
Score Security Question in Asp.Net 2.0
Richard - 5 Jan 2007 8:16 PM - 2 messages
I'm looking for some suggestions. I'll be importing over 800 customers into Sql Server. Some of the tables effected will be the aspnet_ tables that hold login info. Basically I'll be creating the username/password for each of the ...
Score Default empty text in a textbox
Nuyttens Xavier - 4 Jan 2007 8:52 AM - 2 messages
Hi, I'm new to writing web user controls, but I would like to write my own textbox usercontrol (asp.net 2.0 / c#) that has this feature : - When the textbox is empty, the .text value is set to a default textvalue ...
Score Custom control is naming it's components differently
Nathan Sokalski - 4 Jan 2007 12:00 AM - 4 messages
I have written a custom control that uses AJAX (it implements IPostBackDataHandler and ICallbackEventHandler). I have tested it, and it seems to work the way I want. However, when I used it in another application of mine it named the components as ControlID$ComponentID instead of ...
Score modify validator script to fire only if visible?
Charu Tevari - 3 Jan 2007 10:43 PM - 3 messages
In asp.NET 2.0 I'm writing a data entry form with several conditional branches: for e.g. the user may be asked to enter their gender via radio buttons; if they enter female, a javascript function makes a certain ...
Score I want html, not xhtml from my aspnet controls
j.madgwick - 3 Jan 2007 4:39 PM - 3 messages
I'm confused.  I've been trawling the web and can't find the answer... The background:  I am working on a MCMS site with ASPNET 1.1.4322.  We want the site to be written in standard compliant HTML that passes the ...
Score How to change default browser for VS 2005
marss - 3 Jan 2007 10:11 AM - 4 messages
Hi, When I installed Visual Studio 2005 default browser in my system was Firefox. Now Firefox runs when I start debugging project in VS. I want to debug projects in Internet Explorer. Can I do it without reinstalling VS 2005? Change of default system browser to IE is useless ...
Score Refreshing a DataList
Nathan Sokalski - 3 Jan 2007 4:21 AM - 2 messages
I have a DataList control that I want users to be able to sort the data in by clicking 1 of 3 buttons. The function I have created to do this is as follows: Private Sub SortPoems(ByVal sortby As String) ...
Score ValidationExpression that simulates the MaxLength property
Nathan Sokalski - 2 Jan 2007 10:59 PM - 4 messages
As we probably know, the MaxLength property of the TextBox control only works when the TextMode property is SingleLine or Password. I want to limit the number of characters a user can enter into a MultiLine TextBox to 250. I ...
Score C#: timer and threading help needed
Beemer Biker - 2 Jan 2007 9:55 PM - 3 messages
I wrote a "windows form" C# program that I am attempting to convert to web. The app has a timer (from the vs2005 C# toolbox) and a couple of threads "system.threading" type.  One handles incoming UDP socket messages the other ...
Score Re: GridView Question..... RowUdpating, where are the values (other than the request.form collection
Jim Butler - 1 Jan 2007 11:11 PM - 7 messages
Forgot the attachment, sorry, jim [attached file: WebSite1.zip] ...
Score Where is my form's snap to grid?
Flyguy - 1 Jan 2007 9:21 PM - 4 messages
Hello, I am starting to use ASP.NET in Visual Studio 2005 and can’t figure out how to get the grid to show up on the form rather than the flow layout.   When I say grid I am talking about the snap to grid that I was able to affix ...
Score Binding a Textbox to a specific value in an xml document
Flyguy - 1 Jan 2007 9:16 PM - 3 messages
Hello, I am starting to use ASP.NET in Visual Studio 2005 and can’t figure out how to bind a textbox control to a specific value inside an xml document. As an example, I have an xml file on the server containing the following text: ...
Next »