Click here to Skip to main content
15,890,399 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have two checkboxlists, two textboxes, a dropdownlist, a gridview and a button.

First checkboxlist lists a set of skill, second checkboxlist lists a set of qualifications. The two textboxex are used to insert experience in months, one to insert minimum and the other to insert maximum experience. The dropdownlist is used to select the status.

On button click, how can I list the details of users whose details match the selections from checkboxlists, textboxes and dropdownlist ? The data need to be populated from databases.
Posted
Comments
Mahesh Bailwal 26-Oct-13 14:51pm    
did you ever created database connection from ASP.Net application to SQL server?
JoCodes 26-Oct-13 15:23pm    
What you tried so far??
Gee Varghese 27-Oct-13 8:36am    
Yes, I have db connection, and got data in it.
As of now, I have made a set of if...else based on the selections made, and executed it...Then I bind the dataset to Gridview on button click. But, what happens is whatever selections I make in the checkboxlists and dropdownlists, the result remains the same.

I have placed the gridview and button in an "Update Panel". Do I need to place the Checkboxlists and dropdownlists also in the Update Panel ?
RedDk 27-Oct-13 16:28pm    
What SQL Server database interface is available?

1 solution

put your code snippet this will help to understand your problem
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900