Hi ,
I am having ten TextBox's ,what ever the data i entered into the textbox's,after clicking the button ,the data has to be inserted in to the sql .
I will have only one column in my table for the ten textbox's
Plzzzzzzzzzzzzzzz Help Me.
Thanks
Hi ,
I am having ten TextBox's ,what ever the data i entered into the textbox's,after clicking the button ,the data has to be inserted in to the sql .
I will have only one column in my table for the ten textbox's
Plzzzzzzzzzzzzzzz Help Me.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Oct 31, 2008, 10:21 AM
You can have a string and put each textbox value with a comma separator into that string. And store it in database. While retrieving you can split the string and put it in array.So that you can retrieve the value.