Enter Keywords:
1 - 10 of 29(0.01 seconds)
Sort By:
 
When using onselectedindexchanged for a list box nothing nothing seems to be happening but the onclick is working fine. help davoman
Zones: JavaScriptDate Answered: 08/11/2004 Rating: 9.0 Views: 5
Ok, here's my problem.  I have a lot of porrly written source from various tutorials so its not worth pasting.  I have a DropDownList that populates from SQL Server using a stored procedure.  Lets ...
Zones: .NETDate Answered: 03/29/2004 Rating: 8.6 Views: 0
Hi, I m trying to get the dropdownlist to redirect without having submit button the OnselectedIndexChange doesn't do anything. Can some one show me what to do  THX <script runat="server">   ...
Zones: ASP.Net ProgrammingDate Answered: 07/23/2004 Rating: 8.1 Views: 0
I'm new to C# and ASP.NET and was wondering how you would go about changing what is displayed in a TextArea field based on what is selected in a DropDownList.   I have a Codebehind file that I'm...
Zones: ASP.Net ProgrammingDate Answered: 07/28/2004 Rating: 7.4 Views: 0
I have read through all the troubleshooting and other tickets posted on EE regarding this problem, however, it is still occuring with my code. I have the following web form:             <form name="myFor...
Zones: C#Date Answered: 08/13/2004 Rating: 6.2 Views: 190
Hi, I am fairly new to javascript and .net. I have couple of questions. I am creating server side controls dynamically. I created a dropdown list using System.Web.UI.WebControls.DropDownList....
Zones: .NETDate Answered: 10/21/2004 Rating: 7.2 Views: 0
I am trying to create an asp drop down box that will update my web page without the need of a button.  I have posted by code behind along with my asp..thanks. <asp:dropdownlist OnSelectedIndex...
Zones: Web DevelopmentDate Answered: 09/07/2005 Rating: 7.6 Views: 0
I'm having problems when trying to use the <asp:DropDownList> control's OnSelectedIndexChanged event to retrieve a databound value.  I'm using C# / ASP.NET (.NET v2.0) on WinXP SP2... here's my cod...
Zones: ASP.Net ProgrammingDate Answered: 12/18/2006 Rating: 8.8 Views: 5
Hi I have a link button which says: <asp:LinkButton id="lbQuote" runat="server" commandname="select">Quote</asp:LinkButton> I have a datagrid which says: onSelectedIndexChanged="getSelected...
Zones: ASP.Net ProgrammingDate Answered: 08/06/2007 Rating: 8.4 Views: 9
Hi I used the IE Web controls : TabStrip for my web page. When user clicked the TabStrip, I want to navigate to another web page depend on which TabStrip being clicked. My code looked belo...
Zones: .NETDate Answered: 12/29/2003 Rating: 8.8 Views: 0