This is a discussion on Call javascript function in C# within the Microsoft .NET forums, part of the Programming Talk category; How can i "Call JavaScript function in C# and C# function or objects id JavaScript"...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Calling Javascript method from Code behindYou can call Javascript functions as a script registered on the codebehind itself but i m not sure about your requirement. Dot net providesPage.RegisterStartupScript("key","value") method.Here, key is the name you want to give the script eg. "PageClose"value is the string .stringBuilder str = new StringBuilder()str.Append("")Then use this in the event handler you want to execute the scriptPage.RegisterStartUp("PageClose",str.ToString());This would place the javascript before the closing tag of the page thats renderedPage.ClientScriptBlock("PageClose",str.ToString());This would place the JS function after the opening
|
|
|||
|
there are basically 3 methods..
the very basic is to write ur java script into response.write().. if you want to attachthe script with a web control..then in page load function controlID.attributes.add("Event","script function") or u can try page.registerstartupscript() hope it'll help u out.. All the best |
![]() |
| Thread Tools | |
|
|
|
||||
| Posted By | For | Type | Date | |
| CodeProject: ASP.NET Discussion Boards. Free source code and programming help | This question | Refback | 10-13-2008 04:31 PM | |
| CodeProject: ASP.NET Discussion Boards. Free source code and programming help | This question | Refback | 08-14-2008 02:19 PM | |
| CodeProject: ASP.NET Discussion Boards. Free source code and programming help | This question | Refback | 08-14-2008 02:40 AM | |
| CodeProject: ASP.NET Discussion Boards. Free source code and programming help | This question | Refback | 08-13-2008 12:11 PM | |
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help me Understand the Graphics Function | Allan | C and C++ | 2 | 07-13-2006 02:39 PM |
| Call center Requirement. | mtajim | Freshers Jobs | 6 | 05-23-2006 02:17 AM |
| Working in call centre | kalyanii2002 | Freshers Jobs | 10 | 05-22-2006 09:22 AM |
| Call for Referral - Walk-In-BPS | kalareddy | Experienced Job Seekers - India | 0 | 06-16-2005 12:37 PM |
| call center jobs in delhi and gurgaon. | kalareddy | Freshers Jobs | 0 | 06-05-2005 04:52 PM |