I am creating a website. On few pages, i want to add advertisement-images(images will be change with time interval specified). for that i had used User-Control which contains a timer and Literal. Time and Image location will come from DataBase. Time is assigned to timer and after that time image will be changed and new image-location and time will come from DB. This works fine. Literal is in UpdatePanel and timer s tick event will be AsyncPostBack. The problem is when tick event occurs, on login page, it removs password(and if i am typing username then last few characters also) and focus on textbox control while typing. I got patch with javascript but its temporary and i want to find some solution for this problem. Any Suggestions ? I want image, Time and redirecturl from DB side. Any other option...? Thanks in advance.... LeO
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...