M
Mani
Friends,
I am developing a custom web control in which I have to expose
properties like columns and rows...once the user enters some values in
those properties I have to generate a html table with those many rows
and columns and inside each column there should be a textbox. I have
done till this point.
Now I need to provide a way for the user to populate values into those
invidual textboxes. I can use property arrays to populate one set of
values but since there could be more than one row how exactly I can do
this?
Any other ideas?????
Regards
Mani
I am developing a custom web control in which I have to expose
properties like columns and rows...once the user enters some values in
those properties I have to generate a html table with those many rows
and columns and inside each column there should be a textbox. I have
done till this point.
Now I need to provide a way for the user to populate values into those
invidual textboxes. I can use property arrays to populate one set of
values but since there could be more than one row how exactly I can do
this?
Any other ideas?????
Regards
Mani