Popular Articles
Last viewed:
- Clustered Index vs. Non-Clustered Index in SQL Server
- C# Capitalize First Letters of Words
- Fixing Relative Paths in C# ASP.NET When Using Url Rewriting
- Using Stored Procedures in the Entity Framework with Scalar Return Values
- C# Download File with Progress Bar
- GridView ObjectDataSource LINQ Paging and Sorting
Recent comments
- Awsome!!
7 hours 36 min ago - C# insert image
22 hours 28 min ago - jkll
3 days 10 hours ago - Thank You
4 days 10 hours ago - Another approach
6 days 11 hours ago - Issue
1 week 55 min ago - thanks
1 week 11 hours ago - Calendar date time
1 week 17 hours ago - Nice Explanation
1 week 21 hours ago - ramya
1 week 3 days ago

callclick in ie,firefox,chrome(Fire fox link button click event)
function CallClick()
{
//document.getElementById('LinkButton1').click(); //ONLY WORK IN IE
//WORK IN ALL BROWSER
window.location.href = document.getElementById('LinkButton1').href ;
return false;
}