Posted on: 1/7/2014 10:11:45 PM | Views : 589

Hi 

I am facing a big problem right now. I have developed a web application and unfortunately used client Id of a control in CSS like      $("#ctl00_ContentPlaceHolder1_txtExam_Date").     It was working fine in local. But the problem now is, after hosting in IIS (I am using windows 8.1 OS) the client ID changed to      ContentPlaceHolder1_txtExam_Date   .
Because of this reason my CSS is not working. How can I resolve it.

Thanks in advance

Go to the complete details ...