1
Answer

How to handle 2 User Controls in one ASPX Page

Pramod Gupta

Pramod Gupta

9y
323
1
I have 2 user controls on a web page.
id=UserControl1
id=UserControl2
UserControl1 has a button.
UserControl2 has a gridview.
I want to fill data in gridview of UserControl2 when i click button of UserControl1.
data is coming from sql server. 

Answers (1)