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

Web Development

 
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 
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 
Hi,

You are missing the name attribute, e.g.

<textarea id="TEXTAREAcoucou" name="TEXTAREAcoucou"....

When you post a form off to the server, it is the name attribute that forms the key/value pair that you can access through Request.Form["TEXTAREAcoucou"].ToString()

Hope this helps,
Andy
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 
GeneralRe: Form Questions Pin
Jacob Koppang2-Aug-04 14:20
Jacob Koppang2-Aug-04 14:20 
GeneralRe: Form Questions Pin
alex.barylski2-Aug-04 18:37
alex.barylski2-Aug-04 18:37 

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.