if anyone knows plz reply
views:
14answers:
1
+1
A:
just concatenate all the textbox values and pass it to sql table.
string concatenateString = Textbox1.Text + Textbox2.Text+Textbox3.Text
anishmarokey
2010-08-13 05:21:20
oh thanks .. how to do it in asp
sujatha
2010-08-13 05:25:59
thank u i got it..
sujatha
2010-08-13 05:29:23
@sujatha: Nothing regarding your question, but unless you are really sure that you want to put 3 distinct values 1 column, you have probably not normalized your database :)
Ranhiru Cooray
2010-08-13 06:00:47