Thanks for the Reply... This will redirect to an aspx page know, but the thing i need is to send the values to anther page for storing it in another database in a different web server.
I need to send like ...(*http://www.mysite.com/sendvalues.php?*Source=" + source + "+Destination=" + Destination + "+DateOfCreation=" + date<http://www.mysite.com/sendvalues.php?uid=name&pwd=pass&to=&txt=againvaluefromdb> ) On Wed, May 13, 2009 at 1:40 PM, jijee mandati <[email protected]>wrote: > Try it > > Response.Redirect("TravelPassenger.aspx?Source=" + source + > "+Destination=" + Destination + "+DateOfCreation=" + date); > > On Wed, May 13, 2009 at 1:37 PM, Jeena Ajiesh <[email protected]> wrote: > >> Hi all, >> Can anyone help me in passing some values from database to another page. >> I dont want the user to redirect to that page.But stay in the current page >> and pass the values only. >> I need to send like >> ...( >> http://www.mysite.com/sendvalues.php?uid=name&pwd=pass&to=valuefromdb&txt=againvaluefromdb >> ) >> What should i give? whether Reponse.Redirect or Server.Send.... >> >> i tried out like >> Server.Send(http://www.mysite.com/sendvalues.php?uid=jee&pwd=jee&to="& >> num &" "&txt="& >> againvaluefromdb<http://www.mysite.com/sendvalues.php?uid=jee&pwd=jee&to=%22&+num+&%22+%22&txt=%22&+againvaluefromdb> >> ) >> >> But i cant get the actual result.Some error as it is expecting virtual >> path >> >> Please help me if anyone knows abt this >> >> Thanks In Advance. >> jeena >> >> >> > -- **************** Thanks & Regards, Jeena Ajiesh Email: [email protected] [email protected]
