Browse by Tags

Related Posts

  • populate a DropDownList in a TemplateColumn of a GridView

    Hi, really really hoping someone can help with this , by modifying the my code to return values to my GridView's templated column containg a dropdownlist. I am trying to present a list of questions each of which can have different Answer types. For example some questions can be answered with Yes...
    Posted to Data Presentation Controls (Forum) by aidoco on 10-13-2006, 12:00 AM
    Filed under: GridView, DropDownList
  • Gridview not working when trying to use Select Parameters and a Master page

    Hi, I am trying to to use a gridview that is sorted by a DropDownList. Everything works 100% until I take all of my code (the DropDown List, Gridview, and related ObjectDataSources) and place it in a container to be used in conjunction with a Master page. At this time the gridview will no longer sort...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by wmolde on 11-03-2006, 12:00 AM
    Filed under: asp.NET GridView, DropDownList, bug, DataBind DataBinding, BoundField, Master Pages, ASP.NET 2.0, gridview, error, MasterPages
  • two cascading dropdown filter with autopostback

    Hi in my example I have two dropdownboxes configured to autopostback and a grid displaying data based on these two dropdown fields. The second drop down is updated based on the first one. The gridview uses the second dropdown to query for the data. It's hard to explain but the gridview displays incorrect...
    Posted to Data Presentation Controls (Forum) by Trash on 12-21-2006, 12:00 AM
    Filed under: Data, Data Access, DropDownList, Gridview
  • DropDownList problems in EditItemTemplate with Gridview

    Hello, I read the FAQ on this forum and saw the link to " Top Questions about the DataGrid Web Server Control". This is when I found the link for " Displaying a Drop-Down List in Edit Mode". This is basically what my problem is about, but I still couldn't get it to work. Here is what I am trying to accomplish...
    Posted to Data Presentation Controls (Forum) by Silverblade1486 on 02-03-2007, 12:00 AM
    Filed under: databinding, gridview, dropdownList, edititemtemplate
  • 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: GridView, postback, Client, database, paging, DropDownList, asp.net 2.0, label, rows, records, If Statement, Visible, data access layer, table adapter, databinding, codebehind, data, databind, VB, textbox, ADO.NET, access database, asp.net 2.0 GridView databound ItemTemplate
  • How to retrieve data as XML from SQL database

    Hi, I have a website which is designed to search for employee information. I have the search system working which does exactly what I want to, but as an added feature I want there to be a button which, when someone clicks on it, it takes whatever the previous search was and generates a set of data in...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by tomosap on 02-28-2007, 12:00 AM
    Filed under: Data, XML, parameter datatype, DataGrid GridView Paging, TableAdapter, TableAdapters, DAL, Data Access, Columns, Database, VB.Net, Table Adapter, DataSet, DropDownList, DataTable, ADO.NET, Gridview, objectdatasource, DataView SqlDataSource, object data source, Stored Procedures, DataAdapter, combining data sources
  • Re: I'm dense....How do I pull data from a GridView?

    When you click the update button, the datasource should draw the form values out of the Edit Template and post... That is IF you have the control's databinding set properly. select your dropdownlist in the gui (while editing templates), click the little smart-tag in the upper-right-hand-corner, and click...
    Posted to Data Presentation Controls (Forum) by pixelsyndicate on 03-22-2007, 12:00 AM
    Filed under: GridView, DropDownList, Binding
  • Dropdown in a GridView

    In my GridView, in my ItemTemplate I have the following: < asp : DropDownList ID ="AssessmentDropDown" runat ="server" DataValueField ="Asssessment" DataTextField ="Assessement" > < asp : ListItem Value ="I"> Impacted </ asp : ListItem > < asp : ListItem Value ="N"> NINA <...
    Posted to Web Forms (Forum) by Scheinin on 04-23-2007, 12:00 AM
    Filed under: DropDownList, gridview
  • UpdatePanel GridView DropDownList AutoPostBack Problem

    I have a DropDownList inside a TemplateColumn inside a GridView inside a UpdatePanel. (out of breath saying that) I have the DDL's AutoPostBack set to true and the OnSelectedIndexChanged event set to an event in my code. The problem is when the DDL's index changes, it posts back. It does not do the UpdatePanel...
    Posted to ASP.NET AJAX UI (Forum) by mxmissile on 04-26-2007, 12:00 AM
    Filed under: updatepanel, GridView, DropDownList
  • Gridview with DropdownList

    Hi I have a Gridview... When viewing only, All columns are "Label" When i click on the "edit button", it will edit the row chosen via checkbox. One column is a Dropdownlist(DDL) when edit while others are textbox.. The problem here is my DDL have to be added with dynamic values from...
    Posted to Data Presentation Controls (Forum) by pinkyy on 10-04-2007, 12:00 AM
    Filed under: Visual Studio 2005, Dropdownlist, insert values into dropdownlist, Gridview
Page 1 of 2 (18 items) 1 2 Next >