This is the Web form user control code? which contains the design view for a form to search available routes in a database     +++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++          <h3>Depart From: </h3>             <asp:Label ID="LblCountryDpt" runat="server" Text="Country: "></asp:Label><br />             <asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource2" ...

Go to the complete details ...