
Hi all, For those who have worked with asp.net 2.0 with the ajax toolkit extender,I'm wrestling with a slight issue here.I have a form with several tabs and on each tab there are 2 command buttons, save and exit; and save and go to the next page.The problem is that the button click events aren't firing.Endless googling reveals that the tabs arent saving client state correctly when postbacks, which I've used on some other controls in my tabs, are triggered.Please help. Edwin Wambua Tel No:+254721995519

Hallo, Had similar issues, the alternative was to right up your own tab controls. If thats to tricky can always go for third party components from Telerik - Has some good visual effects as well Dundas Component 2009/11/26 Edwin Wambua <eddwak@gmail.com>
Hi all,
For those who have worked with asp.net 2.0 with the ajax toolkit extender,I'm wrestling with a slight issue here.I have a form with several tabs and on each tab there are 2 command buttons, save and exit; and save and go to the next page.The problem is that the button click events aren't firing.Endless googling reveals that the tabs arent saving client state correctly when postbacks, which I've used on some other controls in my tabs, are triggered.Please help.
Edwin Wambua
Tel No:+254721995519
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Thanks Kenoti, Actually this is very interesting.I've found out that the problem is not the tabs.Its actually a silly mistake on my part,validation controls which I've added.Since there are multiple tabs on the form, when a cmd button is pressed, it triggers all the validations in the form including in the tabs which I haven't yet filled data so nothing can work till I fill all the data in all the tabs.I now have to trigger only the relevant specific validation controls for each command button. Thanks and it seems there are very few .NET guyz in this list. Edwin Wambua Tel No:+254721995519 _______________________________________________
Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Oh yeah, actually that's a common blunder I sometimes make. It's better to use Validation Groups for each tab, and for other buttons that dont fall in any category remember to set CausesValidation to false. On Fri, Nov 27, 2009 at 12:39 PM, Edwin Wambua <eddwak@gmail.com> wrote:
Thanks Kenoti,
Actually this is very interesting.I've found out that the problem is not the tabs.Its actually a silly mistake on my part,validation controls which I've added.Since there are multiple tabs on the form, when a cmd button is pressed, it triggers all the validations in the form including in the tabs which I haven't yet filled data so nothing can work till I fill all the data in all the tabs.I now have to trigger only the relevant specific validation controls for each command button. Thanks and it seems there are very few .NET guyz in this list.
Edwin Wambua
Tel No:+254721995519
_______________________________________________
Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

On Fri, Nov 27, 2009 at 12:50 PM, Edwin Kaduki <ekaduki@gmail.com> wrote:
Oh yeah, actually that's a common blunder I sometimes make. It's better to use Validation Groups for each tab, and for other buttons that dont fall in any category remember to set CausesValidation to false.
Yes thats exactly what I'm doing now.Thanks
_______________________________________________
Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
participants (3)
-
Edwin Kaduki
-
Edwin Wambua
-
kenoti maembe