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.

Shubham KumarPosted Jan 16, 2016, 6:52 AM
Sreekanth ReddyPosted Jan 16, 2016, 6:34 AM
Shubham KumarPosted Jan 16, 2016, 6:02 AM
Sreekanth ReddyPosted Jan 16, 2016, 4:41 AM
Sreekanth ReddyPosted Jan 16, 2016, 4:39 AM
Manas MohapatraPosted Jan 16, 2016, 12:39 AM
Shubham KumarPosted Jan 16, 2016, 12:35 AM