Dynamically writing the page makes jQuery not to work?
I created a .NET web page (.aspx) with few lines of jQuery to display and hide things onmouseover and onmouseout. It was working.
My design requires that I get user role information from the database, then depending on the role - I display certain menu options.
Therefore, I tried to Response.Write the exact same page (body) contents in the Page Load.
Now, my jQuery is not working at all.
Any idea how I can make it work?
Thanks.