473,405 Members | 2,210 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,405 software developers and data experts.

sending text to web page controls

hi ..i am trying to write a program that will fill web forms for me..like my
email address and other information when i need that..how can i send text to
textboxes in a web page?
thanks
Nov 20 '05 #1
3 1031
Cor
Hi Omar,

While using Visual.Studio.Net?
(You can say otherwise I did not ask it in this newsgroup but a lot of
people do ask it not using vb.net).

Cor
hi ..i am trying to write a program that will fill web forms for me..like my email address and other information when i need that..how can i send text to textboxes in a web page?
thanks

Nov 20 '05 #2
hi cor i am using visual studio .net
thanks
"Cor" <no*@non.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
Hi Omar,

While using Visual.Studio.Net?
(You can say otherwise I did not ask it in this newsgroup but a lot of
people do ask it not using vb.net).

Cor
hi ..i am trying to write a program that will fill web forms for
me..like my
email address and other information when i need that..how can i send
text to
textboxes in a web page?
thanks


Nov 20 '05 #3
Cor
Hi Omar,

When you have ASP.net webserver also you can try this.

Open a new VB asp.net project.
Give it a name and enter

You get an aspx page.

You drag from the toolbox in your lefthand a textbox, a button and a label
on the page.

You right click on the page and open the code page.

There you see beneath 2 rows and that is the load event.
And a comment line with something as 'here you can put your code".
You place there
If not ispostback then
me.textbox1.text = "It is me"
end if

You go back to your form and pushes on the button, the code page will open
again for you.
In that button click event you type.
me.label1.text = me.textbox1.text

If I typed all things well and you did do this than when you debug it, there
will be shown a page with in the texbox "It is me"
If you enter there something else and push on the button, the text from the
textbox will be in the label.

That is all

I hope it works for you?

Cor


Nov 20 '05 #4

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

Similar topics

2
by: Mr. x | last post by:
Hello, I am sending emails with Hebrew contents. When receiving emails - I cannot see the Hebrew characters (it is not outlook express configuration, because when receiving emails from friends -...
2
by: Dee | last post by:
Hi I have added EnableViewStateMac="false" to the sending WebForm's @Page Directive and my sample code has the following line: Dim coll As...
14
by: Joe | last post by:
Hello All: I am trying to dynamically populate a web page with literal content and controls (textboxes and checkboxes (and eventually two buttons - the buttons do not appear in the code yet). I...
6
by: Anuradha | last post by:
Dear All How can i send mails using vb.net Thanx all
0
by: Jesper Lund Stocholm | last post by:
I have problems with sending javascript to the client from a dynamically loaded usercontrol. I have a single page that dynamically loads controls into a table cell in a HTML-table. For one of...
0
by: Sister Ray | last post by:
I'm trying to create a simple form that sends an email using my company's exchange server. I'm using the System.Net.Mail Namespace of the .net framework 2.0. I've googled everywhere and i think my...
2
by: satnamsarai | last post by:
Using System.Net.Mail: Sometimes I get error 'failure sending mail. Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.' Not sure how...
3
by: raj200809 | last post by:
when i m sending mail i received error from symantec Antivirus" Your email message was unable to be sent because your mail server rejected the message 550-5.7.1 the ip you’re using to send mail is...
2
ThatThatGuy
by: ThatThatGuy | last post by:
Hello reader,, This might be a very simple question, but what to just say about it, i'm facing it Actually i'm developing a web App and i want email feature in that.... I'm sending mail from my...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.