access app_code classes
i have a class with static members in app_code folder, i can
access its members from webpages aspx.cs file, but if i want to add <INPUT> button with event handling onclick="func()", the func() will be declared in javascript block in .aspx file, how can i access the class from script, without rerendering
|