Click here to Skip to main content
15,909,829 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Excel's HTML/XML format Pin
EdMee31-Oct-02 10:15
EdMee31-Oct-02 10:15 
GeneralRe: Excel's HTML/XML format Pin
Stephane Rodriguez.31-Oct-02 10:44
Stephane Rodriguez.31-Oct-02 10:44 
GeneralWeb Image Viewer won't! Pin
code dope29-Oct-02 21:56
code dope29-Oct-02 21:56 
GeneralRe: Web Image Viewer won't! Pin
ian mariano30-Oct-02 1:38
ian mariano30-Oct-02 1:38 
GeneralRe: Web Image Viewer won't! Pin
John Davis30-Oct-02 3:56
John Davis30-Oct-02 3:56 
GeneralSubmit Method in ASP.NET Pin
Pradhip29-Oct-02 13:49
Pradhip29-Oct-02 13:49 
GeneralRe: Submit Method in ASP.NET Pin
ian mariano30-Oct-02 1:41
ian mariano30-Oct-02 1:41 
GeneralRe: Submit Method in ASP.NET Pin
Vasudevan Deepak Kumar30-Oct-02 21:31
Vasudevan Deepak Kumar30-Oct-02 21:31 
Hi Pradip,

The default in normal HTML is GET. But under .NET Framework, we normally use




and it ALWAYS uses POST. You may check out the javascript function that framework uses which is called _doPostBack()

We do not do Request.Form like that.

Perhaps we assign an event handler to the button and handle them. The framework manages the mappings.

Check out the login page and other forms in iBuySpy Portal/Store SourceCode, which would really be very helpful to understand the flow.

Deepak Kumar Vasudevan
GeneralDisabling Functionality of WebService Pin
Pradhip29-Oct-02 13:37
Pradhip29-Oct-02 13:37 
GeneralRe: Disabling Functionality of WebService Pin
ian mariano30-Oct-02 1:44
ian mariano30-Oct-02 1:44 
GeneralRe: Disabling Functionality of WebService Pin
Vasudevan Deepak Kumar4-Nov-02 17:28
Vasudevan Deepak Kumar4-Nov-02 17:28 
Generalsending a command from iis to localhost (redirect???) please help! Pin
severina29-Oct-02 5:45
severina29-Oct-02 5:45 
GeneralRe: sending a command from iis to localhost (redirect???) please help! Pin
mortrr29-Oct-02 13:17
mortrr29-Oct-02 13:17 
GeneralCookie madness Pin
leppie28-Oct-02 19:03
leppie28-Oct-02 19:03 
GeneralRe: Cookie madness Pin
ian mariano28-Oct-02 19:27
ian mariano28-Oct-02 19:27 
GeneralRe: Cookie madness Pin
Paul Watson28-Oct-02 20:13
sitebuilderPaul Watson28-Oct-02 20:13 
GeneralRe: Cookie madness Pin
Paul Riley28-Oct-02 23:58
Paul Riley28-Oct-02 23:58 
GeneralRe: Cookie madness Pin
benjymous29-Oct-02 0:14
benjymous29-Oct-02 0:14 
GeneralRe: Cookie madness Pin
Paul Riley29-Oct-02 0:22
Paul Riley29-Oct-02 0:22 
GeneralRe: Cookie madness Pin
leppie29-Oct-02 0:20
leppie29-Oct-02 0:20 
GeneralRe: Cookie madness Pin
Paul Riley29-Oct-02 0:25
Paul Riley29-Oct-02 0:25 
GeneralRe: Cookie madness Pin
leppie29-Oct-02 2:15
leppie29-Oct-02 2:15 
GeneralRe: Cookie madness Pin
Megan Forbes29-Oct-02 2:39
Megan Forbes29-Oct-02 2:39 
GeneralRe: Cookie madness Pin
leppie29-Oct-02 6:11
leppie29-Oct-02 6:11 
GeneralRe: Cookie madness Pin
Megan Forbes29-Oct-02 6:16
Megan Forbes29-Oct-02 6:16 

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.