Take a look at the DataGrid control in the ASP.NET toolbar. You can
bind this control to a SQL query that pulls records from the database.
page. A google search will give you lots of sample code to look at,
too.
<roger.stenson1@ntlworld.com> wrote:
>Thanks for your interest
>I need to generate HTML Files which basically consist of a header section
>and then a Table
>The table contains , ranked results from competitions usuall having player
>name on the left
>maybe 10 results in the line then a performance section on the right
>containing Sums, Averages, BestX's etc on the right
>
>If it was an aspx page I was thinking I could get a Table from the database
>contaiing the selected data, calculate the perfomance columns and then
>just bind it to control on the form representing the table. Then all I need
>to do is save the rendered output, ready for uploading.
>There are typically about 10 of these tables published each week updated by
>the week's performances.
>I wrote the application for my own club. It proved very popular and I have
>ended up running it for a lot of clubs. The next verssion is going to pull
>all the club variants into a generalised common system and make it friendly
>enough to hand it over to club secretaries to run
>The system will add some pages to an otherwise static web site that needs
>uploading to the web site by the club secretary
>
>Roger Stenson
>
>"Scott Allen" <scott@nospam.odetocode.com> wrote in message
>news:4j9871lvlnv7pjff8l4uoo4c5vsdbscrcj@4ax.com...
>> Hi Roger:
>>
>> I'm trying to understand your basic requirement.
>>
>> Do you need to generate HTML files based on database content?
>> Or do you want to convert static content to something a little more
>> dynamic with ASP.NET web forms?
>>
>> --
>> Scott
>>
http://www.OdeToCode.com/blogs/scott/ >>
>>
>> On Sat, 30 Apr 2005 20:56:33 GMT, "Roger stevenson"
>> <roger.stenson1@ntlworld.com> wrote:
>>
>>>Hi
>>>I am a converting VB6 programmer. Having completed a Windows forms project
>>>,
>>>andbefore moving on to some of my ASP.Net projects I want to add a lot of
>>>function to a VB 6 application that generates static web pages which
>>>display
>>>segments of data bases. The applicaton is used by a lot of sporting bodies
>>>that largelely get by on non-interactive free sites
>>>I have just finished a quick skim through a book on Professional ASP dot
>>>net
>>>looking for ways to do this. It is possible to use the function of Asp.Net
>>>to generate the rendered output , save it in a file and then move on to
>>>another form and do the same. Or do I write a module which finds the data
>>>and generates the text output.in the old way
>>>Roger Stenson
>>>
>>
>