Hi I am getting this exception while running the mobile form page in asp.net. its script is :
<mobile:Label id="lblCriteriaA" runat="server">Hi all</mobile:Label>
<mobile:Label id="lblCriteriaB" runat="server"></mobile:Label>
<mobile:SelectionList id="slstMovies" runat="server"></mobile:SelectionList>
<mobile:Command id="bttnSubmit" runat="server" OnClick="showData">Show Times</mobile:Command>
<mobile:TextView ID="TextView1" Runat="server">TextView</mobile:TextView>
Is something wrong in this design script ? And what if I want to write code at server side then?
It doesn’t appear that your server controls are inside a tag.