Click here to Skip to main content
15,888,521 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to play a flash swf from sql server field Pin
hehaibo6-Aug-04 6:44
hehaibo6-Aug-04 6:44 
AnswerRe: How to play a flash swf from sql server field Pin
Ph@ntom7-Aug-04 21:27
Ph@ntom7-Aug-04 21:27 
GeneralSite Indexing Pin
Jack Puppy6-Aug-04 2:06
Jack Puppy6-Aug-04 2:06 
GeneralRe: Site Indexing Pin
Ashraf Fathy22-Aug-04 3:54
Ashraf Fathy22-Aug-04 3:54 
Generalprinting a page content in two sides Pin
karthik prasanna5-Aug-04 21:00
karthik prasanna5-Aug-04 21:00 
GeneralMaquee Pin
jphuphilly5-Aug-04 8:39
jphuphilly5-Aug-04 8:39 
GeneralRe: Maquee Pin
Juno-EasyDotNet.com9-Aug-04 14:09
Juno-EasyDotNet.com9-Aug-04 14:09 
QuestionHow to retrieve a value in [TEXTAREA] in an aspx page? Pin
zoltix3-Aug-04 21:38
zoltix3-Aug-04 21:38 
Hi,
How to retrieve a value in [TEXTAREA] in an aspx page?
Normally it is easy, drag and drops the textarea in aspx page and it is work. But in this case, I generate the html code manually () and put as literal html in the aspx page. How to do for retrieving the value in my textarea without define a variable (runnat server) in c# code?

I thought this code retrieve all controls and value in all tag inside the Form tag, it is not the case.

for(int i=0; i<request.form.count;i++)
{ response.write(request.form[i]+="" "<br="">"); Response.Write(Request.Form.Get(i)+ "
"); Response.Write(Request.Form.GetKey(i)+ "
");
}



Example: html

TEXTAREAcoucou TEXTAREAcoucou




Could you help me?

Bye bye


-=zoltx=-
AnswerRe: How to retrieve a value in [TEXTAREA] in an aspx page? Pin
Juno-EasyDotNet.com8-Aug-04 16:46
Juno-EasyDotNet.com8-Aug-04 16:46 
AnswerRe: How to retrieve a value in [TEXTAREA] in an aspx page? Pin
Andrew Quinn AUS9-Aug-04 20:38
Andrew Quinn AUS9-Aug-04 20:38 
Generaljavascript: writing to textfield from another frame Pin
Expl0rer3-Aug-04 9:37
Expl0rer3-Aug-04 9:37 
GeneralRe: javascript writing to textfield from another frame Pin
Expl0rer3-Aug-04 9:58
Expl0rer3-Aug-04 9:58 
GeneralRe: javascript writing to textfield from another frame Pin
Expl0rer3-Aug-04 10:16
Expl0rer3-Aug-04 10:16 
GeneralRe: javascript writing to textfield from another frame Pin
Rocky Moore3-Aug-04 12:43
Rocky Moore3-Aug-04 12:43 
GeneralRe: javascript writing to textfield from another frame Pin
Expl0rer3-Aug-04 13:24
Expl0rer3-Aug-04 13:24 
GeneralHiding URL extensions Pin
Jayman9113-Aug-04 4:43
Jayman9113-Aug-04 4:43 
GeneralRe: Hiding URL extensions Pin
alex.barylski3-Aug-04 14:23
alex.barylski3-Aug-04 14:23 
GeneralRe: Hiding URL extensions Pin
Aaron Eldreth3-Aug-04 14:55
Aaron Eldreth3-Aug-04 14:55 
Generalsynchronizing a list/menu with vbscript Pin
WizGreen2-Aug-04 20:42
WizGreen2-Aug-04 20:42 
GeneralDownload Counter Advice Pin
brdavid2-Aug-04 16:23
brdavid2-Aug-04 16:23 
GeneralProblem With Date() refresh Pin
tabate2-Aug-04 15:45
tabate2-Aug-04 15:45 
GeneralRe: Problem With Date() refresh Pin
ChrisAdams3-Aug-04 18:52
ChrisAdams3-Aug-04 18:52 
Generalserver push and pull Pin
Cedar Sith2-Aug-04 10:48
Cedar Sith2-Aug-04 10:48 
GeneralForm Questions Pin
Jacob Koppang1-Aug-04 21:01
Jacob Koppang1-Aug-04 21:01 
GeneralRe: Form Questions Pin
alex.barylski2-Aug-04 7:25
alex.barylski2-Aug-04 7:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.