TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mike Jonson
NA
239
193.3k
How use my c# method in to html page by javascript
Jul 29 2011 3:42 AM
Hello, people.
I have method MyMethod in class MyClass:
using System;
using System.Collections.Generic;
using System.Web;
/// <summary>
/// Summary description for MyClass
/// </summary>
public class MyClass : System.Windows.Forms.UserControl
{
public MyClass()
{
}
public static string MyMethod()
{ return "some string"; }
}
And i want use this method in Html page by javascript. Tell me please, how call this method?
Reply
Answers (
1
)
How to get table from sql to htmltable using javascript
I would like to create a calendar in HTML