Browse by Tags

Related Posts

  • How to synchronize the value of the controls inside a TemplateColumn?

    Hi, I am a novice in ASP.NET . I am using Visual Studio 2005 and .NET Framework 2.0. Do you have any idea on how to assign the value of a control inside the ItemTemplate to a control inside EditItemTemplate when editing (clicking the Edit button) or vice versa when updating (clicking the Update button...
    Posted to Data Presentation Controls (Forum) by van.net on 09-24-2008, 12:00 AM
    Filed under: sqldatasource, ASP.NET, databinder, datagrid, DropDownList, EditCommandColumn, edititemtemplate, Eval, ItemTemplate, visual studio 2005, label, templatecolumn, .NET Framework 2.0, dataitem
  • DropDownList and Label

    hi i am new in the asp, and i am making a little website. what i am trying to do is: i have a Access Database, a DropDownList and one Label or textbox. The DropDownList items is from the cell Name from table cars. what i wanna do, is when i select for exemple Mini Cooper in the DropDownList , and shows...
    Posted to Web Forms (Forum) by LfVo on 06-14-2008, 12:00 AM
    Filed under: TextBox, data access database, DropDownList, label
  • how to retrieve control id ?

    how to get control id name which is in the update panel foreach (Control i in form1.Controls) { if (i.ID != null) { lb += i.ID + ","; } I use the above code to get control id from the webform before i use update panel . But after i use update panel the above display the update panel id instead...
    Posted to Web Forms (Forum) by saravana_784 on 07-17-2007, 12:00 AM
    Filed under: Update panel contains textbox, button.i want the id of the controls ......, DropDownList, label
  • setting label to visible with button click

    Hi, I'm having some problems with using a label to display a message "No Records Found" when the user clicks a Search button. What I want it to do is to check if there are any results from a database that get displayed on a GridView. I have the following method so far: ------------------------------...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-27-2007, 12:00 AM
    Filed under: paging, postback, records, rows, table adapter, textbox, VB, Visible, access database, ADO.NET, asp.net 2.0, asp.net 2.0 GridView databound ItemTemplate, Client, codebehind, data, data access layer, database, databind, databinding, DropDownList, If Statement, GridView, label
Page 1 of 1 (4 items)
Microsoft Communities