Click here to Skip to main content
16,017,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to get gridview,dropdownlist from web user control to aspx page. but gridview is displayed based on index change in dropdownlist
Posted
Comments
Mahesh Bailwal 26-Jun-13 8:32am    
Your question is not clear.

1 solution

if the controls are present in web user control, if u want to handle in .aspx files means need to handle like this


page.webusercontrolid.controlid like that ...


page.WebUserControl1.DropDownList1.DataSource=......

page.WebUserControl1.GridView1.DataSource=......
 
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