c# - Master page post back on click of sub-menu item -


i have master page in have menu list items :- add staff, add venue,add time sheet , setting , invoicing. sub menu items of settings :- general settings , users , roles , sub-contractors. concern when click on general setting , users entire page gets post back. not want happen. instead want content needs refreshed/change.and second concern :- sub-menu items of settings shown on setting page go general setting users how happen.

any quick / easy solution above issue?

please help.

enter image description here

enter image description here

you have 2 choices:

  1. use asp.net tags use ajax change tabs asynchronously.

  2. (better) use javascript framework jquery or dojo create effect in javascript. (note microsoft including jquery in newer web templates)


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -