Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <asp:DropDownList runat="server" ID="select1" name='select1' OnSelectedIndexChanged="select1_changed">
  2.   <asp:ListItem value='1'>1</asp:ListItem>
  3.   <asp:ListItem value='2'>2</asp:ListItem>
  4.   <asp:ListItem value='3'>3</asp:ListItem>
  5. </asp:DropDownList>
  6.  
  7. <div id='textboxContainer'>
  8.   <asp:TextBox runat="server" ID="text1" name='text1'></asp:TextBox>
  9.   <asp:TextBox runat="server" ID="text2" name='text2'></asp:TextBox>
  10. </div>