Ask a Question related to ASP.NET General, Design and Development.
-
Nilay Shah #1
Data Grid Editing Validation
Hi,
I have a datagrid and I also have Edit command by which I
am editing the data present in the datagrid. I have bound
my columns with the help of BoundColumn.
While Update, I want to validate the contents in the
textbox and want to use validators but since there is no
text box control (as asp.net internally generates Text box
by default) which I can specify in validator, how to
validate?
regards,
nilay.
Nilay Shah Guest
-
trying to create data grid on the fly, with templated columns, and then updating all rows in the grid
Hi, Please help, I'm trying to create data grid on the fly, with templated columns, for editing, and then updating all rows in the grid on one... -
Problem Editing Grid Cell
When the user clicks on a cell, it properly opens for editing. When the user then types in new data, the old data is still there with the new data... -
Datagrid Editing/Validation Frustration
While it is entirely possible that I am doing something wrong, Iseem to be running into some major quirkiness/bugginesssurrounding datagrid editing... -
How can i get the previous value of a control when editing a data grid?
When editing a datagrid (C#) I need to know if the user changed the value of cell AND what the previous value was. Is this possible? If so how... -
Display data from database in a scrollable data grid on an ASP Page
Hi All, I want to display data from database in a scrollable data grid on an ASP Page. I want to use it for entering data also. Should i have to...



Reply With Quote

