I am using a codebehind page in ASP.NET to perform a SQL query. The query is loaded into a string, the connection is established (To Oracle), and we get it started by having the connection perform .ExecuteReader into a OleDBDataReader (We'll call it DataRead). I'll try to hammer out an example below. (Consider Drop as an ASP DropDownL...
Hi,
I have one control with some asp form elements, but how do I get the form elements in my other control. I usually do jQuery('#<%= MyDropDownList.ClientID %>).val(), but this is not possible since it is in the other control. How do I access the element without hardcoding it?
So to sum it up:
Control 1: Asp:DropDownList
Control 2: Nee...
Coding Platform: ASP.NET C#
Controls Used: asp:Wizard and asp:Button
I have a asp:Wizard and when it renders it have Previous and Next Buttons
I would like to place a button to the right of Next Button.
Now that button is being rendered below asp:Wizard Control.
Any method to accomplish it?
Update: I am not using StartNavigationTempl...