Rank: Newbie Groups: Member
Joined: 4/8/2009 Posts: 4
|
Hi, In 1.1 the default functions are as onsubmit="aspxlab_OnPageSubmit(); and in 2.2 return WebForm_OnSubmit() so then the validation will firing even i click on menu please suggest me
Thanks in advance ashok kumar r
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
If you are raising server event, then that is the correct behavior. If you are only doing client side navigation, you will need to handle ClientSideOnItemClick and do the navigation through your own code. Once you do it from your own code, you can call the validators only when you need to.
Please keep in mind that tech support for your purchase is valid for one year only. So it has actually long expired for AspxLab controls. You will need to purchase a new license for the new version if you wish to continue to receive support.
Thanks!
|