Click here to Skip to main content
15,884,962 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Here is my Query :
string Query = "Insert into Customer_New ( Opening_Date, Joining_Date, Clients_Title, Card_Number,Key_Person,Address_Current) Values('" + this.Date_Joining.Text + "','" + this.date_open.Text + "','" + this.txt_Title.Text + "','" + this.txt_cardnum.Text + "','" + this.txt_kperson.Text + "','" + this.rtf_caddress. _______+ "')";

Here "Address_Current" is rich text box .On property name i have placed dashed .Tell me how to store richtextbox text into data base table Customer_New ?
Posted

1 solution

 
Share this answer
 
Comments
Member 8920414 2-Oct-13 4:48am    
I have already visited there. It is using VB i am using SQLite

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900