Search

You searched for the word(s): userid:661459

Matching Posts

  • Re: UIP 2.0 with ASP.NET 2.0 / Whidbey

    Hi, Need help. Getting this error below. Don't know what to do.... <<2008-10-14 12:07:37:111 PM Configuration error in the Web.Config file of the specific UIP Thread was being aborted. at Microsoft.ApplicationBlocks.UIProcess.GraphNavigator.Navigate(String nextNode) at Microsoft.ApplicationBlocks.UIProcess.ControllerBase.Navigate(String navigateValue) at Genoa3.UIPCommon.Controllers.Base.RootControllerBase.Navigate(String navigateValue) in D:\Genoa\mainline\APPLICATION\UIPCommon\Controllers
    Posted to Microsoft Application Blocks (Forum) by acvillela on 10/14/2008
  • Re: http://www.carlosag.net/ - Charts

    Hi, I found this article : http://www.gridviewguy.com/ArticleDetails.aspx?articleID=204_Creating_Charts_with_WebChart_Control Hope it helps... regards André
    Posted to Component Discussions (Forum) by acvillela on 5/26/2008
  • Re: Paging information Missing - Help

    Hi, Thanks. I will try and let you know. regards André
    Posted to Data Presentation Controls (Forum) by acvillela on 5/15/2008
  • Re: Paging information Missing - Help

    Hi, To load the grid : AccountBLL accountBLL = new AccountBLL (); List < AccountInfo > parentAccounts = accountBLL.GetParentAccounts(); GridView2.DataSource = parentAccounts; GridView2.DataBind(); On the GridView2_PageIndexChanging event : AccountBLL accountBLL = new AccountBLL (); GridView grid = ( GridView )sender; int total = 0; This function calls a stored procedire that gives me the result for a query that contains (5 records = grid.PageSize) List < AccountInfo > parentAccounts
    Posted to Data Presentation Controls (Forum) by acvillela on 4/20/2008
  • Paging information Missing - Help

    Hi, I am having some weird problems with a grid view. I am using a List<T> as a data source. If i disable the paging. i can see the entire list there. But if i use allow paging = true, i get the pages allright. The problem happens when i click on the new page number. It shows me the new page but the page numbers is gone. Please help....
    Posted to Data Presentation Controls (Forum) by acvillela on 4/19/2008
    Filed under: Grididview Paging issues
Page 1 of 1 (5 items)