can i call the java script to code behind file?if yes how?
Answer Posted / .net funda
yes u can do it.
write a javascript inside a string.
call Page.ClientScript.RegisterClientScriptBlock() method.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can user control be stored in library?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is a session in programming?
Why will you usually create an aspnet user account in the database for an asp.net web application?
In how many ways we can retrieve table records count?
How many validators do ASP.NET have?
Does google crawl redirects?
Will the asp.net validators run in server side or client side?
What is the postback property in asp.net?
Differentiate between authentication and authorization.
What are the event handlers that can be included in the Global.asax file?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is difference between inproc and outproc?
What is an asp.net web form?
What is the syntax for datagrid and specifying columns?