How To Link Within A Page.
Do you want to people to be able to get to different parts of your page easier or do you just want to add a link so people can get back to the top of the page easily? Then come in and find out how.
Here's How:
1.Create the hook for where you want to go when the main link is clicked on: Title Of The Page
2.Give your link a name (here it is called top) and give it a title.
3.Create the link that will be clicked on. This link tells the browser where to go: Back To The Top
4.Use the same name as used in the hook and give it a title (here the title is Back To The Top).
Tips:
1.Make sure you give the same name to each or it won't work!
Dotnet, DotnetCore, Azure, C#,VB.net, Sql Server, WCF, MVC ,Linq, Javascript and Jquery
Subscribe to:
Post Comments (Atom)
Implementing OAuth validation in a Web API
I mplementing OAuth validation in a Web API Implementing OAuth validation in a Web API using C# typically involves several key steps to sec...
-
ViewBag, ViewData, TempData and View State in MVC ASP.NET MVC offers us three options ViewData, ViewBag and TempData for passing data from...
-
// Export Datatable to Excel in C# Windows application using System; using System.Data; using System.IO; using System.Windows.Forms; ...
No comments:
Post a Comment
Comments Welcome