K
Konrad R.
Hi all
is there any possiblity of doing this ?
for example,i have handler procedure defined in
codebehind :
protected sub proc(sender as object, e as eventargs)
handles ___.____ ???
'code here
end sub
i want to fire this procedure via javascript, and i dont
want to 'form.submit()', i just want run this specific
code defined in handler (what should i place instead of
___.___ then ??)
many thanks in advance
is there any possiblity of doing this ?
for example,i have handler procedure defined in
codebehind :
protected sub proc(sender as object, e as eventargs)
handles ___.____ ???
'code here
end sub
i want to fire this procedure via javascript, and i dont
want to 'form.submit()', i just want run this specific
code defined in handler (what should i place instead of
___.___ then ??)
many thanks in advance