Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 24, 2012 01:02 PM by crs81
Member
24 Points
40 Posts
Jul 23, 2012 09:55 AM|LINK
Need a good example of master and details entry form in asp.net 4
I will use string connection for save data
It should be like
In master
Department :____textbox______ Process:____textbox_______ Date:_____textbox________
In Grid
Sno | Task | Status |
textbox| textbox| dropdownbox |
<Add><Save><Search>
I need this type of example ..
I will make search by myself using modalpopextender.
Please help. Thanks
Contributor
4421 Points
856 Posts
Jul 23, 2012 10:13 AM|LINK
Hi Friend,
use this link.
http://msdn.microsoft.com/en-us/library/aa581796.aspx
http://www.codeproject.com/Articles/16779/GridView-DetailsView-Master-Detail-Control
Jul 24, 2012 05:48 AM|LINK
Need explanation
Jul 24, 2012 01:02 PM|LINK
I found solution by myself
http://technico.qnownow.com/2012/03/29/how-to-insert-update-delete-rows-in-asp-net-gridview-control/
Thanks all
crs81
Member
24 Points
40 Posts
Web entry from with master and details
Jul 23, 2012 09:55 AM|LINK
Need a good example of master and details entry form in asp.net 4
I will use string connection for save data
It should be like
In master
Department :____textbox______ Process:____textbox_______ Date:_____textbox________
In Grid
Sno | Task | Status |
textbox| textbox| dropdownbox |
<Add><Save><Search>
I need this type of example ..
I will make search by myself using modalpopextender.
Please help. Thanks
Ajay2707
Contributor
4421 Points
856 Posts
Re: Web entry from with master and details
Jul 23, 2012 10:13 AM|LINK
Hi Friend,
use this link.
http://msdn.microsoft.com/en-us/library/aa581796.aspx
http://www.codeproject.com/Articles/16779/GridView-DetailsView-Master-Detail-Control
crs81
Member
24 Points
40 Posts
Re: Web entry from with master and details
Jul 24, 2012 05:48 AM|LINK
Need explanation
crs81
Member
24 Points
40 Posts
Re: Web entry from with master and details
Jul 24, 2012 01:02 PM|LINK
I found solution by myself
http://technico.qnownow.com/2012/03/29/how-to-insert-update-delete-rows-in-asp-net-gridview-control/
Thanks all