Hi,
I have sample javascript function it have 2 parameter values. so how to access this script fuction in asp.net,c#.
Having javascript is:
So how to use this script inside asp.net,c# and also how to pass values to this parameter.
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Mar 27, 2009, 10:48 AM
Or You can try this also:
Page.ClientScript.RegisterStartupScript(this.GetType(), "", "SplitLine('" + arg1 +"' +","+ '"+ agr2 +"');", true);
Bechir BejaouiPosted Mar 27, 2009, 6:12 AM