ASP .Net Forum

jperlewitz

New member
Joined
Oct 10, 2008
Messages
1
Programming Experience
Beginner
I have a webpage that I manage that is part of an intranet. I need to add a section where people can enter comments and have it display in boxes.



Ideally I wouold like to create a forum, but I do not have access to the webserver so I can not configure the IIS to to host the forum and I do not have access to a SQL server. Is there any other way to create a forum without an IIS server or a SQL server?



If not, I would like to have the users enter their comments and have the comments appear in a textbox on another page. Is there a way to have a textbox automatically appear in the GUI? In other words, I do not want to create a textbox agead of time. I want the user to push a button and have a new textbox appear with their comments in it.



Any other suggestions would be greatly appreciated. Thans



Jason
 
Back
Top