Master Page
-
Hi! I have the next problem: I have a master page which has a textbox and a Web Content Form which is built from my master page. In the Web Content Form I have a button and I when I press it, I want the text from the textbox to update. For example when I view in browser my Web content form when I press my button, the text from the textbox should look like "You've press a button". Can anyone help me? Thanks!
-
Hi! I have the next problem: I have a master page which has a textbox and a Web Content Form which is built from my master page. In the Web Content Form I have a button and I when I press it, I want the text from the textbox to update. For example when I view in browser my Web content form when I press my button, the text from the textbox should look like "You've press a button". Can anyone help me? Thanks!
-
Hi! I have the next problem: I have a master page which has a textbox and a Web Content Form which is built from my master page. In the Web Content Form I have a button and I when I press it, I want the text from the textbox to update. For example when I view in browser my Web content form when I press my button, the text from the textbox should look like "You've press a button". Can anyone help me? Thanks!
You can access the textbox by accessing the master page object. A simple Google search for "access master page controls from content page"[^] would get you these Introducing ASP.NET 2.0 Master Pages (cont'd)[^] Access ASP.NET Master Page controls from Content Page[^]