Browse by Tags

Related Posts

  • Select query for gridview

    Hi everybody, Im making an c# asp.net website. I have 2 tables with an relation between them. Im using an dataset with for each table an tableAdapter. Here are my tableAdapters: I have an gridview and an objectDatasource(to the StatsTableAdapter). For the select method Im using the method "GetUsersByDate"...
    Posted to Data Access and ObjectDataSource Control (Forum) by khalidelmeknesi on 03-16-2009, 12:00 AM
    Filed under: Query, DataTable, SELECT, 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"
  • datakey, gridview, databinding

    hi all. i use a code like this. protected void GridView1_RowDataBound( object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType .DataRow) { ListBox List1 = ( ListBox )e.Row.FindControl( "ListBox1" ); MyDataContext db = new MyDataContext (); var CustomerShopping = from...
    Posted to Data Presentation Controls (Forum) by ashkant on 09-11-2008, 12:00 AM
    Filed under: Query, databound, datakey, Linq, Gridview
  • 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
  • Display query result in separate page

    I want to display the result of a query made in one page into a separate page using the a gridview. At the moment I'm able to do so on the same page, but I want to make the query in one page and display the gridview in another page. Please help.....
    Posted to Getting Started (Forum) by Sergiollag1 on 11-24-2006, 12:00 AM
    Filed under: ASP.ne, asp.net 2.0, separate page, same page, query, .Net 2.0, another page, gridview
Page 1 of 1 (5 items)