asp.net - How to handle Master Page Button Click Events in the Content Page? -


i have master page in asp.net.

i have added 2 asp controls master page i.e. _empdropdown , _findbutton.

i have 1 content page. findemployee.aspx shows result list of employees (gridview) based on selection made in _empdropdown when _findbutton clicked on master page. dont know how read master page button click evenet in content page.

how read master page button click event (vb.net syntax) in content page ?

page.master property gets master page determines overall of page.

masterpagetype masterpage = (masterpagetype) page.master; 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -