Hi all,
I am practicing with rad Control, and I had a problem in the "Client-side programming" Chapter
Detail:
<body>
<script type = "text/javascript">
function myFunction()
{
var ajaxManager = <%=RadAjaxManager1.ClientID%>; <--- problem is right here
ajaxManager.ajaxRequest();
}
</script>
......
</body>
And I got a problem:
"Control 'RadAjaxManager1SU' of type 'UpdatePanel' must be placed inside a form tag with runat=server."
I followed the instruction in RadAjaxCourseWare.pdf
Please give me some advises!
Thanks!
Huy TRAN
I am practicing with rad Control, and I had a problem in the "Client-side programming" Chapter
Detail:
<body>
<script type = "text/javascript">
function myFunction()
{
var ajaxManager = <%=RadAjaxManager1.ClientID%>; <--- problem is right here
ajaxManager.ajaxRequest();
}
</script>
......
</body>
And I got a problem:
"Control 'RadAjaxManager1SU' of type 'UpdatePanel' must be placed inside a form tag with runat=server."
I followed the instruction in RadAjaxCourseWare.pdf
Please give me some advises!
Thanks!
Huy TRAN