Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI Guys,
I am getting problem with make a popup window using javascript...
Like i am using method need to change javascript

{
LinkButton linkButton = (LinkButton)sender;
string url = "Node.aspx?from=0&ntid=" + linkButton.CommandArgument.ToString() + "&nid=0";
Response.Redirect(url);
}
Posted

1 solution

Like when i click the following
<asp:linkbutton id="btnOther" runat="server" text="Edit" onclientclick="<%# Eval(" nodeguid",="" "return="" showother({0})")="" %&gt;"="" xmlns:asp="#unknown">
 
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