G
genc_ymeri
Hello over there,
I would like to generate the textboxes on the fly depending on the number of
coulmns in a returning dataset.
I tried something like this :
TextBox temp = new TextBox();
MyPage.Controls.Add(temp);
// <-- the above on failed saying I should specify [run at server] when this
is already a server comp
Another problem I see is that how can I specify where in the form they
should be displayed ??
Any tip will be very much appreciated,
Thank you in advace,
Genc Ymeri.
I would like to generate the textboxes on the fly depending on the number of
coulmns in a returning dataset.
I tried something like this :
TextBox temp = new TextBox();
MyPage.Controls.Add(temp);
// <-- the above on failed saying I should specify [run at server] when this
is already a server comp
Another problem I see is that how can I specify where in the form they
should be displayed ??
Any tip will be very much appreciated,
Thank you in advace,
Genc Ymeri.