User Controls on GridView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings i would like to add some user controls on the gridview on edit
mode... but I don't want to do it using the EditItemTemplate tags... because
I will use a specific control for each data type in order to keep it
dynamic... How can I do it in a simple way?
 
Do you have an example... I did not understood your explanation... if you
could post a little example it would be easier to understand

Eliyahu Goldin said:
You can use EditItemTemplate with a literal control or a placeholder and
modify it as required in run time.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


Diogo Alves said:
Greetings i would like to add some user controls on the gridview on edit
mode... but I don't want to do it using the EditItemTemplate tags...
because
I will use a specific control for each data type in order to keep it
dynamic... How can I do it in a simple way?
 
Back
Top