Problem with calling Event Handler in MasterPage
-
Hi, In a normal Asp.Net Page we can call a Event Handler with the __doPostBack Statement. in example : __doPostBack('Button1_Click','') but when i use Masterpage, that dose not work correctly. is any one help me How can i do it? Thank you
Where U call a event handler of button? In master page code behind file or content Page Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
-
Where U call a event handler of button? In master page code behind file or content Page Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
-
It was not working becoz the id of button will be change on content page Make property of Button Id in master page and call that property In content page U waill get Id of That button and then can create event of button with Id Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES
-
It was not working becoz the id of button will be change on content page Make property of Button Id in master page and call that property In content page U waill get Id of That button and then can create event of button with Id Best Regard Pathan
GOD HELP THOSE WHO HELP THEMSELVES