I have a problem with my current project. I am making an Admin page from where the user can edit text on the website. It is all collected on 1 page and inserted into jQuerys like this page demonstrates:
http://www.sohtanaka.com/web-design/easy-toggle-jquery-tutorial/
Inside my Gridview I have update and delete buttons (those generated from the Dataset I'm using), but when I click "Update" the jQuery trigger collapses and therefore, I will have to open the trigger again before I can edit the area.
Is it possible somehow to let the jQuery Trigger STAY open when I click on the update button?
I believe it's because of a postback so I've been researching for "How to prevent postback", but the most answers I could find was how to prevent postback on a ASP:BUTTON - which is not my case :)
I'm not sure if I'm supposed to enter my entire codes because those Gridview and datasources are pretty long I think.
