Click here to Skip to main content
15,910,009 members

Comments by Asim Ghazanfar (Top 4 by date)

Asim Ghazanfar 11-Dec-14 12:39pm View    
There is another way
string previousURL = ""
if(Request.UrlReferrer != null)
{
previousURL = Request.UrlReferrer.ToString();
}
else
{
previousURL = "No URL referrer";
}
Asim Ghazanfar 11-Dec-14 12:30pm View    
protected void MyButton_Click(object sender, EventArgs e)
{
Page.ClientScript.RegisterStartupScript(this.GetType(), "myScript", "AnotherFunction();", true);
}


For further Refrence:

http://stackoverflow.com/questions/19176086/calling-javascript-function-from-server-side

http://www.webblogsforyou.com/how-to-call-javascript-function-from-code-behind-in-asp-net-c-vb-net/
Asim Ghazanfar 26-Nov-14 12:00pm View    
If you just want an image then you might find this useful
http://www.ajaxload.info/[^]

http://preloaders.net/[^]
Asim Ghazanfar 21-May-14 8:08am View    
I already have my own created database. and I want my membership tables and data their.