> Below is the javascript code i am using
>
[quoted text clipped - 13 lines]
> Thanks,
> Arnab
I think OnClientClick may help here.
<ajaxControlToolkit:ModalPopupExtender....
...
<asp:Panel...
<asp:Button ID="Cancel" OnClientClick="return false;"
Arnab das - 24 Mar 2008 10:44 GMT
> > Below is the javascript code i am using
>
[quoted text clipped - 22 lines]
>
> - Show quoted text -
I need to return false or true. I am using OnClientClick to call this
javascript function from a linkbutton which is inside a listview. But
modal pop does no return a value.
Alexey Smirnov - 24 Mar 2008 10:59 GMT
> > > Below is the javascript code i am using
>
[quoted text clipped - 28 lines]
>
> - Show quoted text -
Something like this?
http://mattberseth.com/blog/2007/10/yui_style_yesno_confirm_dialog.html
Arnab das - 24 Mar 2008 11:32 GMT
> > > > Below is the javascript code i am using
>
[quoted text clipped - 32 lines]
>
> - Show quoted text -
Yes something like this.
Actualy I have resolved the issue by using confirm button extender
with a modal popup.
But I am now running into a different issue. i can not set the
behaviour id for modal popup.When I am giving the behaviour id a
javascript error occurs saying 'two behavioud id is there' ,while if i
donot use the behavoir id still a javascript error occurs saying 'null
in null or not an object'