Browse by Tags

Related Posts

  • How to search a gridview with sqldatasource dynamically using multiple search terms from a single textbox control

    Could someone please let me know how I can let people search a gridview (with paging and sorting) using a single textbox that accepts multiple search terms? I also want to be able to edit and delete a row from the filtered search results. I want to be able to apply the search criteria to each column...
    Posted to Data Presentation Controls (Forum) by Jeremy Larter on 02-01-2009, 12:00 AM
    Filed under: search, UPDATE, Delete, edit, filter, GridView
  • Unable to get Filter in query to work

    I would like to be able to select a CorpLocation from a drop down and have it populate a grid view in a web page. I have created a simple database (PhoneLists) in SQL with a primary key (ResourceID) and 3 column names (ResourceName, PhoneNumber, CorpLocation) I have created a dataset that returns all...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by mjwill97 on 10-28-2008, 12:00 AM
    Filed under: query, Query String, "error", DropDownList, filter, gridview, "User Defined Function", Data set, "ASP.NET and SQL Server"
  • ASP.NET GridView Ajax Data Filter Control

    I was looking for an ASP.net 2.0 custom control that enables the user to filter the data in a DataGridView control by adding filters to the DataGridView. The control can be found in applications such as Microsoft BI Studio. So I decided to develop a web based control that will do such thing. I uploaded...
    Posted to Data Presentation Controls (Forum) by tawammar on 06-12-2008, 12:00 AM
    Filed under: AJAX, DropDownList, filter, GridView, Custom Control
  • Gridview search: custom paging, sorting, and multiple criteria?

    I have a gridview that is bound to an objectdatasource. The ObjectDataSource currently gets its data by calling a stored procedure. I want to implement custom paging and sorting and also allow users to search by multiple criteria As an example let's say the gridview display events and I want the...
    Posted to Data Presentation Controls (Forum) by tmpuzer on 04-15-2008, 12:00 AM
    Filed under: multiple criteria, object data source, sortting, stored procedure, custom paging, filter, gridview search, GridView
  • Gridview Search: use DropDownList and TextBox to search / filter gridview?

    Let's say I have a gridview with three columns: First Name, Last Name, ID Number. Here's an example of what I want to do: I want to display all the records in the gridview to start. There would be a dropdownlist that lets the user select whether to search by first name, last name, or ID number...
    Posted to Data Presentation Controls (Forum) by tmpuzer on 03-14-2008, 12:00 AM
    Filed under: search, textbox, DropDownList, filter, GridView
  • Filtering @town

    Hi I am going thorugh the video tutorial on: http://www.asp.net/learn/videos/video-49.aspx which shows using a drop down list controlling a Gridview I am using Town as my Variable filter name and i get this error Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name: Town...
    Posted to Getting Started (Forum) by jarv on 10-15-2007, 12:00 AM
    Filed under: control, drop down, FILTER, gridview
  • Re: Filter GridView results to page using Alphabets

    HI, You may want to check out these links: http://www.codeproject.com/aspnet/letterbasedpaging.asp http://aspnet.4guysfromrolla.com/articles/052307-1.aspx Both explain how to page/filter a GridView using letters instead of numbers. Hope this helps, DJH
    Posted to Data Access and ObjectDataSource Control (Forum) by djh on 08-23-2007, 12:00 AM
    Filed under: paging, AccessDataSource, Filter, Letters, Gridview, Alphabet
  • Re: GridControl and Ajax AutoComplete

    maybe you were trying to follow this sample? : http://netpl.blogspot.com/2007/12/autocompleteextender-key-value-issue.html here's another cool sample: http://mattberseth.com/blog/2007/12/creating_a_google_suggest_styl.html basically you can set up the 'OnSelecting' event of the SqlDataSource...
    Posted to Data Presentation Controls (Forum) by PeteNet on 07-09-2009, 12:00 AM
    Filed under: GridView, AJAX, filter, AutoComplete
  • Gridview filtering - multiple filters

    Hey, I'm stuck trying to get my gridview working with more than one drop-down filter. There is another post here with the same issue but I can't see the difference in code, it is probably something simple/easy. Here is my code: <%@ Page Language="VB" MasterPageFile="masterpage...
    Posted to Data Presentation Controls (Forum) by Drackie on 08-14-2009, 12:00 AM
    Filed under: GridView, DropDownList, sql, access, Query, filter
  • Filter gridview based on multiple criteria including date range (or min / max values)

    I'll start out by saying that I know just enough asp.net to be dangerous and not enough vb.net to pull off what I'm trying to do. So here it is: I've spent way too much time trying to figure out how to return data to a control that is filtered based on customer, date range, and total monthly...
    Posted to Data Presentation Controls (Forum) by norsema on 10-21-2009, 12:00 AM
    Filed under: GridView, DropDownList, filter, date range
Page 1 of 1 (10 items)