Click here to Skip to main content
15,917,321 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I want to do one simple asp.net web site.

The purpose of the program is to record a question and the answer to the question in text box as a input, a simple keyword or category can help to manage the different questions and answers.

Help me how to store the text in sqlserver and retrive that data in asp.net website using tags.

And may I know how to create a tags on asp.net site to retrive the data?
please provide step by step.

Thanks in advance.
Posted
Updated 30-Aug-10 21:50pm
v2
Comments
Dalek Dave 31-Aug-10 3:50am    
Edited for Readability and Grammar.

I would suggest if you have no idea how to do this, then you should either learn C# or VB.NET first, but if you know those, then learn how ASP.NET works BEFORE you start trying to learn SQL and writing a data layer. This forum is full of people who will never be programmers, because they start with tasks too hard, and they compensate by asking us to do their work for them. If you don't know enough to post some code you need help with, you need to be reading a book or taking a class, not asking our advice.
 
Share this answer
 
Comments
senguptaamlan 31-Aug-10 8:21am    
Reason for my vote of 5
good suggestion . :D
 
Share this answer
 
The best way to write a sample is get a book and read it (going through the samples).
 
Share this answer
 

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