Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem in data saving Pin
_AK_23-Apr-07 23:49
_AK_23-Apr-07 23:49 
GeneralRe: Problem in data saving Pin
Care Career23-Apr-07 23:57
Care Career23-Apr-07 23:57 
GeneralRe: Problem in data saving Pin
_AK_24-Apr-07 0:05
_AK_24-Apr-07 0:05 
GeneralRe: Problem in data saving Pin
Care Career24-Apr-07 0:32
Care Career24-Apr-07 0:32 
AnswerRe: Problem in data saving Pin
marky77723-Apr-07 22:07
marky77723-Apr-07 22:07 
GeneralRe: Problem in data saving Pin
Care Career23-Apr-07 23:50
Care Career23-Apr-07 23:50 
AnswerRe: Problem in data saving Pin
marky77723-Apr-07 22:10
marky77723-Apr-07 22:10 
AnswerRe: Problem in data saving Pin
Faisal Khatri24-Apr-07 1:50
Faisal Khatri24-Apr-07 1:50 
You can conver the check box field into Boolean and insert it..

Like
Insert into CreateAccount values('" + txtUname.Text + "','" + txtPass.Text + "','" + txtCPass.Text + "','" + txtEmail.Text + "','" + txtSQuest.Text + "','" + txtSAns.Text + "', " + Boolean.Parse(ChkEnquiry.Checked) + "," + Boolean.Parse(ChkStock.Checked) + ",'" + ChkPayroll.Text + "' )";

Try this one..hope it will helps you

KHATRI
Questioni have a problem. Everybody help me Pin
saytinh23-Apr-07 21:16
saytinh23-Apr-07 21:16 
AnswerRe: i have a problem. Everybody help me Pin
saytinh3-May-07 18:31
saytinh3-May-07 18:31 
Questioncertification Pin
jayarajmrj23-Apr-07 20:20
jayarajmrj23-Apr-07 20:20 
AnswerRe: certification Pin
Sathesh Sakthivel23-Apr-07 20:32
Sathesh Sakthivel23-Apr-07 20:32 
QuestionProblem with handle focus event Pin
SmogBird23-Apr-07 20:07
SmogBird23-Apr-07 20:07 
QuestionIIS Log!!! Pin
mabrar23-Apr-07 20:07
mabrar23-Apr-07 20:07 
AnswerRe: IIS Log!!! Pin
Sathesh Sakthivel23-Apr-07 20:11
Sathesh Sakthivel23-Apr-07 20:11 
GeneralRe: IIS Log!!!(URGENT) Pin
mabrar23-Apr-07 20:54
mabrar23-Apr-07 20:54 
QuestionHow to access the values from Asp.net page to Flash Pin
A.Muthunagai23-Apr-07 19:28
A.Muthunagai23-Apr-07 19:28 
AnswerRe: How to access the values from Asp.net page to Flash Pin
Sathesh Sakthivel23-Apr-07 19:43
Sathesh Sakthivel23-Apr-07 19:43 
GeneralRe: How to access the values from Asp.net page to Flash Pin
A.Muthunagai23-Apr-07 19:56
A.Muthunagai23-Apr-07 19:56 
GeneralRe: How to access the values from Asp.net page to Flash Pin
gauthee23-Apr-07 20:02
gauthee23-Apr-07 20:02 
Generalinclude flash in a aspx page Pin
A.Muthunagai23-Apr-07 20:34
A.Muthunagai23-Apr-07 20:34 
GeneralRe: include flash in a aspx page Pin
gauthee23-Apr-07 20:35
gauthee23-Apr-07 20:35 
GeneralRe: How to access the values from Asp.net page to Flash Pin
Tamimi - Code23-Apr-07 20:12
Tamimi - Code23-Apr-07 20:12 
QuestionHiddenvariable problem Pin
siddisagar23-Apr-07 19:15
siddisagar23-Apr-07 19:15 
QuestionRe: Hiddenvariable problem Pin
Sandeep Akhare23-Apr-07 19:25
Sandeep Akhare23-Apr-07 19:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.