Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
Questionmasterpage -> Check if javascipt is enabled & cookies enabled. Pin
gerrybrennan6-Jan-10 7:17
gerrybrennan6-Jan-10 7:17 
AnswerRe: masterpage -> Check if javascipt is enabled & cookies enabled. Pin
Abhijit Jana6-Jan-10 7:32
professionalAbhijit Jana6-Jan-10 7:32 
QuestionRegistering global HttpModule Pin
Gennady Oster6-Jan-10 3:57
Gennady Oster6-Jan-10 3:57 
AnswerRe: Registering global HttpModule [modified] Pin
m-khansari6-Jan-10 19:14
m-khansari6-Jan-10 19:14 
GeneralRe: Registering global HttpModule Pin
Gennady Oster9-Jan-10 1:01
Gennady Oster9-Jan-10 1:01 
QuestionEnable asp menu with javascript Pin
dptalt6-Jan-10 2:47
dptalt6-Jan-10 2:47 
AnswerRe: Enable asp menu with javascript Pin
Kaushal Arora6-Jan-10 18:46
Kaushal Arora6-Jan-10 18:46 
GeneralRe: Enable asp menu with javascript Pin
dptalt7-Jan-10 1:48
dptalt7-Jan-10 1:48 

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.