Hi again,
I was wondering if anyone knew of a tutorial on how to make a news column...where a news post created in the admin panel would be posted on the main page. I'm using asp.net 2.0 and MSSQL 2005
Thanks very much,
Ian
Hi Ian,
You'll probably want a data entry page that saves the information to a database. Then on the presentation page, you'll want to extract that data from the database to display it in some form. On this site, is a wonderful set of tutorials, by Scott Mitchell, that explain how to work with data in ASP.NET. There are several lessons, but if you peruse the list and pick out ones that sound like what you need to do, it could be helpful. Here are the tutorials:
http://www.asp.net/learn/dataaccess/default.aspx?tabid=63
Joe
0 comments:
Post a Comment