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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -