gridview inside gridview with insert update and delete
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I want to design gridview inside another gridview with insert update and delete
I design database with tables are
- tbl_Show(ShowID{P},ShowTime,Silver,Gold, Platinum,ShowTimeId) 2) tbl_STime(ShowTimeId{P},TheatreId,MovieId,FromDate,ToDate) 3) tbl_Theatre(TheatreId{P}, TName, Taddress)
I want to design same in asp.net C# like this visit http://www.codeproject.com/Articles/14293/Gridview-Inside-a-GridView-in-ASP-NET-2-0
- tbl_Show(ShowID{P},ShowTime,Silver,Gold, Platinum,ShowTimeId) 2) tbl_STime(ShowTimeId{P},TheatreId,MovieId,FromDate,ToDate) 3) tbl_Theatre(TheatreId{P}, TName, Taddress)
-
I want to design gridview inside another gridview with insert update and delete
I design database with tables are
- tbl_Show(ShowID{P},ShowTime,Silver,Gold, Platinum,ShowTimeId) 2) tbl_STime(ShowTimeId{P},TheatreId,MovieId,FromDate,ToDate) 3) tbl_Theatre(TheatreId{P}, TName, Taddress)
I want to design same in asp.net C# like this visit http://www.codeproject.com/Articles/14293/Gridview-Inside-a-GridView-in-ASP-NET-2-0
Ok so what is stopping you, you have made lots of statements but have not asked a question. As you have already found an example of what you want why not try adapting that to your need?
Never underestimate the power of human stupidity RAH
- tbl_Show(ShowID{P},ShowTime,Silver,Gold, Platinum,ShowTimeId) 2) tbl_STime(ShowTimeId{P},TheatreId,MovieId,FromDate,ToDate) 3) tbl_Theatre(TheatreId{P}, TName, Taddress)
-
I want to design gridview inside another gridview with insert update and delete
I design database with tables are
- tbl_Show(ShowID{P},ShowTime,Silver,Gold, Platinum,ShowTimeId) 2) tbl_STime(ShowTimeId{P},TheatreId,MovieId,FromDate,ToDate) 3) tbl_Theatre(TheatreId{P}, TName, Taddress)
I want to design same in asp.net C# like this visit http://www.codeproject.com/Articles/14293/Gridview-Inside-a-GridView-in-ASP-NET-2-0
you have got your answer. just follow your given example and try to make your requirement. Don't worry
- tbl_Show(ShowID{P},ShowTime,Silver,Gold, Platinum,ShowTimeId) 2) tbl_STime(ShowTimeId{P},TheatreId,MovieId,FromDate,ToDate) 3) tbl_Theatre(TheatreId{P}, TName, Taddress)