Click here to Skip to main content
15,881,600 members

Comments by trilokharry (Top 14 by date)

trilokharry 10-May-11 5:28am View    
thanks for your kind response.

I can call modelpopupextender by c# code but not able to get response in same place of code.

see my requirement as mentioned below:

//after click on ok it should return something and closed and rest of the code will be executed based on response

string strResponse = this.programmaticModalPopup.Show();

if(strResponse == "Append")

{

//code

}

else if(strResponse == "Overwrite")

{

//code

}
trilokharry 5-May-11 1:45am View    
still I have no solution.
Is there anyone who can help me.
I would appreciate.

thanks
trilokharry 3-May-11 5:00am View    
it's for web page.
trilokharry 3-May-11 5:00am View    
yes
trilokharry 3-May-11 4:53am View    
It's for web page.
sorry for not to mention web page.
thanks