Search Result

Collapse
2 results in 0.0041 seconds.
Keywords
Members
Tags
autogeneratecolumns
  •  

  • ASP.NET 2.0 Problem with column name changing in a Gridview control

    I have a gridview with AutoGenerateCol umns=true that is presenting a challenge to me.

    Challenge #1

    The data structure from the database server follows:
    Product |Qty |Jan-09|Qty|Feb-09|Qty|Mar-09 etc
    -----------------------------------------------------------------
    CD|1.00 |$100.00|5.00|$ 500.00|7.00|$70 0.00 etc
    DVD|2.00 |$400.00|7.00|$ 700.00|8.00|$80 0.00 etc

    ****** But the gridview...
    See more | Go to post

  • BeemerBiker
    started a topic want override, but stuck on the inheritance

    want override, but stuck on the inheritance

    I want to use the C# example shown here

    Ok, I have done simple overrides before so I coded up

    protected override Auto...

    well, I didnt even get that far as intellisense made it clear that AutoGeneratedFi eld is not part of my class ..

    public partial class printit : System.Web.UI.P age


    So I tried adding "DetailView " to the class so I could inherit it (this...
    See more | Go to post
    Last edited by BeemerBiker; Mar 18 '09, 07:21 PM. Reason: learned something since I posted this
Working...