Hi Asp.Net and vikingsunil,
I've actually managed to make textboxes to be invisible first then i have a 'add more' button to allow user to click and more textboxes. however, the webpage i need to display again with the same number of textboxes the user initiate before he click on my 'submit' button to process the stuffs in that page, i'm unable to capture the number of textboxes he had added. Thus, when the page refresh, it didnt show the additional textboxes the user had requested and filled up but if click on the 'add more' button again, it'll show the textboxes which were filled up previously.
Actually, i'm using the html textboxes. i've tried to use the 'hidden value' but it doesn't seems to be passing any values. so, wonder if any of you know how to deal with the hidden value?
thank you very much
|