| | |
dropdown
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Dec 2008
Posts: 39
Reputation:
Solved Threads: 0
i have a problem in dropdown :suppose i select id from dropdown then i want name of the employee is displayed matched with that id is displayed in textbox : i have use the following code
con = New SqlConnection(constr)
adpt = New SqlDataAdapter("select * from reg where f_name='" + DropDownList1.SelectedItem.Text.ToString + "' ", con)
ds = New DataSet
adpt.Fill(ds)
If ds.Tables(0).Rows.Count - 1 >= 0 Then
TextBox1.Text = ds.Tables(0).Rows(0).Item(11)
End If
con = New SqlConnection(constr)
adpt = New SqlDataAdapter("select * from reg where f_name='" + DropDownList1.SelectedItem.Text.ToString + "' ", con)
ds = New DataSet
adpt.Fill(ds)
If ds.Tables(0).Rows.Count - 1 >= 0 Then
TextBox1.Text = ds.Tables(0).Rows(0).Item(11)
End If
arunasingh,
This is your 38th post and you post source code without bb code tags. I think you haven't read - How to use bb code tags?.
Wrap up source code with bb code tags.
This is your 38th post and you post source code without bb code tags. I think you haven't read - How to use bb code tags?.
Wrap up source code with bb code tags.
Failure is not fatal, but failure to change might be. - John Wooden
![]() |
Similar Threads
- Dropdown list Last value (ASP.NET)
- Dropdown box in Python (Python)
- Retrieving Multiple Columns into Dropdown List (ASP.NET)
- Dropdown menu (JavaScript / DHTML / AJAX)
- DropDown List (VB.NET)
- Feeding a value in a dropdown list to another dropdown list (PHP)
Other Threads in the VB.NET Forum
- Previous Thread: Thread.suspend and thread.resume is obsolete
- Next Thread: help me out
| Thread Tools | Search this Thread |
"crystal .net .net2005 2008 access add advanced application array assignment basic beginner box button buttons center click code combo convert cpu cuesent data database datagrid datagridview designer dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees excel exists firewall forms html image images isnumericfuntioncall listview login map math memory mobile module msaccess mssqlbackend mysql navigate net number opacity open pan picturebox picturebox2 port print printpreview record regex reports" reuse right-to-left save savedialog search serial settings socket sorting sqldatbase sqlserver storedprocedure string temp textbox timer txttoxmlconverter upload useraccounts usercontol usercontrol vb vb.net vb.nettoolboxvisualbasic2008sidebar vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web wpf wrapingcode xml






