Vb.Net Data entry form and list view help
-
- Corporal
- Posts: 7
- Joined: Wed May 30, 2012 10:14 pm
Vb.Net Data entry form and list view help
?? ??? ?? 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 ???????? ??
Re: Vb.Net Data entry form and list view help
Here is an example from Microsoft. Download that and study that. Then you'll be able to properly handle this in future. Visual Basic .NET Code Sample: Data Access - Data Entry Form
Note: As per the terms & conditions of ROBOT.LK.org, kindly put a meaningful topic. For now I'll change this for you.
Note: As per the terms & conditions of ROBOT.LK.org, kindly put a meaningful topic. For now I'll change this for you.
-
- Corporal
- Posts: 7
- Joined: Wed May 30, 2012 10:14 pm
Re: Vb.Net Data entry form and list view help
I need a example with Radio Button Group...Saman wrote:Here is an example from Microsoft. Download that and study that. Then you'll be able to properly handle this in future. Visual Basic .NET Code Sample: Data Access - Data Entry Form
>> Thanks you are the One
Note: As per the terms & conditions of ROBOT.LK.org, kindly put a meaningful topic. For now I'll change this for you.
Above example consists a List Box Not a List View
that is also a Problem !!!
Please Help me My God Saman !
??? ??? Database ?? ??? ??? ,
1))) ?????? records ??? Customer ??????? apply ?????? application ?? ????
?????? ??? ????? UI ?? ?????? !! what are the Controls ?? ??? ??? ???? ???????? ????
Records Table
------Records ID [PK]
------Amount
------Customer ID [FK]
Customer Table
------Customer ID [PK]
------CustomerName
etc........
?? ?? Application ?? ???? record ??? Customer ID ?? ADD ????....
2))) ?? ????? record ???? ???? Customer Name ?? ???????? List View ?????
Re: Vb.Net Data entry form and list view help
Dasun,
Me vage problems valata answer karanna godak vela yanava. Meva godakma theory questions. Me vage forum ekak prayojanavath venne quick tips ganna. Oyata godak vela aran kiyala denna kisima kenekta godak time ethi kiyala mama hithanne nehe. Ekanisa mulinma oya VB.net valatai, database valatai honda poth dekak ganna.
Step by Step kiyavanna. Ehema oyata honda theoritical denumak apuvahama, programming valata bahinna. Nethnam me vidihata oya giyoth hemadama udavu balaporoththu venna veyi.
Me vage problems valata answer karanna godak vela yanava. Meva godakma theory questions. Me vage forum ekak prayojanavath venne quick tips ganna. Oyata godak vela aran kiyala denna kisima kenekta godak time ethi kiyala mama hithanne nehe. Ekanisa mulinma oya VB.net valatai, database valatai honda poth dekak ganna.
Step by Step kiyavanna. Ehema oyata honda theoritical denumak apuvahama, programming valata bahinna. Nethnam me vidihata oya giyoth hemadama udavu balaporoththu venna veyi.