Vb.Net Data entry form and list view help

???????? ?????
Post Reply
DasunPrasanga
Corporal
Corporal
Posts: 7
Joined: Wed May 30, 2012 10:14 pm

Vb.Net Data entry form and list view help

Post by DasunPrasanga » Tue Jul 17, 2012 4:56 pm

Image

?? ??? ?? 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 ???????? ??
User avatar
Saman
Lieutenant Colonel
Lieutenant Colonel
Posts: 828
Joined: Fri Jul 31, 2009 10:32 pm
Location: Mount Lavinia

Re: Vb.Net Data entry form and list view help

Post by Saman » Tue Jul 17, 2012 9:29 pm

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.
DasunPrasanga
Corporal
Corporal
Posts: 7
Joined: Wed May 30, 2012 10:14 pm

Re: Vb.Net Data entry form and list view help

Post by DasunPrasanga » Tue Jul 17, 2012 11:30 pm

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.
I need a example with Radio Button Group...

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 ?????
User avatar
Saman
Lieutenant Colonel
Lieutenant Colonel
Posts: 828
Joined: Fri Jul 31, 2009 10:32 pm
Location: Mount Lavinia

Re: Vb.Net Data entry form and list view help

Post by Saman » Sun Aug 12, 2012 6:53 am

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.
Post Reply

Return to “???????? ?????”