4
Answers

Is WCF right for this??

person

person

15y
2.7k
1
Hi,

I've been looking at some WCF examples and all and I just cant see if this would be appropriate in my application.

I have an application for which I need multiple users to be assigned to. And each user needs privileges assigned to them, so that when they make a database request (MySQL database running on server), the privileges are seen and applied.

Does WCF support a 'user' adding removing and database access application? Or am I looking in the completely wrong place?

Thanks a lot in advance.

Person.
Answers (4)
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