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

I want to Open a popup window in javascript on click of Child Node of ASP Treeview.
How to achieve this.
Posted

1 solution

if(tvBtree.SelectedNode!=null)
page.ClientScript.RegisterStartupScript(this.gettype(),"aaa","<script language='javascript'>javascriptfunciton(parameters);</script>");

function javascriptfunction(parameters)
{}
 
Share this answer
 
v2
Comments
RaviRanjanKr 6-Sep-11 4:45am    
Always wrap your code in "pre" tag. :)

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