C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Find Controls of MasterPage inside Web Control
WhatsApp
Ajitender Vijay
11y
3.1
k
0
2
25
Blog
WebSite7.rar
Write this code on button click event :
protected
void
Button1_Click(
object
sender,
EventArgs
e)
{
Control
ctl =
this
.Parent;
String
name = (ctl.Page.Master.FindControl(
"txtName"
)
as
TextBox
).Text;
}
Up Next
How To Use IFrame Inside A Web User Control
Ebook Download
View all
Diving Into ASP.NET WebAPI
Read by 21.5k people
Download Now!
Learn
View all
Membership not found