Hai friends,
i ve the details like travel.aspx page
departuredate=textbox
from=textbox
to=textbox
travelmode=text
save(button)
submit(button)
if i choose save button the entire details ll show on "Home.aspx" page with in the gridview
like
departuredate from to travelmode
01-jul-2013 chennai Banglore car (here i made hyperlink on departuredate if i press that link ll redirect into travel.aspx)
how to do that?