Click here to Skip to main content
16,010,488 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: putting an icon in the page? Pin
Megan Forbes9-Oct-02 2:36
Megan Forbes9-Oct-02 2:36 
GeneralRe: putting an icon in the page? Pin
Nick Parker10-Oct-02 2:39
protectorNick Parker10-Oct-02 2:39 
AnswerRe: putting an icon in the page? Pin
Megan Forbes9-Oct-02 2:30
Megan Forbes9-Oct-02 2:30 
GeneralPosting back to server Pin
leppie8-Oct-02 15:48
leppie8-Oct-02 15:48 
GeneralRe: Posting back to server Pin
Paul Watson8-Oct-02 21:27
sitebuilderPaul Watson8-Oct-02 21:27 
GeneralRe: Posting back to server Pin
leppie9-Oct-02 2:07
leppie9-Oct-02 2:07 
GeneralRe: Posting back to server Pin
Paul Watson9-Oct-02 2:32
sitebuilderPaul Watson9-Oct-02 2:32 
GeneralRe: Posting back to server Pin
Andy Smith9-Oct-02 5:16
Andy Smith9-Oct-02 5:16 
If you are using asp.net, then you are doing things the hard way.
There is almost zero need to use the Request object in an asp.net webform.

the TextBox control knows how to populate and persist its values from the request and viewstate.

Just use the TextBox's Text property in your event handler.
GeneralRe: Posting back to server Pin
leppie9-Oct-02 7:23
leppie9-Oct-02 7:23 
GeneralRe: Posting back to server Pin
Andy Smith9-Oct-02 7:28
Andy Smith9-Oct-02 7:28 
GeneralRe: Posting back to server Pin
leppie9-Oct-02 7:34
leppie9-Oct-02 7:34 
Questionnow how stupid is this? Pin
leppie8-Oct-02 15:22
leppie8-Oct-02 15:22 
AnswerRe: now how stupid is this? Pin
Paul Watson8-Oct-02 21:21
sitebuilderPaul Watson8-Oct-02 21:21 
GeneralRe: now how stupid is this? Pin
leppie9-Oct-02 2:03
leppie9-Oct-02 2:03 
AnswerRe: now how stupid is this? Pin
Paul Riley9-Oct-02 0:42
Paul Riley9-Oct-02 0:42 
GeneralNew to ASP.NET Pin
Thorlin8-Oct-02 11:27
Thorlin8-Oct-02 11:27 
GeneralRe: New to ASP.NET Pin
Paul Riley8-Oct-02 14:28
Paul Riley8-Oct-02 14:28 
GeneralCSS Simplification Pin
leppie8-Oct-02 5:22
leppie8-Oct-02 5:22 
GeneralRe: CSS Simplification Pin
Paul Watson8-Oct-02 6:26
sitebuilderPaul Watson8-Oct-02 6:26 
GeneralRe: CSS Simplification Pin
leppie8-Oct-02 7:34
leppie8-Oct-02 7:34 
GeneralFormsAuthentication Pin
Mazdak8-Oct-02 4:32
Mazdak8-Oct-02 4:32 
GeneralRe: FormsAuthentication Pin
Paul Riley8-Oct-02 14:32
Paul Riley8-Oct-02 14:32 
GeneralWeb.Config Help. Pin
Jason Weibel8-Oct-02 1:43
Jason Weibel8-Oct-02 1:43 
GeneralRe: Web.Config Help. Pin
Paul Watson8-Oct-02 5:05
sitebuilderPaul Watson8-Oct-02 5:05 
GeneralRe: Web.Config Help. Pin
Ray Cassick8-Oct-02 8:25
Ray Cassick8-Oct-02 8: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.