Change the shortcut icon using ASP.NET C#
You can Change the shortcut icon using ASP.NET C# by use of simple HTML tag
//create a new website and add a web pageChange the shortcut icon using ASP.NET C#
hi friends,
//so many times you want to develop something different from others,
//here i show one example of change shrotcut icon of web page
First Step
//add a icon file and write code inside code window of .aspx file
<head runat="server">
<title> Untitled Page </title>
<link rel="shortcut icon" href="aa.ico"/>
</head>
Second Step
//Run the page
//let you see the icon aa.ico show in your address bar of your web page