Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
kalaiselvan #1
Validating Boundcolumns in datagrid
Hi,
I have a Datagrid with boundcolumns. I need to validate the textbox when
the user clicks the update link.How can i do it. Also i need to set the
maxlength of the textbox (boundcolumn). Is it possible if so how it can
achieved.
Thx,
kalai
kalaiselvan Guest
-
Validating in a DataGrid
I use a TextInput ItemEditor in a Datagrid. How do I make sure the user only inputs numeric input? I can use restrict to get only integers, but what... -
Postbacks removing DataGrid which has BoundColumns created in code.
I'm having an issue with my DataGrid being removed from the page on postbacks. All of the columns are added programatically as the application... -
validating a custom control in a datagrid
hi, i have a datagrid which display custom controls when user clicks edit, changing data. I am using customvalidator to validate this control. I... -
DataGrid - Unable to update with dynamic BoundColumns
Hi everybody, A very strange problem with WebControls : A Datagrid in an ASp.net application; Bound with a dataset through ado.net; The... -
Once again: validating the datagrid
Hi, After long search of the internet, I couldn't find any solution on validating a datagrid. I have textboxes and validators (required field)... -
Jos #2
Re: Validating Boundcolumns in datagrid
kalaiselvan wrote:
Change the BoundColumn into a TemplateColumn (Web Matrix and> Hi,
> I have a Datagrid with boundcolumns. I need to validate the textbox
> when the user clicks the update link.How can i do it. Also i need to
> set the maxlength of the textbox (boundcolumn). Is it possible if so
> how it can achieved.
> Thx,
> kalai
Visual Studio.NET can do it for you).
Then you have full control and you can add a Validator control.
--
Jos
Jos Guest



Reply With Quote

