Click here to Skip to main content
15,919,613 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Hi Pin
Abhijit Jana8-May-08 4:07
professionalAbhijit Jana8-May-08 4:07 
QuestionCalling Webservice throught Javascript Pin
lovedotnet8-May-08 1:59
lovedotnet8-May-08 1:59 
AnswerRe: Calling Webservice throught Javascript Pin
Christian Graus8-May-08 11:28
protectorChristian Graus8-May-08 11:28 
GeneralRe: Calling Webservice throught Javascript Pin
lovedotnet8-May-08 18:04
lovedotnet8-May-08 18:04 
GeneralRe: Calling Webservice throught Javascript Pin
Christian Graus8-May-08 18:06
protectorChristian Graus8-May-08 18:06 
GeneralRe: Calling Webservice throught Javascript Pin
lovedotnet8-May-08 18:11
lovedotnet8-May-08 18:11 
AnswerRe: Calling Webservice throught Javascript Pin
webtips9-May-08 4:30
webtips9-May-08 4:30 
QuestionShow dynamic sql result set in Report Viewer Pin
greekius8-May-08 1:58
greekius8-May-08 1:58 
in aspx page, i have a reportviewer and ObjectDataSource as at below.

   <rsweb:ReportViewer ID="ReportViewer1" runat="server"  Width="100%" > </rsweb:ReportViewer><br />
<asp:ObjectDataSource ID="ObjectDataSource1" runat="server" <br />
       SelectMethod="SELECT" TypeName="DataSet1.Expenses"></asp:ObjectDataSource>


in code
 protected void Page_Load(object sender, EventArgs e)<br />
    {<br />
        DataSet ds=new DataSet();<br />
...<br />
adp.fill(ds)<br />
<br />
       <br />
        ReportViewer1.LocalReport.DataSources.Add(new Microsoft.Reporting.WebForms.ReportDataSource("DataSet1", ds.Tables[0]));<br />
<br />
    }


i'm sure dataset contains a table, but Reportviewer it doesnt show the result,why?
AnswerRe: Show dynamic sql result set in Report Viewer Pin
eyeseetee8-May-08 2:20
eyeseetee8-May-08 2:20 
GeneralRe: Show dynamic sql result set in Report Viewer Pin
greekius8-May-08 3:38
greekius8-May-08 3:38 
General[Message Deleted] Pin
Burim Rama8-May-08 1:33
Burim Rama8-May-08 1:33 
GeneralRe: Translate this in asp.net Pin
Christian Graus8-May-08 1:39
protectorChristian Graus8-May-08 1:39 
GeneralRe: Translate this in asp.net Pin
Burim Rama8-May-08 2:07
Burim Rama8-May-08 2:07 
GeneralRe: Translate this in asp.net Pin
Christian Graus8-May-08 2:19
protectorChristian Graus8-May-08 2:19 
GeneralRe: Translate this in asp.net Pin
Burim Rama8-May-08 2:24
Burim Rama8-May-08 2:24 
GeneralRe: Translate this in asp.net Pin
Christian Graus8-May-08 2:26
protectorChristian Graus8-May-08 2:26 
GeneralRe: Translate this in asp.net Pin
Burim Rama8-May-08 2:29
Burim Rama8-May-08 2:29 
GeneralRe: Translate this in asp.net Pin
Christian Graus8-May-08 11:34
protectorChristian Graus8-May-08 11:34 
QuestionUserControls in App_Code-directory Pin
Johan Martensson8-May-08 1:02
Johan Martensson8-May-08 1:02 
AnswerRe: UserControls in App_Code-directory Pin
Christian Graus8-May-08 1:07
protectorChristian Graus8-May-08 1:07 
GeneralRe: UserControls in App_Code-directory Pin
Johan Martensson8-May-08 1:17
Johan Martensson8-May-08 1:17 
GeneralRe: UserControls in App_Code-directory Pin
Christian Graus8-May-08 1:19
protectorChristian Graus8-May-08 1:19 
GeneralRe: UserControls in App_Code-directory Pin
Johan Martensson8-May-08 1:24
Johan Martensson8-May-08 1:24 
GeneralRe: UserControls in App_Code-directory Pin
Christian Graus8-May-08 1:36
protectorChristian Graus8-May-08 1:36 
GeneralRe: UserControls in App_Code-directory Pin
Johan Martensson8-May-08 1:46
Johan Martensson8-May-08 1:46 

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.