Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 35
Question: You are in the process of creating an ASP.NET application using .NET Framework 3.5. The application is designed for mobile devices and contains a mobile Web form. The Web form has the following code: <mobile:ObjectList ID=”OlCrtl” OnItemCommand=”OlCrtl_ItemCommand” Runat=”server”> <Command Name=”cmdShowData” Text=”Data” /> <Command Name=”cmdClear” Text=”Clear” /> </mobile:ObjectList> You then… Continue reading