|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
button problemi have two pages
in first.aspx i have a data entry form . in that i have a preview button it takes me to previw.aspx on preview.aspx i have edit button . i want that on clicking edit button it goes back to first.aspx with same values how can i do it.. -- Message posted via DotNetMonster.com http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-web-controls/200608/1 "gauravkg via DotNetMonster.com" <u25584@uwe> wrote in message news:65304460742a4@uwe...>i have two pages The easiest way in ASP.NET is to make it only one page with 2 panels,> in first.aspx > i have a data entry form . > in that i have a preview button it takes me to previw.aspx > > on preview.aspx i have edit button . i want that on clicking edit button > it > goes back to first.aspx with same values how can i do it.. Panel1 is visible, Panel2 is not visible. On clicking preview, you make Panel2 visible. On clicking edit, you make Panel1 visible. Since it is only one page, all the values will still be there. -- Riki
Conditional True/False output for datalist item
which expert can finally solve this? WSS document event handler that will use System.web.mail sendmail Disappearing Web Part Trick Dynamic gridview values lost on postback Center Login Control and Firefox Admin front end generator Iterate thru dataset The Ultimate Bittorrent Cheat CompositeControl with GridView and Columns property |
|||||||||||||||||||||||