Call a C# method in HTML
Hi everybody,
I was wondering if it's possible for me to call C# methods from within HTML code. For example, if I had a method, aMethod(), in C# that returned a string of HTML, can that HTML call another method - let's say newMethod(int i)?
Replies
Know the answer? Post it — somebody with the same question will find it here.