Okay, so I'm looking at some of the controls on those sites. Some look
really good.
I'll try some demos at work. My car is playing up today for the first
time so I'm not at work and have time to look for things to try.
Thanks for your advice guys.
--- In AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOk
yahoogroups.com, "Brett Stinson"
<brett.stinson
...> wrote:
>
> Duane:
> I completely agree with Dean on this one. Even if you have a
complete
> aversion
> to M$ controls, you should at least look at some of the third party
controls
> out there
> (farpoint, infragistics, spreadsheetgear, telerik, etc...) before
creating
> something from scratch. You may have to spend
> a little money, but it will be well worth it in time. All of these
controls
> have been developed and fully tested and are in
> use by many developers already.
>
> Look here for possible 3rd party controls -->
> http://www.google.com/search?hl=en
> <http://www.google.com/search?hl=en&q=asp.net3;grid+controls>
> &q=asp.net+grid+controls
>
> Brett Stinson
> b <blocked::mailto:brett.stinson
... rett.stinson
...
>
> _____
>
> From: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOk
yahoogroups.com
> [mailto: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOk
yahoogroups.com] On Behalf Of Dean Fiala
> Sent: Sunday, October 21, 2007 9:50 AM
> To: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOk
yahoogroups.com
> Subject: Re: [AspNetAnyQuestionIsOk] Re: New to ASP.NET 2.0 Gridview
control
> issue Number 1
>
>
>
> So, you are going to be writing all your own code to reproduce a grid
> control's functionality. Personally, I'd invest the time learning how
to
> use an existing control.
>
> The DataGrid and GridView are as granular as you need them to be. You
can
> use them fully bound, or you can personally fill every cell in the
> Item_DataBound (Row_DataBound in GridView) events. All the
functionality
> you wish to implement (and a lot more) is already available in both of
these
> controls. Before you blow a week writing a one-off piece of code to
create
> a fancy HTML table, you might want to more thoroughly investigate the
> available controls.
>
> On 10/21/07, Duane Hennessy duaneh
connexus.
> <mailto:duaneh%40connexus.net.au> net.au> wrote:
> >
> > I'm thinking of trying something else Brett. I actually don't like
the
> > controls MS provides and in order to move forward
> > I need more granular control which will give me a quicker
development
> > time. What I'm thinking of doing is:
> >
> > * Create a class that will contact the Database and return a
> > recordset as a HTML Table.
> > * At the end of the HTML code will be a row that has an insert
> > button, text boxes and drop down boxes (which will be classes in
their
> > own right).
> > * It will behave like a spreadsheet but I can keep all IDs in
> > attributes of the row tags. They remain hidden.
> > * It also means I can push updates and inserts through subprocedures
> > instead of directly accessing tables.
> > * I will be able to read from a view with a bunch of columns and I
> > can customise what I use for the insert statement within the VB
page.
> >
> > It means a bit more code in the backend but a lot less heartache
> > (Hopefully, I'm giving this a day's trial tomorrow). It also reduces
my
> > unfamiliarity of the technology.
> > What I need to know is: How do I capture the Click Event of a
control
> > within a Control Collection. If I had a row of generated buttons
(ASP or
> > HTML) how do I capture which one fired the Click Event?
> >
> > Duane.
> >
> >
> > --- In AspNetAnyQuestionIs
> <mailto:AspNetAnyQuestionIsOk%40yahoogroups.com> Ok%40yahoogroups.com">Ok
yahoogroups.com,
"Brett
> Stinson"
> > brett.stinson
wrote:
> > >
> > > tool*
> > > 
> > >
> > >
> > > On 10/17/07, Brett Stinson brett.stinson
wrote:
> > > >
> > > > Duane:
> > > > I would stick with GridView if you can. Once you master it, it
is
> > IMHO
> > > > a better all
> > > > around too than the datagrid.
> > > >
> > > > --
> > > > Brett.Stinson
> > > >
> > > > On 10/17/07, Duane Hennessy duaneh
wrote:
> > > > >
> > > > > Thanks Brett, I'll check it out.
> > > > >
> > > > > I also noticed from the search link you sent me that a
DataGrid
> > may
> > > > > solve my problem also, if I fail
> > > > > to get the GridView doing what I want.
> > > > >
> > > > > --- In
> > AspNetAnyQuestionIs <mailto:AspNetAnyQuestionIsOk%40yahoogroups.com>
> Ok%40yahoogroups.com">Ok
yahoogroups.com<AspNetAnyQuestionIsOk%40yahoogroup
> > s.com>,
> > > > > "Brett Stinson"
> > > > > brett.stinson
wrote:
> > > > > >
> > > > > > Duane:
> > > > > > Look into using the DataKeys collection of the gridview
rather
> > than
> > > > > having
> > > > > > the key fields
> > > > > > in the gridview itself....
> > > > > >
> > > > > >
> > > > > > MSDN -
> > > > > >
> > > > >
> > > > >
> > http://msdn2.
>
<http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.grid