Create the desired output in SQL itself. The answer to your question is no, it's not possible. This because a Dataset counts as a Datasource and only a single datasource can be specified for any data control. Anyway, the DGV would have no idea how to display the data even if multiple sources were possible.
On May 12, 1:02 pm, "Vicky ................." <[email protected]> wrote: > Hello Sir, > > I have a table name Disbursement it contains several columns like > form_no,dis_date,sanction_date etc.. > > My Requirement is to count all disbursement date like( select > count(dis_date) from disbursement). > And Another requirement is to show last month counting for same field. > > ----------------------------------------|------------------------------------------------------------ > Sent Data | > ----------------------------------------| > | Old Value | Current Value | > | | | > | | | > | | | > | | | > | | | > > I have these kind of 14 columns in table & need to calculate old & new value > for each column. > > > > On Thu, May 12, 2011 at 1:15 PM, Cerebrus <[email protected]> wrote: > > Assuming it were possible, how would you display the two datasets at > > the same time? What kind of UI are you planning? > > > On May 12, 10:31 am, "Vicky ................." > > <[email protected]> wrote: > > > Hello Guys, > > > > Is it possible to attach a Datagridview with two different dataset in c# > > > Windows Application ? > > > > Thanx > > > -- > > You received this message because you are subscribed to the Google > > Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML > > Web Services,.NET Remoting" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en > > or visit the group website athttp://megasolutions.net- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
