Click here to Skip to main content
15,896,606 members

Comments by bunzitop (Top 22 by date)

bunzitop 20-Apr-15 4:44am View    
PageContentHeight IS read Only... How can we set value to it
bunzitop 25-Apr-14 2:53am View    
you are misssing closing bracket in VAULES Clause, near con.

It must be like this

cmd = new SqlCommand("insert into Login(Username,Password,Phone_No) values('"+textBox1.Text+"','"+textBox2.Text+"','"+textBox3 .Text+"' )",con);
bunzitop 15-Jul-13 9:21am View    
ya i tried it in widows form, but didn't work :O
bunzitop 15-Jul-13 8:55am View    
are you sure?? if i white space is given then it enters to if condition!!
bunzitop 14-Jul-13 21:06pm View    
yo @DaveyM69, your idea is bes for memory management! i totally agree with you.