Hi all,
Good Day! I am using C# Visual Studio 2008 and SQL server 2008. My application what i am doing is, i have 9 tab pages in single tab control. In variable ID i am getting tab page index in 2 power like if index is 0 then ID is 2^0=1. In this i have remote database table tmessage_temp. from this remote data base table i am reading fldTo column for getting ID. if fldTo is 3, then tab page 1 and tab page 2 is set. because of 9 tab pages i am using loop from 0 to 8. in this loop i am entering into switch(ID). In this i am reading data from remote database and displaying using data grid view. It is not a problem to view in data grid view control for single case. If loop condition coming into switch case from 1 to 3, in data grid control display only the last case. In this i want to display all one by one in single data grid control. How to do this. Can you please give me a way to do it.
Suji DPosted Jun 15, 2015, 5:49 AM
Rajeesh MenothPosted Jun 4, 2015, 8:53 AM
Upendra Pratap ShahiPosted Jun 4, 2015, 8:49 AM
ramya bharathPosted Jun 4, 2015, 8:44 AM
https://msdn.microsoft.com/en-us/library/fk68ew7b(v=vs.110).aspx
If you want more clarity please post your code
Suji DPosted Jun 4, 2015, 12:33 AM
ramya bharathPosted Jun 3, 2015, 11:53 PM
If that is the case combine all the dataset of three together and bind it to one