Click here to Skip to main content
15,888,302 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: calendar access Pin
Not Active1-Feb-11 7:41
mentorNot Active1-Feb-11 7:41 
QuestionASP .net exception Pin
Pmandale1-Feb-11 0:11
Pmandale1-Feb-11 0:11 
AnswerRe: ASP .net exception Pin
m@dhu1-Feb-11 1:33
m@dhu1-Feb-11 1:33 
QuestionAfter loging open the file for user connnected [modified] Pin
amina8931-Jan-11 23:33
amina8931-Jan-11 23:33 
QuestionRe: After loging open the file for user connnected Pin
amina892-Feb-11 0:27
amina892-Feb-11 0:27 
QuestionScanning Document Through Web Application Pin
Sanket.Patil31-Jan-11 18:32
Sanket.Patil31-Jan-11 18:32 
AnswerRe: Scanning Document Through Web Application Pin
Quentin in SA31-Jan-11 20:04
Quentin in SA31-Jan-11 20:04 
Questionjquery and asp.net form parameters Pin
dotnetcsharpdev31-Jan-11 11:54
dotnetcsharpdev31-Jan-11 11:54 
Hi,
I have a webform with many controls. On click of a button a jquery modal window populates with the details of say products of an organisation. in the popup these results are being rendered thru a webservice and bound to a gridview. on selecting any one product I want to transfer all the details back to main form and close the modal. Also if user doesn't want any of the products, user should just close and come back to main page.
Till now I have been able to get a jquery modal in button click and have loaded the other aspx form in the modal dialog. I am able to pass hardcoded values but unable to pass selected parameters !! Frown | :( Also I cannot return the values back from the aspx loaded in modal back to parent form.

<pre>



$(

function(){

/* Modal Dialog Box Configuration */
$(

"#addproductsForm").dialog({

autoOpen:

false,
modal:

true,
overlay: {


"background-color": "#000",

"opacity": "0.5",

"-moz-opacity": "0.5"
}


});

$(

"#btnAddSession").click(function(event){
$(

"#addproductsForm").dialog("open");

//event.preventDefault();

return false;
});

});


&lt;

div id="addproductsForm" title="Dialog Title" &gt;
&lt;

iframe src = "WebForm4.aspx?id='jack'&amp;id2='jill'" width="480"&gt;&lt;/iframe&gt;
&lt;/

div&gt;


</pre>

How do i trap the click event of the gridview checkbox select to send the vales back to the parent window and also close the modal Unsure | :~
Questioncontents showing twice [Problem Solved already] Pin
Dhyanga31-Jan-11 3:27
Dhyanga31-Jan-11 3:27 
Questionhow can i check focus in textBox Control. Pin
buffering8330-Jan-11 13:24
buffering8330-Jan-11 13:24 
AnswerRe: how can i check focus in textBox Control. Pin
Venkatesh Mookkan30-Jan-11 15:47
Venkatesh Mookkan30-Jan-11 15:47 
QuestionSession life time Pin
treuveni30-Jan-11 4:38
treuveni30-Jan-11 4:38 
AnswerRe: Session life time Pin
Not Active30-Jan-11 6:39
mentorNot Active30-Jan-11 6:39 
Questionerror web service hexadecimal value 0x0E, is an invalid character. Pin
Rami Said Abd Alhalim30-Jan-11 3:16
Rami Said Abd Alhalim30-Jan-11 3:16 
AnswerRe: error web service hexadecimal value 0x0E, is an invalid character. Pin
sund7wells1-Feb-11 19:17
sund7wells1-Feb-11 19:17 
QuestionError Webservice (hexadecimal value 0x0E, is an invalid character) Pin
Rami Said Abd Alhalim30-Jan-11 1:00
Rami Said Abd Alhalim30-Jan-11 1:00 
AnswerRe: Error Webservice (hexadecimal value 0x0E, is an invalid character) Pin
Not Active30-Jan-11 6:41
mentorNot Active30-Jan-11 6:41 
AnswerRe: Error Webservice (hexadecimal value 0x0E, is an invalid character) Pin
Dalek Dave4-Mar-11 13:23
professionalDalek Dave4-Mar-11 13:23 
Questionput logo in crystal reports Pin
Thanusree Duth28-Jan-11 19:09
Thanusree Duth28-Jan-11 19:09 
AnswerRe: put logo in crystal reports Pin
Sandeep Mewara28-Jan-11 19:41
mveSandeep Mewara28-Jan-11 19:41 
AnswerRe: put logo in crystal reports Pin
sund7wells1-Feb-11 19:56
sund7wells1-Feb-11 19:56 
QuestionStyle Points Pin
Bomb_shell28-Jan-11 10:21
Bomb_shell28-Jan-11 10:21 
AnswerRe: Style Points Pin
David Mujica28-Jan-11 10:42
David Mujica28-Jan-11 10:42 
QuestionMVC File Download Pin
musefan28-Jan-11 5:34
musefan28-Jan-11 5:34 
AnswerRe: MVC File Download Pin
TheGreatAndPowerfulOz28-Jan-11 10:05
TheGreatAndPowerfulOz28-Jan-11 10:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.