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

ASP.NET

 
SuggestionRe: Get Image on HTML on the fly from ASP.NET ASPX source not working Pin
Kornfeld Eliyahu Peter8-Jun-15 0:51
professionalKornfeld Eliyahu Peter8-Jun-15 0:51 
QuestionEval_Bind Pin
Member 111616255-Jun-15 20:08
Member 111616255-Jun-15 20:08 
AnswerRe: Eval_Bind Pin
Richard MacCutchan5-Jun-15 21:28
mveRichard MacCutchan5-Jun-15 21:28 
AnswerRe: Eval_Bind Pin
Richard Deeming7-Jun-15 21:50
mveRichard Deeming7-Jun-15 21:50 
AnswerRe: Eval_Bind Pin
anandkannan858-Jun-15 12:54
anandkannan858-Jun-15 12:54 
AnswerRe: Eval_Bind Pin
User 418025410-Jul-15 11:10
User 418025410-Jul-15 11:10 
AnswerRe: Eval_Bind Pin
wikizhao22-Jul-15 17:17
wikizhao22-Jul-15 17:17 
QuestionHow do I hide some operation contract methods for particular user in WCF? Pin
Manikandan Pandurangan4-Jun-15 1:46
professionalManikandan Pandurangan4-Jun-15 1:46 
C#
Hai All, 
I am having two methods in a single service below. I will host this service in IIS. I will be having only one service URL. Client will consume this service by creating the proxy class as usual. But Mehod1 should only be displayed to Client A,  Mehod2 should only be displayed to Client B. How can I overcome this scenario?.. Can you please clarify my doubt..? Thanks in Advance

namespace serviceHide
{
    [ServiceContract]
    interface IServiceHide
    {
        [OperationContract]
        string Method1(string id); //This method should be displayed to Client A only

        [OperationContract]
        string Method2(string id); //This method should be displayed to Client B only

    }
}

SuggestionRe: How do I hide some operation contract methods for particular user in WCF? Pin
Richard Deeming4-Jun-15 2:09
mveRichard Deeming4-Jun-15 2:09 
GeneralRe: How do I hide some operation contract methods for particular user in WCF? Pin
F-ES Sitecore4-Jun-15 21:25
professionalF-ES Sitecore4-Jun-15 21:25 
GeneralOff topic Pin
OriginalGriff5-Jun-15 0:53
mveOriginalGriff5-Jun-15 0:53 
GeneralRe: Off topic Pin
F-ES Sitecore5-Jun-15 1:02
professionalF-ES Sitecore5-Jun-15 1:02 
GeneralRe: Off topic Pin
OriginalGriff5-Jun-15 1:10
mveOriginalGriff5-Jun-15 1:10 
GeneralRe: Off topic Pin
F-ES Sitecore5-Jun-15 1:21
professionalF-ES Sitecore5-Jun-15 1:21 
GeneralRe: Off topic Pin
Richard MacCutchan5-Jun-15 2:34
mveRichard MacCutchan5-Jun-15 2:34 
GeneralRe: Off topic Pin
Richard MacCutchan5-Jun-15 2:34
mveRichard MacCutchan5-Jun-15 2:34 
QuestionGrid view total Pin
Mahima Singh4-Jun-15 0:51
professionalMahima Singh4-Jun-15 0:51 
SuggestionRe: Grid view total Pin
Richard MacCutchan4-Jun-15 0:58
mveRichard MacCutchan4-Jun-15 0:58 
AnswerRe: Grid view total Pin
jkirkerx5-Jun-15 8:36
professionaljkirkerx5-Jun-15 8:36 
Questionthe usual annoying absurdity Pin
tiwal3-Jun-15 22:51
tiwal3-Jun-15 22:51 
AnswerRe: the usual annoying absurdity Pin
F-ES Sitecore3-Jun-15 23:51
professionalF-ES Sitecore3-Jun-15 23:51 
AnswerRe: the usual annoying absurdity Pin
Richard Deeming4-Jun-15 0:34
mveRichard Deeming4-Jun-15 0:34 
QuestionC# PDF Printing Pin
El Developer3-Jun-15 4:54
El Developer3-Jun-15 4:54 
AnswerRe: C# PDF Printing Pin
F-ES Sitecore3-Jun-15 5:01
professionalF-ES Sitecore3-Jun-15 5:01 
GeneralRe: C# PDF Printing Pin
El Developer3-Jun-15 5:09
El Developer3-Jun-15 5:09 

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.