I have created an Dynamic data site with ASP.NET, c# and EF(Model first Approach) in which i used Ajax toolkit to get the insert page in TABS. Now i have a query like...how can i place the complete list of data which is being entered into the database using
tab1 into the tab2 in a gridview, is this possible to do so...kindly help....Thanks in advance
Hi Naikotiarun, I assume you mean that you are using the one tab to do inserts a and the other for the GridView do the same entity you are inserting yes? If so then all you need to do on a Successful insert is do a databind on the GridView.
Member
1 Points
13 Posts
ASP.Net Dynamic data with Entities, c# and ajax toolkit for tab control
Jul 11, 2013 08:59 AM|naikotiarun|LINK
Hi
I have created an Dynamic data site with ASP.NET, c# and EF(Model first Approach) in which i used Ajax toolkit to get the insert page in TABS. Now i have a query like...how can i place the complete list of data which is being entered into the database using tab1 into the tab2 in a gridview, is this possible to do so...kindly help....Thanks in advance
Dynamicdata,EntityFramework,Ajaxtoolkit,tabcontrol
All-Star
17916 Points
5681 Posts
MVP
Re: ASP.Net Dynamic data with Entities, c# and ajax toolkit for tab control
Jul 11, 2013 09:12 AM|sjnaughton|LINK
Hi Naikotiarun, I assume you mean that you are using the one tab to do inserts a and the other for the GridView do the same entity you are inserting yes? If so then all you need to do on a Successful insert is do a databind on the GridView.
Dynamicdata,EntityFramework,Ajaxtoolkit,tabcontrol
Always seeking an elegant solution.