okay i found out that by adding the runat="server" tag it changes my id field. Once i removed this and also add the java script to the header and in the contact tag it started working. Now i just need to figure out how to access the content in the text area.
Re: How to get the Instance of TextArea
i found that when the masterpage is rendered it changes the id of everything inside of the content tag.
Mine is this in code
but it renders like this
Does anyone know how to get around this issue with .net?
Re: How to get the Instance of TextArea
Re: How to get the Instance of TextArea