
?? ??? ?? form ??? ????? ?????? customer data ??? customer table ??? ADD ?????....
EDIT & DELETE ?????....
??? query ?? ??? ?????? ...
New MySqlDataAdapter("INSERT INTO customer(customerId,customerName,DOB,Gender,GroupID) VALUES ('" & txtcustomerID.Text & "','" & txtcustomerName.Text & "','" & dtpDOB.Value.Date & "','" & rbtnValue & "','" & cmbGID & "')", SQLConn)
1)) ?????? data ADD ?????? "Customer Table" ??? ??? controls ?????
1.) Date Time Picker - I want to add Date Of Birth in this Format - 1997/07/25
2.) Grouped Radio Button
3.) Combo Box
? ???? customer table ??? ????? data - ListView ??? ????????.
ListView ??? ????? records Click ??? ??? ??? ???? textbox ,Combo Box ,Grouped Radio Button,Date Time Picker ???????? ??