I have a combobox filled with usernames from teh database. And i have a gridview that display's the comments from database depending what username was choosed from combobox
xanawa -3 Junior Poster
Recommended Answers
Jump to PostPlease try below code. It should able to solve your problem.
<SCRIPT Runat="Server">Sub Get_Category_Type(ByVal Src As Object, ByVal Args As EventArgs)
Dim SQLString As String
SQLString = "SELECT * FROM products " & _
"WHERE Category = '" & Category.SelectedValue & "' " & _
"ORDER BY …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.