hi
I am inhereting WebDataGrid and adding validtor contorl in CreateChildContorls() method.
like
Controls.Add(validatorContolr); -- i will get bellow error
If i changed the code bellow like this
Page.Forms.Contorls.Add(validatorContorl); -- i will get bellow error
The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.
Hi Sai,
What exactly would you like to achieve in your application? You can use Editor Providers, and then attach a Microsoft validator control to your editing control.
Regards,
Angel