You may use a temporary table. Insert data according to your business logic. Then may do as usual.
On Thu, May 12, 2011 at 2: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 at http://megasolutions.net >> > > -- > 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 > -- 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
