Ask a Question related to ASP.NET General, Design and Development.
-
Martin Tully #1
Pass Values to another page.
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.
Martin Tully Guest
-
Cannot pass Form values
Hi, I have a form that used to worked 3 weeks ago. But now, the form does not pass its values when I clicked Submit. It's giving an error... -
url pass values
Hello , I'm trying to make a url when somenone hits it to change a value in a db's table !!! I tried many ways but it didn't happened anything... -
pass dynamic checkbox values to results page?
ASP VB Access db Help! I'm trying to pass the results of dynamic checkboxes to a results pages. What's the easiest way to get this accomplished?... -
[PHP] Cannot pass values from one page to another
I got this value in next page(main.php) But from there I am not able to pass it to next page I used session_register('uid'); in main.php but in... -
Pass 2 values in the HyperLinkColumn
I also need to pass the machName to the 'viewMachine.aspx' page????? <asp:HyperLinkColumn SortExpression="Stock_No"... -
Ravikanth[MVP] #2
Pass Values to another page.
Hi
Put information you want to share between pages either in
Session Object or Cache Object.
Ravikanth
get customer>-----Original Message-----
>I am trying to a create a page that will query a SQLDBpage creating>information and then pass this information on to anotherinformation no problem using>almost like a mail merge letter. I can get the("Value1")%> to another>a repeater but how do I pass <%#container.DataItem>page.
>
>Thx.
>
>
>.
>Ravikanth[MVP] Guest
-
Martin Tully #3
Re: Pass Values to another page.
Can u give me an example of this?
"Ravikanth[MVP]" <dvravikanth@hotmail.com> wrote in message
news:015f01c351fa$14740ed0$a101280a@phx.gbl...> Hi
>
> Put information you want to share between pages either in
> Session Object or Cache Object.
>
> Ravikanth
>
>> get customer> >-----Original Message-----
> >I am trying to a create a page that will query a SQLDB> page creating> >information and then pass this information on to another> information no problem using> >almost like a mail merge letter. I can get the> ("Value1")%> to another> >a repeater but how do I pass <%#container.DataItem> >page.
> >
> >Thx.
> >
> >
> >.
> >
Martin Tully Guest



Reply With Quote

