| re: results of a sql query to array
If I use "gridview", how can I display radiobuttons for each group?
Mark Rae wrote:[color=blue]
> "loga123" <vdevarakonda@covansys.com> wrote in message
> news:1149800573.078130.238520@j55g2000cwa.googlegr oups.com...
>[color=green]
> > Hi... I am new to .net and do not have much knowledge about the
> > controls available in .net.[/color]
>
> No problem with that - no-one was born knowing this stuff.
>
> HOWEVER, do yourself a *huge* favour, step back a bit, and buy yourself a
> beginner's guide to ASP.NET which contains plenty of examples of how ASP.NET
> and ADO.NET interact. There simply is no benefit whatsoever in trying to
> figure it out for yourself...
>
> E.g. you have no need at all to use an array to meet your requirements
> here - simply return the data from your database into a DataSet object and
> bind it to a GridView control. If you don't know what I mean by that, read
> the relevant chapter(s) in the beginner's guide to ASP.NET which you've just
> bought...[/color] |