Hi All, Greetings, A situation I'm facing right now, is like this: On an aspx page, I am opening a pop-up with jQuery. In that one, I have some fields like name, email, basic inquiry and message. Finally, a SEND button to collect all this and send an email to a specific email id. When that button is clicked, although and email is being sent, it is fully blank as none of the data like the texts etc. have been collected from that popup div. It is a blank email. This is my scenario. I'll post some of the code: the aspx mark up:::
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <div class="hiddenModal"> <div class="preview" id="prvFDBK"> <table id="fdbkTbl"> <tr> <td colspan="2" ...

Go to the complete details ...