Sreekanth Reddy

Sreekanth Reddy

  • 337
  • 4.8k
  • 408.2k

Web Forms Controls accessing in another class

Jan 16 2016 12:06 AM
webform1 : page
{
 
   Page_Load
   {
              // Able to access controls like gridview1, label1,...etc
    }
 
}
 
AnotherClass
{
             // Not Able to access controls like gridview1, label1,...etc
 
How to access the aspx defined controls in "AnotherClass" which was in same page. 

Answers (7)