Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have create a user control contain one dropdownlist for column name,one textbox for match condition and a button for search.In my condition I have use this user control in my page.I want to pass the Query from page,when the page load the column name bind in the dropdownlist in the page load.Put the condition in the textbox and click the button.The User control filter the data with match the condition of textbox value in chose column name of dropdownlist.The user control return a datatable,it bind on the gridview in the page.


Thanks in advance.

Regards,

Dev
Posted
Comments
Sergey Alexandrovich Kryukov 23-Mar-12 0:48am    
Not clear. What is the problem? This is your control, so you can declare and implement any interface you want for it.
--SA
Ganesan Senthilvel 23-Mar-12 1:10am    
Agree with SA. Not sure what you expect from us.
[no name] 23-Mar-12 1:43am    
What is the question actually?

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