I want to set background image of html body using asp.net handler , I have the handler but I don’t know how to do what I said , any helps would be appriciated .
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you mean an event handler, such as the page load event handler, you can do the following.
Change your body tag to look like this:
In your codebehind, do this (C#):
or (VB.NET)