Hello,
A strange thing is happening. My application root folders name is: "WebsiteApplication1"
When I write this in Page_Load C#
writebuttonID.HRef = "#helloworld";
And then upload this to the server, load the web page and take "View Source", the link is rendered like this:
href="WebsiteApplication1/#helloworld"
I wonder why the application folder name is put infront. Because links does not work correctly when this happens?
Thank you
Go to the complete details ...