Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for jallan2010

Sir, My problem with my project so please help me about I am enclosing my project with problem very simple but I can't found. I am using text box and listbox last two textbox i.e. txtlani and maskedtextbox. Now the problem is when the user put the data into above …

Member Avatar for jallan2010
0
116
Member Avatar for jallan2010

[code] Private Sub PopulateProductList() Dim con As OleDbConnection Dim cmd As OleDbCommand Dim dr As OleDbDataReader Dim strSQL As String Dim objListItem As ListItem Try strSQL = "SELECT [Sr No], [First Name] FROM [Lani]" con = New OleDbConnection(connectionString) con.Open() cmd = New OleDbCommand(strSQL, con) dr = cmd.ExecuteReader() lblani.Items.Clear() Do While …

Member Avatar for pritesh2010
0
144
Member Avatar for jallan2010

Sir, I am using the following code in my vb.net while using that code it will show me syntax error. [CODE]Private Sub updateinfo() Dim con As OleDbConnection Dim cmd As OleDbCommand Try con = New OleDbConnection(connectionString) cmd = New OleDbCommand("UPDATE [Lani] SET [First Name] = '" & txtfirst.Text & "', …

Member Avatar for kvprajapati
0
121
Member Avatar for jallan2010

Sir, While I am running the project the cursor is blinking in the first name textbox then i am press the tab button then it is move to middle name textbox and then lastname and company name but when I am press after company name then it will jump to …

Member Avatar for kvprajapati
0
116
Member Avatar for jallan2010

Sir, Please anybody help me while I am inserting the data through textbox of the selected item of the list box I want the when the user will input the data into textbox and then pressing the insert button the the selected item of list box (selected item only color …

Member Avatar for jallan2010
0
139
Member Avatar for jallan2010

Sir, I am using 6 textboxes and three button one for insert data second for update and third for delete the data while inserting and updating the record it generate an error i.e. "Data type mismatch in criteria expression" in the backend i.e in MS Access I am using this …

Member Avatar for jallan2010
0
63
Member Avatar for jallan2010

Sir, Please anybody help me My another question is in txtlani textbox I have to enter only digit i.e. 0 to 9 and currency formate i.e. 1,000.00 and 1,00,000.00 it is possible in text box. and another text box which I have to enter only date i.e. at run time …

Member Avatar for kvprajapati
0
154
Member Avatar for jallan2010

Please help me for my syntax error? and I want to show all the First Middle and Last Name in the listbox i.e. into Listbox First Middle Last Amit Anoop Motwani

Member Avatar for jallan2010
0
168