Click to See Complete Forum and Search --> : Validation Control and DataGrid


THY02K
May 29th, 2005, 10:49 PM
How do you embed a Validation Control inside a DataGrid? Thanks in advance.

sarvesh189
May 31st, 2005, 06:22 AM
How do you embed a Validation Control inside a DataGrid? Thanks in advance.

please make clear it write here thecomplete code.

THY02K
June 1st, 2005, 03:02 AM
Here:


<asp:datagrid id="dgXXX" runat="server" ... >
... lotsa stuff ...
<Columns>
...
...
<asp:TemplateColumn HeaderText="Description">
<ItemTemplate>
HOW CAN I PUT VALIDATION CONTROL HERE?? Anyone tried this before?
</ItemTemplate>
</asp:TemplateColumn>
... other stuff ...
</asp:datagrid >

THY02K
June 1st, 2005, 09:48 PM
Anyone?? Thanks.

THY02K
June 8th, 2005, 04:45 AM
Guys, my apology, forget what I said - THERE"S NOTHING ILLEGAL ABOUT EMBEDDING A VALIDATION CONTROL IN DATAGRID.