|
-
Mar 31st, 2004, 10:02 PM
#1
I wonder how many charact
Oh, so you need to build a WEB APPLICATION not a WEB SERVER (the latter would be hellishly more involved).
Well, its simple really. Just start up .Net. Create a new web applicaton in your language of choice.
And design your forms... welcome page seems easy, throw a label on it that says 'Welcome'. Then throw a hyperlink (or LinkButton) on it that points to the other page required by the project (we'll refer to it as page2.)
On page2, create a new System.Data.OLEDB.OLEDBconnection, set the OLEDBCommand parameters, and bind it all to a Repeater or DataList.
That's what you need to do. If you need more help, go ahead and ask.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|