hi
this is ajay how to acess the control (Textbox,label, gridview etc controls) inside the master page
Hi,
Master page is .net's Utility to make common layout of your website in multiple pages... after creating master page whenever you creates the webpage you will given the option to include master page in your web page, so include it and then whatever youn want to add just put it in content place holder.....
Comment