Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Re: Data Maintenance Using Formviews
Duffau - 3 Nov 2007 12:14 PM - 2 messages
All of your problems have solutions which you have already acknowledged.  If you don't like the supplied Formview, then create your own.   I know that it is more work for you but that is the price ...
Score Sharing a Validator
Nathan Sokalski - 2 Nov 2007 9:38 PM - 4 messages
I have a form that contains a number of fields, all of which have validators. There are two submit buttons, one to update a record and one to add a record. Because the only difference in validation is to make sure ...
Score Script Control.value method
john - 2 Nov 2007 7:43 PM - 3 messages
I read that this method: <script type="text/javascript" language="javascript">   alert($get('<%= CheckTxt.ClientID%>').value) </script> Can be used instead of: alert(document.getElementById("TabContainer1_TabPanel5_FormView8_CheckTxt").value) But I receive a CheckTxt not Declared error, any suggestion as to how to ...
Score Paint in ASP.NET
Jurjen de Groot - 2 Nov 2007 9:30 AM - 6 messages
Hi, I'm looking for an ASP.NET control in wich I can let my users create a simple drawing, some lines, rectangles. Anyone know of such a control ? TIA, Jurjen ...
Score Intercepting DropDownList Selected Value when not in list of Items
WJB - 31 Oct 2007 12:22 AM - 3 messages
I'm using a FormView with a number of DropDownList controls that are bound to SqlDataSources. Sometimes, the current contents of the bound fields are invalid (i.e. not in the list of items retrieved from the data source used as ...
Score localized asp:label w/nested control bug?
Anson Goldade - 30 Oct 2007 4:08 PM - 5 messages
I think I may have run into an issue with the asp.net lable control.  Take the following code       <asp:label runat="server" id="txtTextLabel" associatedcontrolid="txtText" meta:resourcekey="txtTextLabel">          <asp:textbox runat="server" id="txtText"></asp:textbox> ...
Next » 2 3 4 5 6 7 8 9 10