C#
-
hi friends. i am new to this development.. i hav a textbox which accepts only numbers.. and based on the input of that text i hav to display the rows of texboxes.. for ex: if textbox.text=3 then i have to display 3 rows of textboxes which accepts 3 members name, age etc.. help plz. thanks edwin
-
hi friends. i am new to this development.. i hav a textbox which accepts only numbers.. and based on the input of that text i hav to display the rows of texboxes.. for ex: if textbox.text=3 then i have to display 3 rows of textboxes which accepts 3 members name, age etc.. help plz. thanks edwin
Check How to add TextBox at runtime then add that dynamically created Textbox to your page Google for adding textbox dynamically
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
hi friends. i am new to this development.. i hav a textbox which accepts only numbers.. and based on the input of that text i hav to display the rows of texboxes.. for ex: if textbox.text=3 then i have to display 3 rows of textboxes which accepts 3 members name, age etc.. help plz. thanks edwin
Are you using ASP.NET ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Are you using ASP.NET ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
yes mr.Christian.. i am using asp.net and the code behind is c#
-
hi friends. i am new to this development.. i hav a textbox which accepts only numbers.. and based on the input of that text i hav to display the rows of texboxes.. for ex: if textbox.text=3 then i have to display 3 rows of textboxes which accepts 3 members name, age etc.. help plz. thanks edwin
hey just link and accept condition like if 1 then t1.visible=true 2 then t1.visible=true and t2.visible=true ok then loop it will work ok byeeeeeee lucky