<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> </div> <asp:Label ID="Label1" runat="server" meta:resourcekey="Label1" Text="<%$ Resources:LocalStrings, LastName %>"></asp:Label> <br /> <br /> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem Value="LocalStrings">English</asp:ListItem> <asp:ListItem Value="de-DE">Oriya</asp:ListItem> </asp:DropDownList> </form> </body> </html>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)