| [SOLVED] Help with Master Page / Content Page in ASP.NET? I designed a Master Page with three link buttons in it: lnk1, lnk2 and lnk3. I have also designed a content page that inherits from the Master Page (I just added an extra property on the topmost line of the Content-Page's Source that says " MasterPageFile="~/MP1.master" ")
I would like to add new events (i.e. override them) for the above three links in my Content Page. By default, those links do nothing - what should I do to override the links and add new events that occur by clicking on them?
The programming language involved here is C#, therefore no VB coding please. |