Click here to Skip to main content
15,921,577 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionprevent multiple logins Pin
Thilina.madush6-Jan-10 18:48
Thilina.madush6-Jan-10 18:48 
AnswerRe: prevent multiple logins Pin
Abhishek Sur6-Jan-10 21:21
professionalAbhishek Sur6-Jan-10 21:21 
AnswerRe: prevent multiple logins Pin
April Fans7-Jan-10 22:23
April Fans7-Jan-10 22:23 
GeneralRe: prevent multiple logins Pin
Thilina.madush7-Jan-10 22:38
Thilina.madush7-Jan-10 22:38 
QuestionGetting error : System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client Pin
Niraj0016-Jan-10 18:37
Niraj0016-Jan-10 18:37 
AnswerRe: Getting error : System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client Pin
ncsubbu9-Jan-10 1:25
professionalncsubbu9-Jan-10 1:25 
QuestionHide a row Pin
MacIntyre6-Jan-10 18:02
MacIntyre6-Jan-10 18:02 
AnswerRe: Hide a row Pin
Kaushal Arora6-Jan-10 18:36
Kaushal Arora6-Jan-10 18:36 
GeneralRe: Hide a row Pin
MacIntyre6-Jan-10 20:33
MacIntyre6-Jan-10 20:33 
AnswerRe: Hide a row Pin
Jeneesh K. Velayudhan6-Jan-10 18:37
Jeneesh K. Velayudhan6-Jan-10 18:37 
GeneralRe: Hide a row Pin
MacIntyre6-Jan-10 20:44
MacIntyre6-Jan-10 20:44 
QuestionRetreive control with certain type (Related to Win form and ASP.net) Pin
wilsonmanmcp6-Jan-10 17:52
wilsonmanmcp6-Jan-10 17:52 
AnswerRe: Retreive control with certain type (Related to Win form and ASP.net) Pin
Jeneesh K. Velayudhan6-Jan-10 18:46
Jeneesh K. Velayudhan6-Jan-10 18:46 
GeneralRe: Retreive control with certain type (Related to Win form and ASP.net) Pin
wilsonmanmcp6-Jan-10 21:39
wilsonmanmcp6-Jan-10 21:39 
QuestionFormview to PDF Pin
RajpootRohan6-Jan-10 17:51
professionalRajpootRohan6-Jan-10 17:51 
QuestionOne or more data sources is missing credentials Pin
priyareguri6-Jan-10 17:40
priyareguri6-Jan-10 17:40 
hi friends..
iam working with remote ssrs in sql2005.i deployed reports to my remote server sucessfully...but when am conneting to reportviewr am getting

"One or more data sources is missing credentials"
this error...

ReportViewer1.ShowCredentialPrompts = false;
ReportViewer1.ProcessingMode = ProcessingMode.Remote;
ReportViewer1.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote;
ReportViewer1.ServerReport.ReportServerCredentials = new ReportServerNetworkCredentials();
ReportViewer1.ServerReport.ReportServerUrl = new System.Uri("http://SAI/ReportServer");
ReportViewer1.ServerReport.ReportPath = "/TotalStudentsReport/TotalStudentInfo";
ReportViewer1.ServerReport.Refresh();
this is the my code..and also mentioned credentials ..
please help me..
txs in advance...
Questiondelayed action and response.redirect in same moment Pin
laziale6-Jan-10 11:18
laziale6-Jan-10 11:18 
AnswerRe: delayed action and response.redirect in same moment Pin
m-khansari6-Jan-10 18:51
m-khansari6-Jan-10 18:51 
GeneralRe: delayed action and response.redirect in same moment Pin
laziale7-Jan-10 3:46
laziale7-Jan-10 3:46 
GeneralRe: delayed action and response.redirect in same moment Pin
m-khansari7-Jan-10 6:41
m-khansari7-Jan-10 6:41 
GeneralRe: delayed action and response.redirect in same moment Pin
laziale7-Jan-10 8:53
laziale7-Jan-10 8:53 
GeneralRe: delayed action and response.redirect in same moment Pin
m-khansari7-Jan-10 20:07
m-khansari7-Jan-10 20:07 
QuestionBrowser back button -> force a logout Pin
gerrybrennan6-Jan-10 7:37
gerrybrennan6-Jan-10 7:37 
AnswerRe: Browser back button -> force a logout Pin
Abhishek Sur6-Jan-10 11:11
professionalAbhishek Sur6-Jan-10 11:11 
AnswerRe: Browser back button -> force a logout Pin
PunkIsNotDead6-Jan-10 12:05
PunkIsNotDead6-Jan-10 12:05 

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.