Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score RadioButton and CheckBox Controls: Where is the value attribute?
Nathan Sokalski - 10 Nov 2007 6:59 PM - 2 messages
In the RadioButton and CheckBox controls, there is no Value attribute. The html <input> tag has a value attribute, which is used by both type="radio" and type="checkbox". The RadioButtonList and CheckBoxList controls have SelectedValue properties (I realize that the RadioButtonList uses the ...
Score Using a Forms authentication in a shared hosting environment
JEFF - 9 Nov 2007 10:54 PM - 3 messages
I am using a logon control in a shared hosting environment.  When I do I get the following run time error:     The SSE Provider did not find the database file specified in the connection string. At the configured trust     level (below High trust ...
Score Historical timeline for a web page
Chris Davoli - 9 Nov 2007 10:35 PM - 2 messages
I need a historical timeline for doctor appointments on an asp.Net web page. Needs to be laid out horizontal with scroll bars horizontal. Any ideas-- Chris Davoli ...
Score required field validators and not validating until submit button clicked
TS - 9 Nov 2007 8:21 PM - 2 messages
i read this in a book:  "...There is also logic in place to avoid enforcing RequiredFieldValidator controls until the page has been submitted (or has attempted to be submitted) at least once. This allows users to fill in fields in any order without being warned that a field is required..." ...
Score Drop down list not updating on pastback
Randy Galliano - 7 Nov 2007 10:55 PM - 2 messages
Hello, I have a form with a drop down list bound to a data source which points to table A.  There is a details form that queries the current value of the drop down list and presents the data in Table A, with a new, delete, ...
Score Validators Adding Extra Line
Nathan Sokalski - 7 Nov 2007 3:03 AM - 2 messages
I have a page with several TextBoxes and RequiredFieldValidators. Whenever the Validators fail (the user enters an invalid value), an extra line is displayed after the Validator. My Validators do not contain any <br/> tags in their ErrorMessage properties, so I have no idea what could be causing this. Here are several screenshots to show you what it looks like in the different scenarios: ...
Score Generated JavaScript vs. Manually Created JavaScript: Which one comes first?
Nathan Sokalski - 7 Nov 2007 12:57 AM - 5 messages
There are many cases in which I want to use the same event for manually added JavaScript as one that is used for generated JavaScript. For example, when I set the AutoPostBack property of a TextBox to True, the JavaScript ...
Score Column Value in a GridView
SGS - 6 Nov 2007 9:24 PM - 2 messages
Hi All, How do i get the column value of a gridview when the user click a column ? Please help!!! Suman ...
Score Creating Dropdown List dynamically and setting the selected value
Palmi - 6 Nov 2007 12:59 PM - 2 messages
Hi, I have a problem with setting the select value to items in a dropdown list, I create dropdown list in a loop and set unique id to it but I have to set the selected index in every dropdown list but not the same index. ...
Score Default Value in on Databound Drop Down list
Randy Galliano - 5 Nov 2007 8:28 PM - 3 messages
Hello, I am populating a drop down list control with a table from a database. I would like the control to display a value such as --- select --- when it first comes up, instead of any values from the table.  Is there a way ...
Next » 2 3 4 5 6 7 8 9 10