| Thread | Last Post | Replies |
|
| Help: Requiredfield validator | 31 Jul 2003 17:08 GMT | 2 |
I have 2 buttons A and B, textbox C and dropdown list D. When A is clicked, C is required field. When B is clicked, C and D are required fields. There is a dummy entry "please select" in the dropdown list. When B is clicked, D can't be the dummy option.
|
| Double-click Event Attribute on Datagrid Item | 31 Jul 2003 16:59 GMT | 1 |
1. Is it possible to define an "OnDoubleClick" event attribute for a datagrid item? 2. I have code below which selects a datagrid row with the "OnClick" attribute, but apparently there is no built-in OnDoubleClick attribute.
|
| conditional formating on Datagrid control | 31 Jul 2003 14:51 GMT | 3 |
i have a databound datagrid control. one of the bound columns displays a date. i need to display it in red if it is 2 or less days from the current date, and leave it with the default color if not.
|
| DataGrid paging | 30 Jul 2003 18:39 GMT | 3 |
DataGrid in Asp.NET, i want to ask if it's possible to set paging appear both in left and right bottom in datagrid. eg
|
| How to check if CType(e.Item.DataItem, DataRowView) is DBNULL | 30 Jul 2003 17:24 GMT | 2 |
How do you check if CType(e.Item.DataItem, DataRowView) is DBNULL? I have a Datagrid with Edit,Update, and Insert buttons to a SQL data table. During an update, a drop down list is
|
| Getting the value of invisible columns/cells | 30 Jul 2003 02:14 GMT | 1 |
What is the best way to get the value of hidden columns in a datagrid. I've read a few articles, but the approaches don't seem very clear. I've basically got a result set with an autoincrement key and two foreign keys that are automatically populated when a row is added. I do not ...
|
| DataBind | 29 Jul 2003 21:48 GMT | 3 |
I am using a "ArrayList" that contains valid data, and the ".DataSource = " (to the ArrayList) works just fine, but when I do the ".DataBind()", I get the run-time error: "DataGrid with id 'grd_loop' could not automatically
|
| Scrollable grid with stationary foxed rows/columns | 29 Jul 2003 18:54 GMT | 4 |
Is it possible to create a DataGrid or Table where the control will be a specific size, but the data in the grid will scroll vertically/horizontally except for fixed rows/columns?
|
| Dynamic Datagrid with TextBoxes Textchanged events wont fire | 29 Jul 2003 13:05 GMT | 1 |
Hi, I have the following code (using the VS IDE), which creates a datagrid with template columns (TextBoxes). The grid is bound to a dataview. As yet, I have not bound the TextBoxes. I intend to bind the TextBoxes
|
| row color & Datagrid | 29 Jul 2003 12:59 GMT | 1 |
I have a datagrid with many records, and i want to give specific color to rows (i have a boundcolum with value from 1 to 4 and i want green row when the value is 1, red row when the value is 2 end so on... Any idea ?
|
| Setting CssClass of sorted header <a> tags... | 29 Jul 2003 07:40 GMT | 2 |
I have a sortable DataGrid. Where can I set a CssClass for the <a> element that results after rendering the header row? My rendered DataGrid header cells currently look like this:
|
| Urgent help Needed | 28 Jul 2003 16:08 GMT | 2 |
I want to know how to do validation in datagrid. Please help me on this regard. -- Thanx And Regards
|
| Displaying additional fields on edit in datagrid | 26 Jul 2003 11:45 GMT | 1 |
I built a sweet data grid to display contacts, custom paging, bidirectional sorting, adjustable row display count, in-place editting, all the stops. I turned out pretty cool.
|
| Why is my dynamically added TemplCol so slow? | 26 Jul 2003 05:00 GMT | 1 |
Hey. I'd appreciate if someone could improve the performance of my TemplateColumn. It runs nicely with one template, and very slow with another. If you could please look at my page-
|
| add Javascript code at the end of a SelectedIndexChanged event | 26 Jul 2003 02:42 GMT | 1 |
I have a webform that searches a database and displays the output in a datagrid. I would like to be able to call a javascript at the end of the SelectedIndexChanged event. The Javascript would basically take the data from the grid and display it on a the parent WebForm.
|