Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Trainings
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How To Invoke Function At Server Side?
WhatsApp
Ghanashyam Nayak
5y
5
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();
People also reading
Membership not found