1
Answer

Regarding wcf binding

sreekanth v

sreekanth v

13y
1.2k
1
I am using WCF

I have a question. When i request any function or method it should come from server.. when we are testing in svcutil  When i am passing message if server is busy. It should wait for some time . Server to become available.

what type of binding should use. please tell me
Answers (1)
0
Iftikar Hussain
NA 18.9k 275.5k 11y
Hi,
        Try like this, use unadorned:yes;

ScriptManager.RegisterStartupScript(this, typeof(Page), UniqueID, "javascript:var ans = window.showModalDialog('TransactionHistoryDetail.aspx?' + '&rowID=" + rowID + "&Type=" + OrderType + "&OrderNo=" + OrderNo + "', 'unadorned:yes;dialogWidth=1000px;dialogHeight=700px;resizable: yes;dialogLeft=' + ((screen.width - 1000) / 2) + ';dialogTop=' + (screen.height - 700) / 2 + ''); ", true);

Regards,
Iftikar