Click here to Skip to main content
15,911,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi...

I have doubt that,

I developed wcf services and on binding hyperlink button to some address,when i am clicking on that hyperlink button,it navigate to another page individually by selecting selected one.That Means after binding,it will navigated to another page.

Please give me some suggestions..

Thanks,
swathi
Posted
Updated 13-Feb-12 1:52am
v2

You can write javascript on the click event of your link so that it looks up and redirects to any page you want it to.
 
Share this answer
 
Comments
swathi from Hyderabad, Andhra Pradesh 14-Feb-12 2:38am    
can you explain briefly?But not to another page,it navigates to new tab...
Thanks,
swathi
From the standpoint of Web applications, there is no such thing as "Tab". This is the implementation detail and a feature of a Web browser. The creation of a new page can be only controlled on the client side, but, to best of my knowledge, there is not provisions for specifying if it should be a tab or a new top-level windows with a page, so a new window is created. Again, it can be options of the Web browse a Web application cannot control over.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900