Call a C# method in HTML

Nov 23 2006 6:04 AM
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)?