Pramod Gupta

Pramod Gupta

  • NA
  • 234
  • 51.2k

How to handle 2 User Controls in one ASPX Page

Sep 21 2015 4:55 AM
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)