473,395 Members | 1,368 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,395 software developers and data experts.

HtmlAnchor

Hi:
I'm trying to submit a form and go to an anchor point after processing form
on the same page. Is this possible? How?
Nov 18 '05 #1
1 1323
You would have to response.redirect to the page and the named anchor such
as:

Response.Redirect(Request.ServerVariables["SCRIPT_NAME"].ToString() +
"#Myanchor");

Otherwise there's not much else you can do to get the browser to go the a
named anchor location.

Hope this helps
Mark Fitzpatrick
Microsoft MVP - FrontPage

"Roger" <Th******@Superhero.com> wrote in message
news:eG****************@TK2MSFTNGP10.phx.gbl...
Hi:
I'm trying to submit a form and go to an anchor point after processing form on the same page. Is this possible? How?

Nov 18 '05 #2

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

Similar topics

4
by: Steve Young | last post by:
I tried using BeautifulSoup to make changes to the url links on html pages, but when the page was displayed, it was garbled up and didn't look right (even when I didn't actually change anything on...
2
by: Jeff Johnson | last post by:
I'm dynamically generating HtmlImages that I want to wrap with an HtmlAnchor. How do I do this? JJ
7
by: moondaddy | last post by:
I have a user control being used instead of a frame page. when the user clicks on a menu item I need to send the ID (integer value) of that menu as a parameter in the postback of the user control...
1
by: Jacob | last post by:
In the following code I'm making a list of links. When you click a link I want an event to be raised. I have inserted the Event-code in the bottom of this mail. When I click a link a postback is...
1
by: Lauchlan M | last post by:
Hi. I have an ASP.net project that works fine. I copied it to another project using the following steps: << (i) create a new VS.NET ASP.NET project.
1
by: Roshawn | last post by:
Hi, I have created a web user control that acts as a numeric pager on my page. It consists of a repeater controls and an HtmlAnchor control. Of course the HtmlAnchor is placed in the repeater's...
3
by: Leigh Webber | last post by:
I have an HTMLAnchor control on my aspx page. When it's not inside a repeater, it works fine. When I put it inside a repeater control, the handler never gets fired. I have a handler for the...
2
by: Gabe Garza | last post by:
Is there a way to simulate clicking a HtmlAnchor in .NET Code?
5
by: zino | last post by:
my asp.net page need to display links (<a></a>) as tabs. I create a class that inherits from HtmlAnchor as: Public Class Tab Inherits System.Web.UI.HtmlControls.HtmlAnchor '(inheriting from...
4
by: Jim Reynolds | last post by:
Hi, I am trying to implement a postback from a control with a textbox and anchor to perform a search. I cannot use link button due to javascript being turned off. Is there a way of implementing...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.