0
Hi,
Use Triggers..
Example :
http://www.aspdotnet-suresh.com/2012/05/ajax-updapanel-control-with-triggers.html
0
already i used updatemode ="Always" that,s also not working properly
only two button click only accepts
0
Hi,
Change as updatemode ="Always"
The answer is helpful.Then Please accept it..!!
0
thank you .
above reference worked fine .
that's working but all 6 tabs inside buttons and other controls not worked . first 2 click only worked after that does not work.
i have added updatemode ="conditional" for updatepanel
0
Hi,
Check the following reference :
http://www.aspforums.net/Threads/272636/Bootstrap-Tabs-Maintain-Selected-Active-Tab-on-Partial-PostBack-inside-AJAX-UpdatePanel-in-ASPNet/
http://stackoverflow.com/questions/24250457/recover-selected-tab-after-postback-with-bootstrap
0
thank you
this method already worked tab menu not work properly.
whenever use above method tab menu does't work proper . change every time active tab1 only not stayed current tab .
i am user 6 bootstrap tabs
0
Hi,
Try this code :
- <script type="text/javascript">
-
- Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(function ()
- {
- $("input[id$='txtCheckOut']").datetimepicker({format: 'd/m/Y',timepicker: false,
- }
- });});</script>
Reference :
http://stackoverflow.com/questions/520645/jquery-datepicker-ms-ajax-updatepanel-doesnt-work-after-post-back
http://stackoverflow.com/questions/24503556/jquery-date-picker-not-working-in-master-page
The answer is helpful.Then please accept it..!!