Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey, I'm currently trying to make a forum using VB and i'm not sure where to start. Would appreciate it if someone could teach me how to do it. :)
Posted

1 solution

Your first step should be to pick up a book on ASP.NET. The book should probably be in tutorial format and include some of the topics I mention below. This book is a good example (although it uses an older version of ASP.NET, that shouldn't be a problem).

Learn some basic programming in VB first. Then learn some ASP.NET using VB as your backend code. A little JavaScript couldn't hurt either. And you'll definitely need to know HTML. Once you get the technologies down, just take building the forum one step at a time. It will feel almost natural. First, you might add a textbox that saves a value to a database (SQL is another thing you'll need to learn). Then you might make 10 textboxes that do the same. Then you might add a login page. Then you'll learn about cookies and persisting information on the client side. You'll play with styles and learn about CSS. Just take your time... you'll get there. Just don't expect to get there all at once. :)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900