Click here to Skip to main content
15,920,005 members

Comments by Thomas Benz (Top 6 by date)

Thomas Benz 12-Mar-15 12:27pm View    
@nagendrathecoder. I tried to use quotes, but the problem was not solved. The problem happens for both testing Chrome-plugged-in tools I am using POSTMAN and Advanced Rest Client
Thomas Benz 19-Sep-14 13:37pm View    
Hi Sergey, thank you for your kind ideas.
Thomas Benz 18-Jul-13 14:55pm View    
@yloginov, thank you.
Thomas Benz 2-Jul-13 16:05pm View    
@yhloginov, thanks fro your reply. But the code line "e.Parameters.Add(new ReportParameter("WebLoginUserId", someWebLoginUserVariable));" does not work in the Page_Load event handler because e in there is EventArgs class while e in ReportViewer1_SubmittingParameterValues event handler is ReportParametersEventArgs class. So, I got a compile error.

Any ideas else?
Thomas Benz 2-Jul-13 13:26pm View    
Zoltan,
I follow "forms authentication with a windows membership provider" approach as my solution. Thank you for your help.