PC Review


Reply
Thread Tools Rate Thread

2 diff. aspx's

 
 
Ruud
Guest
Posts: n/a
 
      7th Dec 2003
Hello.

I'v created an one.aspx and a two.aspx.
On the 'one' there is a button and on the 'two' there's a txtbox.
How can i connect these, so that a button click on one.aspx will fill the
txtbox on two.aspx

tnx


 
Reply With Quote
 
 
 
 
Cor
Guest
Posts: n/a
 
      7th Dec 2003
Hi Ruud,

The most simple
\\\form one
Private Sub Button1_Click(ByVal sender _
As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Response.Redirect("two.aspx")
End Sub
///
\\\form tow
Private Sub Page_Load(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles MyBase.Load
Me.TextBox1.Text = "MyText"
End Sub
///
I would say, try it,

Cor
>
> I'v created an one.aspx and a two.aspx.
> On the 'one' there is a button and on the 'two' there's a txtbox.
> How can i connect these, so that a button click on one.aspx will fill the
> txtbox on two.aspx
>



 
Reply With Quote
 
Armin Zingler
Guest
Posts: n/a
 
      7th Dec 2003
"Ruud" <(E-Mail Removed)> schrieb
>
> I'v created an one.aspx and a two.aspx.
> On the 'one' there is a button and on the 'two' there's a txtbox.
> How can i connect these, so that a button click on one.aspx will
> fill the txtbox on two.aspx


I think the question is not language dependent. You'd better ask at
microsoft.public.dotnet.framework.aspnet[.*]


--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

 
Reply With Quote
 
Cor
Guest
Posts: n/a
 
      7th Dec 2003
Hi Armin,

> I think the question is not language dependent. You'd better ask at
> microsoft.public.dotnet.framework.aspnet[.*]


I knew that it can be done not using the VB.net language, but with vb. net
language, please see my message.

Dont see this as a flame, it is not.

My only concern is that this message came to fast and is not true in this
case.
I was waiting if somebody maybe had another answer. (This is the most easy
one)

I don't like that redirect way and I have seen others, but cannot remember
it me now.

Cor

PS
I was waiting on that key tone suppress from you in the German newsgroup and
it came fast, now I have archived it.


 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      7th Dec 2003
* "Ruud" <(E-Mail Removed)> scripsit:
> I'v created an one.aspx and a two.aspx.
> On the 'one' there is a button and on the 'two' there's a txtbox.
> How can i connect these, so that a button click on one.aspx will fill the
> txtbox on two.aspx


MSDN:

\\\
Response.Redirect("http://www.microsoft.com/gohere/look.htm")
///

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
 
Reply With Quote
 
Armin Zingler
Guest
Posts: n/a
 
      7th Dec 2003
"Cor" <(E-Mail Removed)> schrieb
> > I think the question is not language dependent. You'd better ask
> > at microsoft.public.dotnet.framework.aspnet[.*]

>
> I knew that it can be done not using the VB.net language, but with
> vb. net language, please see my message.
>
> Dont see this as a flame, it is not.


:-)

> My only concern is that this message came to fast and is not true in
> this case.



I didn't know it can not be done using C# and other managed languages.

> I was waiting if somebody maybe had another answer. (This is the most
> easy one)
>
> I don't like that redirect way and I have seen others, but cannot
> remember it me now.


I think it is ok to say what group is the right group for the question.
I also think that Ruud's question was not how to handle events or how
to call methods in VB.NET. I think the question is related to the
asp.net technology itself. You can be right, maybe it is both, but
as he/she didn't ask for the former reason I have to assume that
he asked for the second reason. If it will turn out that it is
a language specific problem, he can still say this and I won't have
a problem to explain how it is done in VB.NET.

Only to clarify what and how I think.



> PS
> I was waiting on that key tone suppress from you in the German
> newsgroup and it came fast, now I have archived it.


??


--
Armin

 
Reply With Quote
 
Cor
Guest
Posts: n/a
 
      7th Dec 2003
Hi Armin,

I was in doubt if I would answer this, but I think it is essential and I
have seen this sentence more as a reason why things are redirected to
another newsgroup.

>
> I didn't know it can not be done using C# and other managed languages.
>


If only things will be spoken in this newsgroup that cannot be done with
another languages or with controls for which exist not another newsgroups
(but the CSharp group exist so all controls can be spoken there), than this
newsgroup is only for all methods from Microsoft.Visualbasic.

In my opinion this newsgroup is for all things you need with the Vbnet
language from System.Net to make a project. For some more difficult things
are also specialized newsgroups.

Cor





 
Reply With Quote
 
Cor
Guest
Posts: n/a
 
      7th Dec 2003
Typo

System.Net to make a project.
Dotnet.Net to ma................................

Cor


 
Reply With Quote
 
Armin Zingler
Guest
Posts: n/a
 
      7th Dec 2003
"Cor" <(E-Mail Removed)> schrieb
>
> I was in doubt if I would answer this, but I think it is essential
> and I have seen this sentence more as a reason why things are
> redirected to another newsgroup.


I wanted to answer here, but it got longer than the group name can cope
with. ;-) Can I reply by email? Which address?


--
Armin

 
Reply With Quote
 
Cor
Guest
Posts: n/a
 
      7th Dec 2003
Hi Armin,

Of course you can, my name you have seen is ligthert and my email provider
is @planet.nl

That is my email adres.

If you like it you can do it in German, reading that it is not that
difficult for me.

Cor


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
plotting column chart whch colors the bars diff for diff comm Cathy Microsoft Excel Charting 5 19th Mar 2009 06:30 PM
SUMIF formula required to search for 2 diff values in 2 diff colum Lidy693 Microsoft Excel Worksheet Functions 7 21st Feb 2009 09:45 PM
Used absolute positioning, but images/text in diff spots in diff b =?Utf-8?B?Um9iaW4gVw==?= Microsoft Frontpage 1 19th Mar 2006 12:05 PM
how to send emails to my diff. email addresses to diff. folders =?Utf-8?B?RWxsaW90?= Microsoft Outlook Discussion 1 16th Nov 2005 05:49 PM
how do i list diff.task for diff.months so march does not show on. =?Utf-8?B?am9lYg==?= Microsoft Outlook Calendar 0 5th Jan 2005 09:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:31 PM.