•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP section within the Web Development category of DaniWeb, a massive community of 397,771 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,541 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP advertiser: Lunarpages ASP Web Hosting
Views: 4015 | Replies: 1
![]() |
•
•
Join Date: May 2005
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
Hello friends
First of all wishes to all the Members,am the new entry to this site.
I hv a problem with the passing values of a text area.
Let us suppose that we have a text area with some rows and coumns
<form method=post action="submit.asp">
<TEXTAREA id=TEXTAREA1 name=TEXTAREA1 rows="6" cols="10">
numbers peson
98422100 jakson
98422222 George
</TEXTAREA>
</form>
I would like to get the form and split all the rows and store only the names in database
I need the help
nishith raj
First of all wishes to all the Members,am the new entry to this site.
I hv a problem with the passing values of a text area.
Let us suppose that we have a text area with some rows and coumns
<form method=post action="submit.asp">
<TEXTAREA id=TEXTAREA1 name=TEXTAREA1 rows="6" cols="10">
numbers peson
98422100 jakson
98422222 George
</TEXTAREA>
</form>
I would like to get the form and split all the rows and store only the names in database
I need the help
nishith raj
•
•
Join Date: Mar 2005
Location: LTT, South Africa
Posts: 125
Reputation:
Rep Power: 4
Solved Threads: 1
•
•
•
•
Originally Posted by nishithraj
Hello friends
First of all wishes to all the Members,am the new entry to this site.
I hv a problem with the passing values of a text area.
Let us suppose that we have a text area with some rows and coumns
<form method=post action="submit.asp">
<TEXTAREA id=TEXTAREA1 name=TEXTAREA1 rows="6" cols="10">
numbers peson
98422100 jakson
98422222 George
</TEXTAREA>
</form>
I would like to get the form and split all the rows and store only the names in database
I need the help
nishith raj
text areas generate a /n or /t on new line (i cant remember the exact one) so i suppose you could write a split at /n and a write loop. as to the numbers if they are the same amount of characters use
right(line,len(line)-the characters_of the numbers)
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP Marketplace
- Remove Selected Value from the Text Area (JavaScript / DHTML / AJAX)
- Having problems with adding a row to a DataSet (VB.NET)
- Deleting a Row From A DataGrid (VB.NET)
- Javascript event & color change problem (JavaScript / DHTML / AJAX)
- Drop Downlist Not Loading (VB.NET)
- Not able to generate Report (Oracle)
- retrieving ids from dynamically created controls in asp.net (ASP)
- problem with convert jumbled text file to unjumbled text file (C)
Other Threads in the ASP Forum
- Previous Thread: thumbnail from pdf file
- Next Thread: Can anybody tell me What is solution file in ASP ?


Linear Mode