+1  A: 

just concatenate all the textbox values and pass it to sql table.

string concatenateString = Textbox1.Text + Textbox2.Text+Textbox3.Text
anishmarokey
oh thanks .. how to do it in asp
sujatha
thank u i got it..
sujatha
@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