Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score query database, create control, display on page
LU - 26 Mar 2005 10:43 PM - 3 messages
1)I query database: QuestionName | QuestionType AwardText1      |  TextBox AwardMonth1    |  DropDown AwardYear1      |  DropDown AwardText2      |  TextBox AwardMonth2    |  DropDown ...
Score hosting app from pc
Jimmy - 26 Mar 2005 11:09 AM - 7 messages
Hi I am trying to let other people access my asp.net app through the internet. Besides from any security issues i have tried this but other people cannot reach my site. The url I want to  be accessed is ...
Score Setting dropdownlist.selectedindex when entire datagrid is dynamic
NancyA - 25 Mar 2005 6:37 PM - 3 messages
I have a dynamic datagrid that is created using records in a SQL table.  The datagrid functions perfectly in both view and edit modes.  The only thing left to do is to figure out how to set the SelectedIndex property of any ...
Score Validation on controls within a repeater
Octavie - 25 Mar 2005 10:35 AM - 2 messages
Hai there! I've build a web user control which contains a repeater control. This repeater control has several textboxes which need to be validated. The repeater is bound to a dataset that contains a datatable with empty rows. The validation I need is to check whether a value has been provided (like ...
Score stuck: I cant reach usercontrol's class ..
Support - 24 Mar 2005 1:16 PM - 2 messages
in asp.net If I have a web usercontrol WUC with code behind Class  CLASSWUC and I have a web page that loads the control Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init ...
Score Re: At which life cycle should EnsureChildControls() be called?
Brock Allen - 21 Mar 2005 5:34 PM - 5 messages
Try EnsureChildControls() in Page_Init -- this will recreate the server controls prior to the stage where ASP.NET reads the post data and view state and assigns it all into the server controls. -Brock DevelopMentor [link] ...
Score Checkbox in a datagrid always returns false
Prescott - 21 Mar 2005 3:07 PM - 5 messages
Ok .. I've been beating my head against the wall for a week now, but no matter what I do the checkbox is always false.  I create a datagrid, create a template column (all at design time) and add a checkbox ...
Next »