<asp:button runat="server" BackColor="blue" BorderColor="Gray" Font-Bold ="true" ForeColor="white"/>
RedirectPermanent("/newpath/foroldcontent.aspx");
cookie state= false
namespace ConsoleApplication { using System; class Employee { private string[]name = new string[10]; public string this[int index] { get { return name[index]; } set { name[index] = value; } } } class Test { public static void Main() { Employee emp = new Employee(); emp[0] = "Joydip"; emp[1] = "Manashi"; emp[2] = "Jini"; Console.WriteLine("The namesare:--"); for (int i = 0; i < 3;Console.WriteLine(emp[i++])) ; Console.ReadLine(); } } }
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTQ" />
<meta http-equiv="refresh" content="15">