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

Please help. asp:hyperlink

How do I do this?
<asp:hyperlink style="Z-INDEX: 144; LEFT: 4px; POSITION: absolute; TOP:
119px" runat="server" Text="Click Me!" NavigateUrl="mailto://<%
response.write(txtBEmail.Text.ToString) %>" ID="Hyperlink1">BEmail
</asp:hyperlink>

I would like to construct a url based upon the contents of a textbox.
Any ideas?

Thanks,
Aaron
Nov 18 '05 #1
3 1962
Aaron: I would think you could go about it this way
--[In the html] --
<asp:hyperlink style="z-index:144;left:4px;position:absolute; top:119px;" runat="server" text="Click Me!" id="hyperlink1">BEmail</asp:hyperlink

---[And in the vb or vc, etc codebehind (Inline is fine as well)]----
Public hyperlink1 as Hyperlin

....(in the pageload, or another function
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Loa

hyperlink1 = txtBEmail.Text.ToStrin

End Su

Hope this helps.
-Andrew Wie

----- Aaron wrote: ----

How do I do this
<asp:hyperlink style="Z-INDEX: 144; LEFT: 4px; POSITION: absolute; TOP:
119px" runat="server" Text="Click Me!" NavigateUrl="mailto://<
response.write(txtBEmail.Text.ToString) %>" ID="Hyperlink1">BEmai
</asp:hyperlink

I would like to construct a url based upon the contents of a textbox
Any ideas

Thanks
Aaron
Nov 18 '05 #2
Thank you for your help. This is exactly what I need. In the page_Load
event I have added:

Hyperlink1.NavigateUrl = "mailto://" & txtBMail.Text.ToString

Aaron
Nov 18 '05 #3
Hello Aaron,

In your code-behind file:

Hyperlink1.NavigateUrl = "mailto://txtBEmail.Text";
How do I do this?
<asp:hyperlink style="Z-INDEX: 144; LEFT: 4px; POSITION: absolute;
TOP:
119px" runat="server" Text="Click Me!" NavigateUrl="mailto://<%
response.write(txtBEmail.Text.ToString) %>" ID="Hyperlink1">BEmail
</asp:hyperlink>
I would like to construct a url based upon the contents of a textbox.

Any ideas?

Thanks,
Aaron

--

--
Matt Berther
http://www.mattberther.com
Nov 18 '05 #4

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

Similar topics

4
by: James P. | last post by:
Hello there, I have an asp hyperlink in a template page. In my user control page - code behind page that uses the template, I'd like to turn this link invisible in certain case. Is it...
0
by: VB Programmer | last post by:
I have this hyperlink in a datalist that is supposed to automatically include the current "ListingId" field in the hyperlink navigateurl. <asp:HyperLink id="hlView" runat="server"...
2
by: MrMike | last post by:
I am attempting to pass a parameter named "BackURL" into a asp:Hyperlink HTML control as shown below. "BackURL" is actually a variable defined in the page's code-behind. However, my current...
9
by: Leon | last post by:
What Am I Doing Wrong? Code Will Not Run, I Can't See The Error! Thanks. <asp:datalist id="DataList1" runat="server" RepeatColumns="4"> <ItemTemplate> <asp:HyperLink id=HyperLink1 ImageUrl=...
4
by: Satya | last post by:
Hi all, The following code is throwing a run time error "The server tag is not well formed. " <ItemTemplate> <asp:HyperLink Runat="server" ID="lnkFile"...
9
by: dana lees | last post by:
Hello, I am using asp:HyperLink in a c# asp.net application to open a new window in the following way: <asp:HyperLink ID="lnkSiteName" runat="server" Text='<%# DataBinder.Eval(Container,...
1
by: rn5a | last post by:
Consider the following code: <script runat="server"> Sub Page_Load(obj As Object, ea As EventArgs) Dim sqlReader As SqlDataReader sqlReader = 'calling a function that returns SqlDataReader ...
2
by: nicknack | last post by:
Hello. I have an asp:hyperling in my page and I'm trying to make it "clicked" from my code behind. Is this possible? I also tried it with JS but its look like the hyperlink doesn't have a...
2
by: BobLaughland | last post by:
Hi There, I need a control on my site that is a hyperlink style control, but it must, 1) Have a property that can hold where the hyperlink is pointing to. (e.g. like the NavigateUrl property...
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
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?
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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.