Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to Open any web page by clicking any Any ASPControl
like (Checkbox,radio button or Button) without calling its
event and without going to Siverside code?

Answer Posted / vikas kant

<script type="text/javascript" language="javascript">
function fnopenpage()
{
window.open('Default2.aspx?bck=1');
return true
}
</script>

<asp:button ID="btn" OnClientClick="fnopenpage()"
Text="CLICK" runat="server"></asp:button>

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the main function of url routing system in asp.net mvc? : asp.net mvc

1070


What is asp.net web application?

1095


Why is xap important?

1062


How can we call webservices in Banking Applications? and where we are using it?

2157


What is session in http request?

1067


What is the use of autowireup in asp.net?

1099


What is comparevalidator?

1030


Explain the concept of View Model in MVC?

1082


What are url fragments?

950


How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

1009


What is an il?

1110


What is & in a url?

1008


How many types of file extensions for razor views in ASP.Net MVC?

1338


How to fetch a data from one table to another table in asp.net ?

1088


What is the compiled object?

2133