|
Subject:
|
TextBox issues when created programatically
|
|
Posted By:
|
nkommala
|
Post Date:
|
10/5/2006 10:44:37 AM
|
I am creating a number of textoxes dynamically in code in ASP.Net. When I try to edit the textbox I can only delete charaters and cannot add or edit any text in the text box. Please help...
|
|
Reply By:
|
dparsons
|
Reply Date:
|
10/8/2006 4:05:44 PM
|
How are you creating them? Are they contained in another control? How are you trying to manipulate them?
--Stole this from a moderator
I will only tell you how to do it, not do it for you. Unless, of course, you want to hire me to do work for you.
|
|
Reply By:
|
nkommala
|
Reply Date:
|
10/9/2006 11:58:11 PM
|
I have a master page and content pages. I am creating the text boxes in a table which in turn is on one of the contents page.
|
|
Reply By:
|
nkommala
|
Reply Date:
|
10/9/2006 11:59:20 PM
|
I tried the code in both place Page_Load and Pre_Init...doesn't work
|