Hi All,
I am using Vs 2008 sp1 and RadControl Q1 2008 asp.net ajax .
On my page i am using
RadAjaxManager and RadAjaxLoadingpanel, RadScriptManager,
I have added panel on page
Inside panel control i have added two textbox and one button.
One button i added client side validation. and Serverside Button_click event is there to execute the code.
Issue
1>I added loading panel on button click.
But when i did this it is not calling its serverside event when client validation return true.
I want to show loading panel on button click having clientside validation and serverside event .
I am using Vs 2008 sp1 and RadControl Q1 2008 asp.net ajax .
On my page i am using
RadAjaxManager and RadAjaxLoadingpanel, RadScriptManager,
I have added panel on page
Inside panel control i have added two textbox and one button.
One button i added client side validation. and Serverside Button_click event is there to execute the code.
Issue
1>I added loading panel on button click.
But when i did this it is not calling its serverside event when client validation return true.
I want to show loading panel on button click having clientside validation and serverside event .