[RESOLVED] [vs2008] Click event of link button doesnot fired
hi
i m using link button in a web user control and this is a link bar sort of control which renders in header of page and it is used for logoff
i set its postback url and has code in its click event i double verify this thing
but the prob is click is not fired when i click on it :(
Re: [vs2008] Click event of link button doesnot fired
solution is just remove postback url or set the current page in postbackurl otherwise click event will not fire.