ASP.NET 1.0 and 1.1 ProfessionalFor advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I m using a DataList to show the details of any employees. & provide EditItemTemplate to edit the personal information. There are some textbox & drop downs. Now how can I use Validation Controls for these IditTempalte controls. I have placed Required field validator with these controls, but it does'nt work.
Pls solve my problem.
How can I use Validation controls in a DataList when I m editing some Data in EditItemtemplate with TextBox & dropdown server controls.
This is a part of the code. It contain textbox & required field validator. But when i press Update link button, no validator control work. Pls give me the solution!!
Instead of placing the Update and Cancel buttons inside the EditItemTemplate, move them over to an EditCommandColumn. I do the same thing in the a datagrid as follows:
Hi Friend,
I m sorry to say, but i think u have not read my question carefully. I am talking about "DataList", not DataGrid & DataList does't hav any EditCommandColumn.
I hope, now u can give me a better solution.