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...
Search Result
Collapse
2 results in 0.0041 seconds.
Keywords
Members
Tags
-
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...