Hello,
im trying to add textbox to an html page. the text box is added according to the records in the db so it should be dynamicly.
I added it by the <Input type = TextBox....> command but when i went through the request.form later it didn't appear.
also, when i added it by TextBox a i got a messagethat the "runat=server" is missing.
Does anyone know i can i add textbox to the page from the c# source code and than go over it's values ?
im trying to add textbox to an html page. the text box is added according to the records in the db so it should be dynamicly.
I added it by the <Input type = TextBox....> command but when i went through the request.form later it didn't appear.
also, when i added it by TextBox a i got a messagethat the "runat=server" is missing.
Does anyone know i can i add textbox to the page from the c# source code and than go over it's values ?