473,396 Members | 2,029 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

idempotent in ASP.NET 2.0

Hi all,

what about "idempotent" problem in ASP.NET 2.0 ?
Will there some help for developers from the ASP.NET framework about it?

Thank you

Bye
Nov 18 '05 #1
14 1663
Not familiar with English but I'm afraid I don't give this the same meaning.
Could you elaborate a bit more on this problem (I've seen this for header
files but I don't see how it relates to ASP.NET) ?

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:ez**************@TK2MSFTNGP14.phx.gbl...
Hi all,

what about "idempotent" problem in ASP.NET 2.0 ?
Will there some help for developers from the ASP.NET framework about it?

Thank you

Bye

Nov 18 '05 #2
Oh... excuse me.

OK, I mean... HTTP Request Idempotent... when the same request is sent to
the server, for example when the user press F5 on IE, and redo the postback.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:e1**************@TK2MSFTNGP14.phx.gbl...
Not familiar with English but I'm afraid I don't give this the same meaning. Could you elaborate a bit more on this problem (I've seen this for header
files but I don't see how it relates to ASP.NET) ?

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:ez**************@TK2MSFTNGP14.phx.gbl...
Hi all,

what about "idempotent" problem in ASP.NET 2.0 ?
Will there some help for developers from the ASP.NET framework about it?

Thank you

Bye


Nov 18 '05 #3
Humm... this is "by design". The goal of the F5 key is precisely to send the
exact same request to the server. In some cases , it's likely what the
developer/user wants ?!

IMO your best bet is to create another thread to explain what exact problem
it causes in your application and someone will hopefully suggest how to
handle this in your particular case...

Patrice

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:u8*************@tk2msftngp13.phx.gbl...
Oh... excuse me.

OK, I mean... HTTP Request Idempotent... when the same request is sent to
the server, for example when the user press F5 on IE, and redo the postback.
Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:e1**************@TK2MSFTNGP14.phx.gbl...
Not familiar with English but I'm afraid I don't give this the same

meaning.
Could you elaborate a bit more on this problem (I've seen this for header files but I don't see how it relates to ASP.NET) ?

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:ez**************@TK2MSFTNGP14.phx.gbl...
Hi all,

what about "idempotent" problem in ASP.NET 2.0 ?
Will there some help for developers from the ASP.NET framework about it?
Thank you

Bye



Nov 18 '05 #4
Patrice, my question is in general.

The HTTP Request Idempotent is a common problem in web applications.

I know what it is, and I'm not finding an explanation about Idempotent, and
the function of the F5 button.

I would like to know if in ASP.NET 2.0, we will have tools to manage
idempotent issues.

Thank you anyway.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:OX**************@TK2MSFTNGP15.phx.gbl...
Humm... this is "by design". The goal of the F5 key is precisely to send the exact same request to the server. In some cases , it's likely what the
developer/user wants ?!

IMO your best bet is to create another thread to explain what exact problem it causes in your application and someone will hopefully suggest how to
handle this in your particular case...

Patrice

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:u8*************@tk2msftngp13.phx.gbl...
Oh... excuse me.

OK, I mean... HTTP Request Idempotent... when the same request is sent to
the server, for example when the user press F5 on IE, and redo the

postback.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:e1**************@TK2MSFTNGP14.phx.gbl...
Not familiar with English but I'm afraid I don't give this the same

meaning.
Could you elaborate a bit more on this problem (I've seen this for

header files but I don't see how it relates to ASP.NET) ?

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de news:ez**************@TK2MSFTNGP14.phx.gbl...
> Hi all,
>
> what about "idempotent" problem in ASP.NET 2.0 ?
> Will there some help for developers from the ASP.NET framework about it? >
> Thank you
>
> Bye
>
>



Nov 18 '05 #5
AFAIK no and I think it's not possible to come up with a general solution
for this...

Is this a real problem ? In most cases I can think it :
- delete a record that doesn't exist any more (no big deal)
- update a record that was previosuly containing other values (but it looks
to me what is expected)
- insert again a new record (but it looks also to me what is expected)

Could you explain a scenario in which it causes a problem so that we can
start from there ?

Patrice

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:uv**************@TK2MSFTNGP14.phx.gbl...
Patrice, my question is in general.

The HTTP Request Idempotent is a common problem in web applications.

I know what it is, and I'm not finding an explanation about Idempotent, and the function of the F5 button.

I would like to know if in ASP.NET 2.0, we will have tools to manage
idempotent issues.

Thank you anyway.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:OX**************@TK2MSFTNGP15.phx.gbl...
Humm... this is "by design". The goal of the F5 key is precisely to send

the
exact same request to the server. In some cases , it's likely what the
developer/user wants ?!

IMO your best bet is to create another thread to explain what exact

problem
it causes in your application and someone will hopefully suggest how to
handle this in your particular case...

Patrice

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:u8*************@tk2msftngp13.phx.gbl...
Oh... excuse me.

OK, I mean... HTTP Request Idempotent... when the same request is sent to the server, for example when the user press F5 on IE, and redo the

postback.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:e1**************@TK2MSFTNGP14.phx.gbl...
> Not familiar with English but I'm afraid I don't give this the same
meaning.
> Could you elaborate a bit more on this problem (I've seen this for

header
> files but I don't see how it relates to ASP.NET) ?
>
> --
>
> "Stefano" <st*******************@giasoft.it> a écrit dans le message de > news:ez**************@TK2MSFTNGP14.phx.gbl...
> > Hi all,
> >
> > what about "idempotent" problem in ASP.NET 2.0 ?
> > Will there some help for developers from the ASP.NET framework
about it?
> >
> > Thank you
> >
> > Bye
> >
> >
>
>



Nov 18 '05 #6
Patrice,

I believe, you cannot give me the answer I'm looking for: "idempotent and
ASP.NET 2.0"

I have no time to discuss in wide way.
So, thank you very much anyway.... and excuse me.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:OZ**************@TK2MSFTNGP15.phx.gbl...
AFAIK no and I think it's not possible to come up with a general solution
for this...

Is this a real problem ? In most cases I can think it :
- delete a record that doesn't exist any more (no big deal)
- update a record that was previosuly containing other values (but it looks to me what is expected)
- insert again a new record (but it looks also to me what is expected)

Could you explain a scenario in which it causes a problem so that we can
start from there ?

Patrice

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:uv**************@TK2MSFTNGP14.phx.gbl...
Patrice, my question is in general.

The HTTP Request Idempotent is a common problem in web applications.

I know what it is, and I'm not finding an explanation about Idempotent,

and
the function of the F5 button.

I would like to know if in ASP.NET 2.0, we will have tools to manage
idempotent issues.

Thank you anyway.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:OX**************@TK2MSFTNGP15.phx.gbl...
Humm... this is "by design". The goal of the F5 key is precisely to send
the
exact same request to the server. In some cases , it's likely what the
developer/user wants ?!

IMO your best bet is to create another thread to explain what exact

problem
it causes in your application and someone will hopefully suggest how
to handle this in your particular case...

Patrice

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de news:u8*************@tk2msftngp13.phx.gbl...
> Oh... excuse me.
>
> OK, I mean... HTTP Request Idempotent... when the same request is sent
to
> the server, for example when the user press F5 on IE, and redo the
postback.
>
> Bye
>
>
> "Patrice" <no****@nowhere.com> ha scritto nel messaggio
> news:e1**************@TK2MSFTNGP14.phx.gbl...
> > Not familiar with English but I'm afraid I don't give this the
same > meaning.
> > Could you elaborate a bit more on this problem (I've seen this for
header
> > files but I don't see how it relates to ASP.NET) ?
> >
> > --
> >
> > "Stefano" <st*******************@giasoft.it> a écrit dans le

message de
> > news:ez**************@TK2MSFTNGP14.phx.gbl...
> > > Hi all,
> > >
> > > what about "idempotent" problem in ASP.NET 2.0 ?
> > > Will there some help for developers from the ASP.NET framework

about it?
> > >
> > > Thank you
> > >
> > > Bye
> > >
> > >
> >
> >
>
>



Nov 18 '05 #7
Stefano,

Did you just discover this word, or what? There IS no "HTTP Request
Idempotent... problem." You might just as well ask if ASP.Net solves the
"POST method problem."

An HTTP Request is deemed Idempotent if the result of the Request will be
the same when the Request is repeated. It's just a term used to define a
behavior. End of story. If you request a page, and then press F5 to refresh
it, you have sent an Idempotent Request. Why would this be a "problem?"

I feel like I'm reading "The Emporer's New Clothes" here!

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"Stefano" <st*******************@giasoft.it> wrote in message
news:uv**************@TK2MSFTNGP14.phx.gbl...
Patrice, my question is in general.

The HTTP Request Idempotent is a common problem in web applications.

I know what it is, and I'm not finding an explanation about Idempotent, and the function of the F5 button.

I would like to know if in ASP.NET 2.0, we will have tools to manage
idempotent issues.

Thank you anyway.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:OX**************@TK2MSFTNGP15.phx.gbl...
Humm... this is "by design". The goal of the F5 key is precisely to send

the
exact same request to the server. In some cases , it's likely what the
developer/user wants ?!

IMO your best bet is to create another thread to explain what exact

problem
it causes in your application and someone will hopefully suggest how to
handle this in your particular case...

Patrice

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:u8*************@tk2msftngp13.phx.gbl...
Oh... excuse me.

OK, I mean... HTTP Request Idempotent... when the same request is sent to the server, for example when the user press F5 on IE, and redo the

postback.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:e1**************@TK2MSFTNGP14.phx.gbl...
> Not familiar with English but I'm afraid I don't give this the same
meaning.
> Could you elaborate a bit more on this problem (I've seen this for

header
> files but I don't see how it relates to ASP.NET) ?
>
> --
>
> "Stefano" <st*******************@giasoft.it> a écrit dans le message de > news:ez**************@TK2MSFTNGP14.phx.gbl...
> > Hi all,
> >
> > what about "idempotent" problem in ASP.NET 2.0 ?
> > Will there some help for developers from the ASP.NET framework
about it?
> >
> > Thank you
> >
> > Bye
> >
> >
>
>



Nov 18 '05 #8
I don't see where the problem is.

You need to design your software to be able to handle this, not rely on the
framework to do so... To predict situations where this would be a problem
would be impossible.

i.e. think about ebay and the number of times you hit F5 there trying to
win a bid vs someone entering a contest 1000 times...

Again.. what *problem*

humans?
"Stefano" <st*******************@giasoft.it> wrote in message
news:ez**************@TK2MSFTNGP14.phx.gbl...
Hi all,

what about "idempotent" problem in ASP.NET 2.0 ?
Will there some help for developers from the ASP.NET framework about it?

Thank you

Bye

Nov 18 '05 #9
yes, I know... I have to manage idempotent, and I'm doing this, in every web
application I made.

But, my simple question was: "does ASP.NET 2.0 introduce helps to manage
idempotent requests?"

I don't understand why you want learn me about idempotent request and how to
manage it, instead.

My english is so bad... I know. Maybe for this reason you cannot understand
what I want mean.

Thank you so much.

Bye
"CJ Taylor" <[cege] at [tavayn] dit commmmm> ha scritto nel messaggio
news:eb**************@TK2MSFTNGP09.phx.gbl...
I don't see where the problem is.

You need to design your software to be able to handle this, not rely on the framework to do so... To predict situations where this would be a problem
would be impossible.

i.e. think about ebay and the number of times you hit F5 there trying to
win a bid vs someone entering a contest 1000 times...

Again.. what *problem*

humans?
"Stefano" <st*******************@giasoft.it> wrote in message
news:ez**************@TK2MSFTNGP14.phx.gbl...
Hi all,

what about "idempotent" problem in ASP.NET 2.0 ?
Will there some help for developers from the ASP.NET framework about it?

Thank you

Bye


Nov 18 '05 #10
yes, I know... I have to manage idempotent, and I'm doing this, in every web
application I made.

But, my simple question was: "does ASP.NET 2.0 introduce helps to manage
idempotent requests?"

I don't understand why you want learn me about idempotent request and how to
manage it, instead.

My english is so bad... I know. Maybe for this reason you cannot understand
what I want mean.

Thank you so much.

Bye
"Kevin Spencer" <ks******@takempis.com> ha scritto nel messaggio
news:OA****************@TK2MSFTNGP09.phx.gbl...
Stefano,

Did you just discover this word, or what? There IS no "HTTP Request
Idempotent... problem." You might just as well ask if ASP.Net solves the
"POST method problem."

An HTTP Request is deemed Idempotent if the result of the Request will be
the same when the Request is repeated. It's just a term used to define a
behavior. End of story. If you request a page, and then press F5 to refresh it, you have sent an Idempotent Request. Why would this be a "problem?"

I feel like I'm reading "The Emporer's New Clothes" here!

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"Stefano" <st*******************@giasoft.it> wrote in message
news:uv**************@TK2MSFTNGP14.phx.gbl...
Patrice, my question is in general.

The HTTP Request Idempotent is a common problem in web applications.

I know what it is, and I'm not finding an explanation about Idempotent,

and
the function of the F5 button.

I would like to know if in ASP.NET 2.0, we will have tools to manage
idempotent issues.

Thank you anyway.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:OX**************@TK2MSFTNGP15.phx.gbl...
Humm... this is "by design". The goal of the F5 key is precisely to send
the
exact same request to the server. In some cases , it's likely what the
developer/user wants ?!

IMO your best bet is to create another thread to explain what exact

problem
it causes in your application and someone will hopefully suggest how
to handle this in your particular case...

Patrice

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de news:u8*************@tk2msftngp13.phx.gbl...
> Oh... excuse me.
>
> OK, I mean... HTTP Request Idempotent... when the same request is sent
to
> the server, for example when the user press F5 on IE, and redo the
postback.
>
> Bye
>
>
> "Patrice" <no****@nowhere.com> ha scritto nel messaggio
> news:e1**************@TK2MSFTNGP14.phx.gbl...
> > Not familiar with English but I'm afraid I don't give this the
same > meaning.
> > Could you elaborate a bit more on this problem (I've seen this for
header
> > files but I don't see how it relates to ASP.NET) ?
> >
> > --
> >
> > "Stefano" <st*******************@giasoft.it> a écrit dans le

message de
> > news:ez**************@TK2MSFTNGP14.phx.gbl...
> > > Hi all,
> > >
> > > what about "idempotent" problem in ASP.NET 2.0 ?
> > > Will there some help for developers from the ASP.NET framework

about it?
> > >
> > > Thank you
> > >
> > > Bye
> > >
> > >
> >
> >
>
>



Nov 18 '05 #11
Nothing I've seen will help you manage these requests. It still relys on
just Page.IsPostBack.
"Stefano" <st*******************@giasoft.it> wrote in message
news:u0**************@TK2MSFTNGP14.phx.gbl...
yes, I know... I have to manage idempotent, and I'm doing this, in every web application I made.

But, my simple question was: "does ASP.NET 2.0 introduce helps to manage
idempotent requests?"

I don't understand why you want learn me about idempotent request and how to manage it, instead.

My english is so bad... I know. Maybe for this reason you cannot understand what I want mean.

Thank you so much.

Bye
"CJ Taylor" <[cege] at [tavayn] dit commmmm> ha scritto nel messaggio
news:eb**************@TK2MSFTNGP09.phx.gbl...
I don't see where the problem is.

You need to design your software to be able to handle this, not rely on

the
framework to do so... To predict situations where this would be a problem would be impossible.

i.e. think about ebay and the number of times you hit F5 there trying to win a bid vs someone entering a contest 1000 times...

Again.. what *problem*

humans?
"Stefano" <st*******************@giasoft.it> wrote in message
news:ez**************@TK2MSFTNGP14.phx.gbl...
Hi all,

what about "idempotent" problem in ASP.NET 2.0 ?
Will there some help for developers from the ASP.NET framework about it?
Thank you

Bye



Nov 18 '05 #12
OK,

thank you so much!

Bye

"CJ Taylor" <[cege] at [tavayn] dit commmmm> ha scritto nel messaggio
news:%2***************@TK2MSFTNGP14.phx.gbl...
Nothing I've seen will help you manage these requests. It still relys on
just Page.IsPostBack.
"Stefano" <st*******************@giasoft.it> wrote in message
news:u0**************@TK2MSFTNGP14.phx.gbl...
yes, I know... I have to manage idempotent, and I'm doing this, in every web
application I made.

But, my simple question was: "does ASP.NET 2.0 introduce helps to manage
idempotent requests?"

I don't understand why you want learn me about idempotent request and how to
manage it, instead.

My english is so bad... I know. Maybe for this reason you cannot

understand
what I want mean.

Thank you so much.

Bye
"CJ Taylor" <[cege] at [tavayn] dit commmmm> ha scritto nel messaggio
news:eb**************@TK2MSFTNGP09.phx.gbl...
I don't see where the problem is.

You need to design your software to be able to handle this, not rely
on the
framework to do so... To predict situations where this would be a

problem would be impossible.

i.e. think about ebay and the number of times you hit F5 there trying to win a bid vs someone entering a contest 1000 times...

Again.. what *problem*

humans?
"Stefano" <st*******************@giasoft.it> wrote in message
news:ez**************@TK2MSFTNGP14.phx.gbl...
> Hi all,
>
> what about "idempotent" problem in ASP.NET 2.0 ?
> Will there some help for developers from the ASP.NET framework about it? >
> Thank you
>
> Bye
>
>



Nov 18 '05 #13
Ok, so you could check by yourself
http://lab.msdn.microsoft.com/express/vwd/default.aspx (beta software).

IMO you'll never find anything about that as this is not a framework
problem. By definition POSTing is *not* idempotent...

So long...

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:%2****************@TK2MSFTNGP11.phx.gbl...
Patrice,

I believe, you cannot give me the answer I'm looking for: "idempotent and
ASP.NET 2.0"

I have no time to discuss in wide way.
So, thank you very much anyway.... and excuse me.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:OZ**************@TK2MSFTNGP15.phx.gbl...
AFAIK no and I think it's not possible to come up with a general solution
for this...

Is this a real problem ? In most cases I can think it :
- delete a record that doesn't exist any more (no big deal)
- update a record that was previosuly containing other values (but it

looks
to me what is expected)
- insert again a new record (but it looks also to me what is expected)

Could you explain a scenario in which it causes a problem so that we can
start from there ?

Patrice

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:uv**************@TK2MSFTNGP14.phx.gbl...
Patrice, my question is in general.

The HTTP Request Idempotent is a common problem in web applications.

I know what it is, and I'm not finding an explanation about Idempotent,
and
the function of the F5 button.

I would like to know if in ASP.NET 2.0, we will have tools to manage
idempotent issues.

Thank you anyway.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:OX**************@TK2MSFTNGP15.phx.gbl...
> Humm... this is "by design". The goal of the F5 key is precisely to

send the
> exact same request to the server. In some cases , it's likely what
the > developer/user wants ?!
>
> IMO your best bet is to create another thread to explain what exact
problem
> it causes in your application and someone will hopefully suggest how

to > handle this in your particular case...
>
> Patrice
>
> --
>
> "Stefano" <st*******************@giasoft.it> a écrit dans le message de > news:u8*************@tk2msftngp13.phx.gbl...
> > Oh... excuse me.
> >
> > OK, I mean... HTTP Request Idempotent... when the same request is sent to
> > the server, for example when the user press F5 on IE, and redo the
> postback.
> >
> > Bye
> >
> >
> > "Patrice" <no****@nowhere.com> ha scritto nel messaggio
> > news:e1**************@TK2MSFTNGP14.phx.gbl...
> > > Not familiar with English but I'm afraid I don't give this the same > > meaning.
> > > Could you elaborate a bit more on this problem (I've seen this for > header
> > > files but I don't see how it relates to ASP.NET) ?
> > >
> > > --
> > >
> > > "Stefano" <st*******************@giasoft.it> a écrit dans le message de
> > > news:ez**************@TK2MSFTNGP14.phx.gbl...
> > > > Hi all,
> > > >
> > > > what about "idempotent" problem in ASP.NET 2.0 ?
> > > > Will there some help for developers from the ASP.NET framework

about
> it?
> > > >
> > > > Thank you
> > > >
> > > > Bye
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #14
As a side note you'll have in ASP.NET 2.0 a mechanism that allows to call
server side code without refreshing the page...
As you know what is your problem, you'll likely know if it could solve it.

Patrice
--

"Patrice" <no****@nowhere.com> a écrit dans le message de
news:uy**************@tk2msftngp13.phx.gbl...
Ok, so you could check by yourself
http://lab.msdn.microsoft.com/express/vwd/default.aspx (beta software).

IMO you'll never find anything about that as this is not a framework
problem. By definition POSTing is *not* idempotent...

So long...

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de
news:%2****************@TK2MSFTNGP11.phx.gbl...
Patrice,

I believe, you cannot give me the answer I'm looking for: "idempotent and
ASP.NET 2.0"

I have no time to discuss in wide way.
So, thank you very much anyway.... and excuse me.

Bye
"Patrice" <no****@nowhere.com> ha scritto nel messaggio
news:OZ**************@TK2MSFTNGP15.phx.gbl...
AFAIK no and I think it's not possible to come up with a general solution for this...

Is this a real problem ? In most cases I can think it :
- delete a record that doesn't exist any more (no big deal)
- update a record that was previosuly containing other values (but it

looks
to me what is expected)
- insert again a new record (but it looks also to me what is expected)

Could you explain a scenario in which it causes a problem so that we can start from there ?

Patrice

--

"Stefano" <st*******************@giasoft.it> a écrit dans le message de news:uv**************@TK2MSFTNGP14.phx.gbl...
> Patrice, my question is in general.
>
> The HTTP Request Idempotent is a common problem in web applications.
>
> I know what it is, and I'm not finding an explanation about Idempotent, and
> the function of the F5 button.
>
> I would like to know if in ASP.NET 2.0, we will have tools to manage
> idempotent issues.
>
> Thank you anyway.
>
> Bye
>
>
> "Patrice" <no****@nowhere.com> ha scritto nel messaggio
> news:OX**************@TK2MSFTNGP15.phx.gbl...
> > Humm... this is "by design". The goal of the F5 key is precisely to send
> the
> > exact same request to the server. In some cases , it's likely what the > > developer/user wants ?!
> >
> > IMO your best bet is to create another thread to explain what
exact > problem
> > it causes in your application and someone will hopefully suggest how
to
> > handle this in your particular case...
> >
> > Patrice
> >
> > --
> >
> > "Stefano" <st*******************@giasoft.it> a écrit dans le
message de
> > news:u8*************@tk2msftngp13.phx.gbl...
> > > Oh... excuse me.
> > >
> > > OK, I mean... HTTP Request Idempotent... when the same request
is sent
> to
> > > the server, for example when the user press F5 on IE, and redo

the > > postback.
> > >
> > > Bye
> > >
> > >
> > > "Patrice" <no****@nowhere.com> ha scritto nel messaggio
> > > news:e1**************@TK2MSFTNGP14.phx.gbl...
> > > > Not familiar with English but I'm afraid I don't give this the

same
> > > meaning.
> > > > Could you elaborate a bit more on this problem (I've seen this

for > > header
> > > > files but I don't see how it relates to ASP.NET) ?
> > > >
> > > > --
> > > >
> > > > "Stefano" <st*******************@giasoft.it> a écrit dans le

message
> de
> > > > news:ez**************@TK2MSFTNGP14.phx.gbl...
> > > > > Hi all,
> > > > >
> > > > > what about "idempotent" problem in ASP.NET 2.0 ?
> > > > > Will there some help for developers from the ASP.NET framework about
> > it?
> > > > >
> > > > > Thank you
> > > > >
> > > > > Bye
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: NotGiven | last post by:
OK - I'll add some text here for clarification. I remember reading long ago something about the it was easier to hack a GET than a POST. Is that true? If so, can it be overcome? The reason...
7
by: NotGiven | last post by:
Some have said to used GET for all quesries except those that manipulate/change a database. Some say use POST to quasi-hide parameters. Your thoughts?
16
by: Dave Smithz | last post by:
Hi, In summary: I want to a form to submit information via a HTTP POST, however, when using Internet Explorer I want to be able to use the back button and all the information retained....
8
by: qazmlp | last post by:
I need to include a list of - C++ headers - headers of other modules - headers of my module - implementation specific ie.OS headers In what order, they should be included in my .CPP file?...
1
by: Michael Ekstrand | last post by:
Hello all, In my current project, I am working with XML data in a protocol that has checksum/signature verification of a portion of the document. There is an envelope with a header element,...
1
by: Alan J. Flavell | last post by:
What are the theoretical and practical limits on the length of a GET query string, currently? Strange to say, I found this rather simple question hard to answer, possibly because of searching...
15
by: Theerasak Photha | last post by:
I wrote this for someone else to take an object and list of types, then check if obj is one of those types, raising an error otherwise. Is it enough to rely on side effects or absence thereof, or...
9
by: Navaneet | last post by:
Hi, Can anyone tell me how to prevent some particular POST DATA when refresh button (F5) clicked on server side(vb.net). Thanks Kumar N
10
by: mouac01 | last post by:
My site uses lots of AJAX requests to PHP files which then retrieves data from MySQL. About 95% of the time the requests complete without issues. Every once in a while a request will hang for...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.