Is there a way to call a function in a user control? So if I have a function<BR>function Add(x as integer, y as integer)<BR> return x+y<BR>end function<BR><BR>and then I have a page that includes the control. How do I make a call to the function Add(x,y)?<BR><BR>Thanks