Hi, I am new to this .net environment...I have a bit problem... Can any one tell me how to make the data validation of child controls on the client side. e.g. A TextBox placed inside datagrid as a which is enabled on clicking the edit button.

You might be able to place a validation object in the datagrid.

If that doesn't work, you'll have to write a Javascript script to iterate through the controls.

With ASP.NET, it's best to not fight it and do everything server-side. Sad, but true.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.