Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How To Invoke Function At Server Side?
WhatsApp
Ghanashyam Nayak
4y
4.9
k
0
0
25
Blog
//First Of All Drag A Button From The Toolbox In The Window From & Then Put The Server Function In That Click Event….
protected
void
NewButton_Click(object sender, EventArgs e)
{
ServerFunctionName();
}
//Now You Can Call That Function Using This Javascript Code.... Secondly, you can call the server function at JavaScript by using the following code,
document.getElementById(
"NewButton"
).click();
How To Invoke Function At Server Side
Up Next
Function Overloading In JavaScript
Ebook Download
View all
Frontend Developer Interview Questions and Answers
Read by 940 people
Download Now!
Learn
View all
Membership not found