Problem in converting HTML page to user control - TechRepublic
Question
January 23, 2008 at 11:20 PM
packer.lean

Problem in converting HTML page to user control

by packer.lean . Updated 18 years ago

Hello all, I have two queries related to user control.

One, how can i include a .js and .css file in an .ascx page? Are we allowed to use tag, if yes then can I just include them as usual by using tag?

Two, I have an HTML(not aspx) page which i want to convert to a user control. I have javascript functions being called on the “onload” and “onmousedown” event for the body of the HTML page. But since user contriol do not have body so how do I implement it…?

Please help…

This discussion is locked

All Comments