visual studio - ASP.NET VS2008 Calling a function from master page inside template -


so have master page has following function

 '# and/or set page id public property getpageid() string             return pgid     end     set(byval value string)         pgid = value     end set end property 

in template i.e default.aspx references master page follows

<%@ page title="" language="vb" autoeventwireup="false" masterpagefile="~/loggedin.master" codebehind="content.aspx.vb" inherits="udpharmalecheile.webform2" %> 

how can call masterpage function ?

what want mastertype attribute.

see here: http://msdn.microsoft.com/en-us/library/xxwa0ff0(v=vs.85).aspx


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -