Access Textbox from JQuery
.net, c#, javascript, jquery
Solution
ASP.NET breaks your client ids - Microsoft not complient! Have you access ClientID store?
var textboxclientid = '<%=textbox.ClientID%>';
$('#' + textboxclientid).val('horray');
Problem
I'm new to .Net and JQuery and are trying to access a textbox through jquery but can't get it to work, can someone help?