hai..
I have created a textbox at runtime.
using
textbox t=new textbox();
page.form.contr ols.add(t);
1)I am getting textbox at left top of the page.
How to Change Position of textbox.
2)How to insert text in textbox to database on button click.
I have created a textbox at runtime.
using
textbox t=new textbox();
page.form.contr ols.add(t);
1)I am getting textbox at left top of the page.
How to Change Position of textbox.
2)How to insert text in textbox to database on button click.
Comment