Browse by Tags

Related Posts

  • 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: Eval, LoginView, GridView
  • 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: Eval, gridView eval enum, GridView, GridView asp.net, gridview binding
  • 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: bind, eval, GridView, Web Parts
  • 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: Bind, Eval, Gridview, web part ASP .NET 2
  • 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: bind, data access, data binding, datasource, eval, gridview
  • 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: sqldatasource, VB, BoundField, checkbox, Eval, GridView Rowcommand Cell-Values, If Statement, GridView, GridView asp.net, gridview checkbox
  • 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: Binding, Eval, GridView
  • Re: Dynamic Confirm delete message inside GridView...

    Thanks that did the trick. I really wanted to learn how create the confirmation only using the aspx page - does anyone know how to accomplish this same thing using OnClientClick (and Eval)?
    Posted to Data Presentation Controls (Forum) by celoftis on 11-21-2008, 12:00 AM
    Filed under: Eval, LinkButton, GridView
Page 1 of 1 (8 items)