Browse by Tags

Related Posts

  • OnSelectedItemChanged event problems

    Hi, I'm using the above event on a dropdown list, and it doesnt ever seem to be firing. What I want is the page to perform a databinding on another dropdownlist when a selection is made in the current dropdownlist. 1 < asp:DropDownList ID= "DDL1" runat= "server" OnSelectedIndexChanged= "ChangeDDL...
    Posted to Web Forms (Forum) by thedigit on 12-18-2006, 12:00 AM
    Filed under: c#, DropDownList, ASP.NET 2.0, event, dropDownList onselected
  • There's always an easier way.

    Hello All, Right now I am getting ready to write an onSubmit handler. In the event handler, I would like to write a function that: - validate some information in a text box Should be 'RO' + 6 numbers(ex. RO152465) - builds a SQL query based on checkboxes selected and then the values that are in the drop...
    Posted to Web Forms (Forum) by dohertyk on 04-24-2007, 12:00 AM
    Filed under: event validation, TextBox, ASP.NET, form, radio button, DropDownList, submit, "Asynchronous Operation", <%@ Page Language="VB" %>, ASP.NET 2.0, codebehind, View, Database, Validators, DataGrid, event, ASP.NET 2.0 VB.NET, ASP.NET 2.0 IIS, SQLDataSource, visual studio, validation, IIS, validate, aspx, .net, ASP.NET 2.0 webform, Valdiation Controls, ASP.NET 2.0 Ajax Control Toolkit Ajax Tab Control, asp, Webforms, Beginner, dropDownList radiobuttonlist, events, event handlin, vb.net, CustomValidator, Button Event OnClick, validation Controls, SQL SERVER, 2.0
  • Force event in dropdownlist

    I everyone, I need to force a event fire when i set a new selectedvalue. So, i've got this code: Protected Sub DropDownList1_SelectedIndexChanged( ByVal sender As Object , ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged DropDownList2.SelectedValue = CInt (dr( "cod_loja" ).ToString...
    Posted to Web Forms (Forum) by tiagosalgado on 05-02-2007, 12:00 AM
    Filed under: DropDownList, event
  • getting event to fire from DropDownList user control

    Hej I'm trying to set up a dropdownlist as a user control and everything has been going ok until trying to get the SelectedIndexChanged event to fire - in fact its not even the event that I need to get working but rather having access to the SelectedItem.Value - I've been working with ASP.Net...
    Posted to Web Forms (Forum) by GrandVizier on 06-28-2007, 12:00 AM
    Filed under: DropDownList, User Controls, event
  • Dropdown Event

    C# page. I have two dropdowns. They are both independant of each other. When I select from one of the dropdowns data is displayed in a gridview. When I select from another dropdown the data is displayed based on that choice. My problem is that the choice from the other dropdown is still selected so I...
    Posted to Web Forms (Forum) by edouard89 on 08-08-2007, 12:00 AM
    Filed under: DropDownList, event, .Net 2.0
Page 1 of 1 (5 items)