I want to show some link buttons on a panel in Mouse over event.These buttons visibility will change according to the Logged user type.Please suggest me the way to get this.
I want to call a function from server side.please suggest me the way to achieve it.
Thanks in advance,
Rakesh.
Or if you want to change all buttons on panel mouse over get all the controls in the panel and do a foreachloop.. if(control is Linkbutton)..