Hi all,
I have used mb.scrollable in my asp.net application, for that i have written function code behind,and called in ascx page as follows
<% Response.Write(function name); %> when i use response.write to call function mb.scrollable works fine in mozilla and IE 8, but in IE 8 it gives Done but with error on page msg at the bottom, for that i called function as follows:
<%= functionName %>,
But this is not working,when i click on button which i have taken in mb.scrollable.
Plz help!
Thanks