Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Pass Values to another page.

Reply
Thread Tools

Pass Values to another page.

 
 
Martin Tully
Guest
Posts: n/a
 
      07-24-2003
I am trying to a create a page that will query a SQLDB get customer
information and then pass this information on to another page creating
almost like a mail merge letter. I can get the information no problem using
a repeater but how do I pass <%#container.DataItem("Value1")%> to another
page.

Thx.


 
Reply With Quote
 
 
 
 
Ravikanth[MVP]
Guest
Posts: n/a
 
      07-24-2003
Hi

Put information you want to share between pages either in
Session Object or Cache Object.

Ravikanth


>-----Original Message-----
>I am trying to a create a page that will query a SQLDB

get customer
>information and then pass this information on to another

page creating
>almost like a mail merge letter. I can get the

information no problem using
>a repeater but how do I pass <%#container.DataItem

("Value1")%> to another
>page.
>
>Thx.
>
>
>.
>

 
Reply With Quote
 
 
 
 
Martin Tully
Guest
Posts: n/a
 
      07-24-2003
Can u give me an example of this?


"Ravikanth[MVP]" <> wrote in message
news:015f01c351fa$14740ed0$...
> Hi
>
> Put information you want to share between pages either in
> Session Object or Cache Object.
>
> Ravikanth
>
>
> >-----Original Message-----
> >I am trying to a create a page that will query a SQLDB

> get customer
> >information and then pass this information on to another

> page creating
> >almost like a mail merge letter. I can get the

> information no problem using
> >a repeater but how do I pass <%#container.DataItem

> ("Value1")%> to another
> >page.
> >
> >Thx.
> >
> >
> >.
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I pass form values to another websites KFactor ASP .Net 2 12-07-2005 04:00 PM
Trying to pass values of variables from a redefined function into another function deanfamily C++ 4 10-23-2005 11:36 PM
How to pass CheckBox Values(1/0 ) to another page? Patrick Olurotimi Ige ASP .Net 0 06-12-2005 05:37 AM
pass multiple values from one aspx page to another macyp ASP .Net 2 01-26-2005 05:25 PM
How i can pass the values from one page to another???????? Salman Iqbal ASP .Net 2 10-03-2003 12:47 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57