How can I call a javascript function from Web-User Control as page loads
Select Answer:
Its not possible
Put code in Page_Load event
Register Javascript and call it from Code Behind
Put Javascript function at the bottom of User Control's Design page
Question Source: TCS interview
|