hi..i'm new in using ASP.NET application. Please guide me as i've only about 30% knowledge on developing web application in .NET
ok..my problem is..
i have a textbox..
i wanted user to create multiple option by entering each option per line in the textbox...
in other words..if user want to enter 4 option, 1st option will be at 1st line, 2nd option at 2nd line....and so on..
so..when i create button "Submit"..it will automatically assume that data in the first line will be inserted to first row in table in my database...
can this be done? please somebody help me...