Click here to Skip to main content
15,915,172 members
Home / Discussions / C#
   

C#

 
GeneralMultiple backbuffers DirectDraw Managed Pin
Jean Bédard20-Feb-04 11:16
Jean Bédard20-Feb-04 11:16 
GeneralRe: Multiple backbuffers DirectDraw Managed Pin
Heath Stewart20-Feb-04 11:33
protectorHeath Stewart20-Feb-04 11:33 
GeneralRe: Multiple backbuffers DirectDraw Managed Pin
Jean Bédard20-Feb-04 13:26
Jean Bédard20-Feb-04 13:26 
GeneralRe: Multiple backbuffers DirectDraw Managed Pin
SIDDHARTH_JAIN20-Feb-04 18:16
SIDDHARTH_JAIN20-Feb-04 18:16 
GeneralCollections Pin
gordingin20-Feb-04 8:44
gordingin20-Feb-04 8:44 
GeneralRe: Collections Pin
Heath Stewart20-Feb-04 10:08
protectorHeath Stewart20-Feb-04 10:08 
GeneralRe: Collections Pin
Guillermo Rivero20-Feb-04 10:11
Guillermo Rivero20-Feb-04 10:11 
GeneralRe: Collections Pin
Heath Stewart20-Feb-04 11:29
protectorHeath Stewart20-Feb-04 11:29 
No, it's not the only way. Any data defined as an input for the page form can be sent to another page, which can retrieve it using Request.Forms (POST), Request.QueryString (GET), or Request.Params (both). How do you think CGI has worked since it was proposed? This data doesn't have to be input by the user - it can simply be in a hidden input field. The developer just has to make sure it gets in there before the GET or POST request is sent to another page (since that data is sent from the client to the new page).

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Collections Pin
Guillermo Rivero20-Feb-04 11:52
Guillermo Rivero20-Feb-04 11:52 
GeneralRe: Collections Pin
Heath Stewart20-Feb-04 13:18
protectorHeath Stewart20-Feb-04 13:18 
QuestionHow to make a Text Box only Numbers Pin
gr8tushar20-Feb-04 8:06
gr8tushar20-Feb-04 8:06 
AnswerRe: How to make a Text Box only Numbers Pin
Werdna20-Feb-04 8:31
Werdna20-Feb-04 8:31 
AnswerRe: How to make a Text Box only Numbers Pin
Judah Gabriel Himango20-Feb-04 8:34
sponsorJudah Gabriel Himango20-Feb-04 8:34 
GeneralParsers Pin
Husein20-Feb-04 7:40
Husein20-Feb-04 7:40 
GeneralRe: Parsers Pin
Werdna20-Feb-04 8:26
Werdna20-Feb-04 8:26 
GeneralUse an ACtiveX in my .NET application Pin
Mazdak20-Feb-04 2:56
Mazdak20-Feb-04 2:56 
GeneralRe: Use an ACtiveX in my .NET application Pin
Heath Stewart20-Feb-04 3:18
protectorHeath Stewart20-Feb-04 3:18 
GeneralRe: Use an ACtiveX in my .NET application Pin
Mazdak20-Feb-04 4:26
Mazdak20-Feb-04 4:26 
GeneralRe: Use an ACtiveX in my .NET application Pin
Heath Stewart20-Feb-04 6:23
protectorHeath Stewart20-Feb-04 6:23 
GeneralRe: Use an ACtiveX in my .NET application Pin
Mazdak20-Feb-04 9:16
Mazdak20-Feb-04 9:16 
GeneralRe: Use an ACtiveX in my .NET application Pin
Heath Stewart20-Feb-04 10:10
protectorHeath Stewart20-Feb-04 10:10 
GeneralRe: Use an ACtiveX in my .NET application Pin
Mazdak20-Feb-04 3:25
Mazdak20-Feb-04 3:25 
GeneralListing files&folders on a server Pin
CWIZO20-Feb-04 1:31
CWIZO20-Feb-04 1:31 
GeneralRe: Listinf files&folders on a server Pin
Mazdak20-Feb-04 1:54
Mazdak20-Feb-04 1:54 
GeneralRe: Listing files&folders on a server Pin
CWIZO20-Feb-04 2:01
CWIZO20-Feb-04 2:01 

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.