No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
A Software Developer,Techie,Internet Ninja.Post Graduate Computer Science From University of Mumbai.
- Interests
- ProgrammingInternet SurfingSocial Networking BloggingGamming
- PC Specs
- HP Pavalion P6110in Desktop, Windows 7 Ultimate.
2 Posted Topics
Guyzz My project is on Restaurant Mgm. I stuck to a place,where I have to Delete Values from Multiple Tables in the database This is My code [CODE] Private Sub BtnCancel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnCancel.Click Dim id1 As Integer id1 = Cbid.SelectedItem ds.Dispose() con.ConnectionString = … | |
I have 1 Table Called "Menu" there are some textboxes and a combobox. I want to fill data in the Textbox called "Menu_Rate" on Selection of combobox selected item & coressponding rate of the Menu shoud be displayed in the textbox. [U]This is my Code[/U] [CODE]con.ConnectionString = "Data Source=localhost;Integrated Security=true;Initial … |
The End.