Browse by Tags

Related Posts

  • 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 1.x, ASP.NET, form, DropDownList
  • Customizing FormulatorNet Values

    Has anyone worked with FormulatorNet? Its a pretty nice packaged Web Form Builder with Admin Front End. I haven't had any problems skinning it, but when it comes to setting default values I'm not doing so great. I am trying to customize its DropDownList for Countries to set value to USA. Right...
    Posted to Free For All (Forum) by Mudhawk on 10-17-2006, 12:00 AM
    Filed under: ASP.NET, DropDownList, email form
  • How to display multi-column in ASP Dropdown List?

    I am migrating a Java program into ASP .NET environment. One of the problems we encouter is displaying data (such as Neme, Title, Dept) in multiple columns in a dropdown list. I know there are ways by which you can do this in Windows form; however, I don't know if this is at all possible in ASP Web...
    Posted to Web Forms (Forum) by sg2000 on 10-18-2006, 12:00 AM
    Filed under: ASP.NET, DropDownList, DataBind DataBinding, ASP.NET 2.0, asp.NET 2.0 C#
  • Inserting Data into one table with category chosen from another table

    Hi, I am a novice programmer. I have this problem and can't seem to find an answer to my problem. I have two tables, an artist and a category table. the artist table have the following fields, name, artist_id and cat_id, and my category table have the following fields, cat_id and category_name . Both...
    Posted to Data Presentation Controls (Forum) by RuanRossouw on 01-06-2007, 12:00 AM
    Filed under: ASP.NET, Visual Web Express, inserting data, dropdownlist, database, multiple tables, bind
  • Setting an initial value for AJAX enabled cascading drop down boxes

    Hey all, I just coded a few cascading drop downs into my site yesterday and ran into a bit of a page flow problem. I am using 2 drop down boxes to describe the Region a person is in and the specific District they are in. When you select a Region, such as United States, it will populate the District drop...
    Posted to Web Forms (Forum) by Soundsoldier on 02-06-2007, 12:00 AM
    Filed under: ASP.NET, ajax, DropDownList
  • DropDownList events problem with CustomValidator

    I have a bit of a mystery to solve. In the following code my drop down list has a “OnSelectedIndexChanged” that works so long as I don’t include the CustomValidator below it. Dows anyone have an idea why this happens? <asp:DropDownList ID="CompanyID" AutoPostBack="true" OnSelectedIndexChanged="CompanyID_Changed...
    Posted to Web Forms (Forum) by SchneiderIS on 02-03-2007, 12:00 AM
    Filed under: ASP.NET, DropDownList, Custom validator Customvalidator repeater, dropDownList onselected
  • Implementing optimistic Concurrency with ObjectDataSource & cascading dropdownlist

    Hello there, I have been trying to implement a formView to update recrords in an Oracle database, but I seem to be getting a concurrency violation error. I am currently the only user and the record is only access through one web browser. I also setup the FormView DataKeyNames to the primary key of the...
    Posted to Data Access and ObjectDataSource Control (Forum) by imanour on 03-26-2007, 12:00 AM
    Filed under: update, DAL, BLL, DropDownList, objectdatasource, C#, object data source, ObjectDataSource RowUpdating, Business Object, Asp.Net 2.0, ASP.NET
  • 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
  • DropDown list Challenge to...............drop you down

    In the drop down list ddlEmp binded the Employee objects this way.It worked well as the Drop down list was populated with Employee Name & Id Properties values in the objects present in the List<Employee> lstEmp that I have set as the DataSource 1 List<Employee> lstEmp = objDAL.GetEmployees...
    Posted to Web Forms (Forum) by maddyboss on 05-23-2007, 12:00 AM
    Filed under: asp.NET 2.0 C#, ASP.NET 2.0 webform, Asp .net, ASP.NET, ADO.NET, 2.0, DropDownList, DropDownList FindByValue, ASP.NET 2.0
  • create and read variable amount of dropdownlists

    Hi, I'm new here - first post and all - and quite new to asp.net as well ... I have used this forum to find answers before, but this is the first time I can't find anything that seems even remotely the same. So I should just ask what's been bothering me for over a day now. I'm trying...
    Posted to Web Forms (Forum) by Steven D on 07-25-2007, 12:00 AM
    Filed under: ASP.NET, DropDownList, aspx, vb.net, loop, aspx.vb, select case
Page 1 of 2 (16 items) 1 2 Next >