Browse by Tags

Related Posts

  • Loginview in a Gridview template

    < asp : BoundField DataField ="Location" HeaderText ="Location" SortExpression ="Location" /> The above works fine < asp : TemplateField HeaderText ="Location" SortExpression ="v"> < ItemTemplate > < asp : LoginView ID ="lvLoc"...
    Posted to Data Presentation Controls (Forum) by mustafamond on 10-20-2006, 12:00 AM
    Filed under: GridView, Eval, Binding
  • Show image dependent on boolean value in SQL source

    Hi All. Newbie using Visual Web Developer Express 2005 as a hobbyist doing a little project for my Wife. Require a little help please... I have a gridview populating from an SQL database source. One column is a boolean. I can successfully display all the data from the source in the gridview with the...
    Posted to Data Presentation Controls (Forum) by JADsHome on 01-21-2007, 12:00 AM
    Filed under: GridView, GridView Rowcommand Cell-Values, sqldatasource, Eval, If Statement, BoundField, GridView asp.net, VB, checkbox, gridview checkbox
  • Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.

    I've been running into the following error: "Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control." I've seen a few threads which address this problem as it pertains to interdependency between two drop down lists, however my situation is somewhat...
    Posted to Web Forms (Forum) by stimmell on 02-02-2007, 12:00 AM
    Filed under: gridview, data access, eval, datasource, data binding, bind
  • Eval and Bind in GridView

    Hi all! Basically I am writing a Web Part that looks like GridView under "Formatted GridView Editing" in http://msconline.maconstate.edu/Tutorials/ASPNET2/ASPNET09/aspnet09-01.aspx . Since Web Parts don't have a graphical editor built-in VS 2005 I have to mimic all the code posted in that...
    Posted to Data Presentation Controls (Forum) by humble-apprentice on 08-01-2007, 12:00 AM
    Filed under: Gridview, web part ASP .NET 2, Eval, Bind
  • Web Parts, gridviews, bind and eval

    Hi all, This is the situation: I have a web part that has a GridView and I would like the GridView in the Web Part to have the same behaviour as the GridView shown under "Formatted GridView Editing" in http://msconline.maconstate.edu/Tutorials/ASPNET2/ASPNET09/aspnet09-01.aspx . The problem...
    Posted to Web Parts and Personalization (Forum) by humble-apprentice on 08-02-2007, 12:00 AM
    Filed under: Web Parts, GridView, eval, bind
  • Re: passing parameters to a metod using Eval()

    Hi, can you please try this? < asp : LinkButton ID ="LinkButton1" runat ="server" onClick ='OnDeleteComment(Int.Parse(Eval("ID").ToString() ) )' > Delete </ asp : LinkButton > if this does not work try changing your function to this public static void...
    Posted to Data Presentation Controls (Forum) by HolyOne on 08-05-2007, 12:00 AM
    Filed under: GridView, Eval, GridView asp.net, gridView eval enum, gridview binding
  • LoginView in Gridview

    Hi, I want to be able to use an eval within a loginview nested within a gridview, the only problem is the <%#eval("id")%> is not rendering. Could anyone please help? I am really trying to avoid using a findcontrol on the rowcreated to find the panel and hiding it depending on whether...
    Posted to Data Presentation Controls (Forum) by Delinquent on 11-21-2007, 12:00 AM
    Filed under: GridView, Eval, LoginView
Page 1 of 1 (7 items)