asp textbox inside a table
-
Hey I thought it was possible to place an asp textbox inside a table but i cannot seem to get it to work. Is it possible and if so can any one point me in the direction? Thanks Dan
Yes, it's possible to place a textbox inside a table, you simply add a html table[^] (not the server table[^] control) to the web page, add the tr, td stuff to the table and finally add the textbox. You basically use the server table control to add dynamic controls in code-behind.
-
Yes, it's possible to place a textbox inside a table, you simply add a html table[^] (not the server table[^] control) to the web page, add the tr, td stuff to the table and finally add the textbox. You basically use the server table control to add dynamic controls in code-behind.
eg.
put your textbox here
I think therefore I am --~--~---------~--~----~------------~-------~--~----~ My Blog and Website: http://www.cnblogs.com/pinzui/ http://www.pinzui.cn http://jnlinux.org --~--~---------~--~----~------------~-------~--~----~