User Profile
Collapse
-
Take a snap from webcam in PHP & Save image
Well i am new to php and i am getting a problem with the webcam.I am not getting how to use the webcam frame in a table in php and also how to get the preview of it. -
i have just put it up my code -
incrementing the User id Bt i am getting it 302 instead of 301Code:textbox.text = Convert.ToString(Convert.ToInt(textbox.text) + 1)
Leave a comment:
-
Code:private void button3_Click(object sender, EventArgs e) { con.Open(); da = new SqlDataAdapter("Select UserId from tab_userinformation ",con); ds = new DataSet(); da.Fill(ds); textBox1.Text = ds.Tables[0].Rows[0][0].ToString(); con.Close(); }Leave a comment:
-
increment value of textbox and save it in the database
I have a text box invoice no on windows form and i need to retrieve data from database and everytime user click on the add button the invoice no should increment by 1
No activity results to display
Show More
Leave a comment: