Browse by Tags

Related Posts

  • 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: radio button, SQLDataSource, TextBox, Valdiation Controls, Validators, vb.net, View, visual studio, <%@ Page Language="VB" %>, "Asynchronous Operation", .net, 2.0, asp, ASP.NET, ASP.NET 2.0 Ajax Control Toolkit Ajax Tab Control, ASP.NET 2.0 VB.NET, ASP.NET 2.0 webform, aspx, Beginner, codebehind, CustomValidator, Database, DataGrid, DropDownList, dropDownList radiobuttonlist, event, event handlin, event validation, events, Webforms, IIS, validation, form, SQL SERVER, submit, validate, validation Controls, ASP.NET 2.0, ASP.NET 2.0 IIS, Button Event OnClick
  • ASP.NEW Web Drop Down List flicker effect

    I have 4 different dropdown lists (DDL's) on my Web form that are linked together. When you select a value on the first DDL, the other 3 DDL's will change values according to the selected value on the first DDL; when you select a value on the second DDL, the other 2 DDL's will change values...
    Posted to Web Forms (Forum) by sg2000 on 10-20-2006, 12:00 AM
    Filed under: asp.NET 2.0 C#, DropDownList, form, DataBind DataBinding, ASP.NET 1.x, Database, create web form
  • Populating a Dropdown List on Page Load

    I'd like to populate a dropdown list on page load, on a web form. Like this: <!-- make this automatically inset this year, and next year --> <% Dim thisYear Dim nextYear Date.Today.Year.ToString(thisYear) nextYear = thisYear + 1 %> <asp:DropDownList ID="DateYear" runat="server">...
    Posted to Web Forms (Forum) by roseability on 09-27-2006, 12:00 AM
    Filed under: ASP.NET 2.0, DropDownList, form
  • Populating multiple dropdownlists from a single database field.

    Hi, For this project I'm using .Net 1.1 and VB. I'm trying to create ddl's for the 'date of birth'. That is, one ddl for month, one for day, and one for year. I want to combine those values and update a single 'dob' field of the table (currently in MS Access). Also, I need...
    Posted to Web Forms (Forum) by Swackhammer1 on 09-07-2006, 12:00 AM
    Filed under: ASP.NET, ASP.NET 1.x, form, DropDownList
Page 1 of 1 (4 items)