|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
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 ...
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 ...
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 ...
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..." ...
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, ...
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: ...
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 ...
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 ...
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. ...
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 ...
|
|||||||||||||||||||||||