473,396 Members | 1,942 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

2 diff. aspx's

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
Nov 20 '05 #1
9 1267
Cor
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

Nov 20 '05 #2
"Ruud" <ru**********@tiscali.nl> 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

Nov 20 '05 #3
Cor
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.
Nov 20 '05 #4
* "Ruud" <ru**********@tiscali.nl> 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>
Nov 20 '05 #5
"Cor" <no*@non.com> 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

Nov 20 '05 #6
Cor
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

Nov 20 '05 #7
Cor
Typo

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

Cor
Nov 20 '05 #8
"Cor" <no*@non.com> 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

Nov 20 '05 #9
Cor
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
Nov 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Charley | last post by:
I've got a diff file that I think is a patch for a bunch of file in a directory. How do I apply this file? I thought it was #patch myfile.diff But that does nothing. I must be missing...
4
by: Viviana Vc | last post by:
Hi all, I am using Win2k, VS. NET 7.1 (MS development Environment 2003 7.1.3088) and I noticed that by building the exact same code twice the generated binaries are different (not much, but they...
4
by: Mark Reed | last post by:
Hi all, I have a query (query1) which shows scan date, scan time & operator. One scan = 1 record. What I want to do is create a report based on query 2 from query1 which shows all the scans AND...
9
by: Ching-Lung | last post by:
Hi all, I try to create a tool to check the delta (diff) of 2 binaries and create the delta binary. I use binary formatter (serialization) to create the delta binary. It works fine but the...
6
by: Pohihihi | last post by:
What is the diff between System.ApplicationException and System.Exception
2
by: Berrucho | last post by:
Please Help! I recently posted this same issue but got no answer... please help Using VB.NET, IIS5, W2K Adv SP3 all patches, .net 1.0, VS.NET 2002 Using forms authentication, persistent cookie...
6
by: Igor Shevchenko | last post by:
Hi! Suppose I have "pg_dump -s" of two pg installs, one is "dev", another is "production". Their schemas don't differ too much, and I want to get a "diff -u"-like schema diff so I can quickly...
4
by: Andreas Kasparek | last post by:
Hola! I'm preparing my master thesis about a XML Merge Tool implementation and was wondering if there is any open standard for XML diff regarding topics like: - is a diff result computed on...
7
by: Steve Hershoff | last post by:
Thanks to this newsgroup I've been pointed to Microsoft's XML Diff & Patch utilities. I've been reading about how I can use the tools to generate a diffgram between two XML documents, and how the...
6
by: Aaron Gray | last post by:
Hi, I am working on an HTML WYSISYG Wiki and need to display a diff page like WikiPedia does if two people edit a file at the same time to give the second user the diff. Basically with additions...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.