TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sreekanth Reddy
354
4.8k
419.8k
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.
Reply
Answers (
7
)
I need autocomplete textbox inside gridview ?
Show List of Employee from Database in Asp.net MVC4