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
Purushottam Rathore
216
8.7k
8.8m
How to access content of one page to another page?
Aug 6 2009 12:06 AM
Suppose I have two pages in my application. On the first page I have used a Button named 'Button1'. i want to use that 'Button1' on Second page.
Here i have used this code on second page to find button
protected void Page_Load(object sender, EventArgs e)
{
Button btn = (Button)PreviousPage.FindControl("Button1");
}
Reply
Answers (
3
)
How to use RadioButtonList in GridView in ASP.NET?
how to count total record in gridview