all groups > sql server new users > april 2005 >
You're in the

sql server new users

group:

executing a server control inside a function


executing a server control inside a function Aneesh a
4/18/2005 5:31:01 PM
sql server new users: i am asp.net developer with c#.recently i confronted with a p roblem that is
i want to execute a server control in side a script function ,ie when we are
submitting a page the 'onclick' function will call say 'saveform()'
function,Inside the
saveform() function how i can execute a code similar to "<asp:button id=...
Re: executing a server control inside a function Daniel Joskovski
4/19/2005 12:00:00 AM
Hi Aneesh,
You can not put server-side asp.net controls in client script, you might try
with onserverclick or something else if the saveform() is server-side
function.

Regards,
Daniel

[quoted text, click to view]

AddThis Social Bookmark Button