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 ...