Click here to Skip to main content
15,913,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Getting Current website connections through .net Pin
markymark8215-Jan-09 0:42
markymark8215-Jan-09 0:42 
QuestionGridview selection Pin
bishwambhar_sen14-Jan-09 23:08
bishwambhar_sen14-Jan-09 23:08 
AnswerRe: Gridview selection Pin
_AK_15-Jan-09 0:01
_AK_15-Jan-09 0:01 
AnswerRe: Gridview selection Pin
Rajeesh MP15-Jan-09 1:57
Rajeesh MP15-Jan-09 1:57 
Questionpage refresh problem Pin
bhavna432114-Jan-09 21:44
bhavna432114-Jan-09 21:44 
AnswerRe: page refresh problem Pin
N a v a n e e t h14-Jan-09 21:54
N a v a n e e t h14-Jan-09 21:54 
GeneralRe: page refresh problem Pin
bhavna432114-Jan-09 21:57
bhavna432114-Jan-09 21:57 
GeneralRe: page refresh problem Pin
N a v a n e e t h14-Jan-09 22:02
N a v a n e e t h14-Jan-09 22:02 
GeneralRe: page refresh problem Pin
_AK_14-Jan-09 22:11
_AK_14-Jan-09 22:11 
GeneralRe: page refresh problem Pin
N a v a n e e t h14-Jan-09 22:12
N a v a n e e t h14-Jan-09 22:12 
GeneralRe: page refresh problem Pin
bhavna432114-Jan-09 22:12
bhavna432114-Jan-09 22:12 
GeneralRe: page refresh problem Pin
N a v a n e e t h14-Jan-09 22:14
N a v a n e e t h14-Jan-09 22:14 
AnswerRe: page refresh problem Pin
Guffa14-Jan-09 22:03
Guffa14-Jan-09 22:03 
If you refresh a page that is a result of a postback, the same data will be posted again. That means that the same events fire again.

You can either keep from using postbacks, handle the situation when the event fires again, or don't reload the page to update it.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionDynamic populator custom exception message Pin
umaheshchandra14-Jan-09 21:25
umaheshchandra14-Jan-09 21:25 
AnswerRe: Dynamic populator custom exception message Pin
N a v a n e e t h14-Jan-09 21:45
N a v a n e e t h14-Jan-09 21:45 
GeneralRe: Dynamic populator custom exception message Pin
umaheshchandra18-Jan-09 18:44
umaheshchandra18-Jan-09 18:44 
QuestionDataview Row selection & Real Player playlist Pin
reogeo200814-Jan-09 21:18
reogeo200814-Jan-09 21:18 
AnswerRe: Dataview Row selection & Real Player playlist Pin
_AK_14-Jan-09 22:31
_AK_14-Jan-09 22:31 
GeneralRe: Dataview Row selection & Real Player playlist Pin
reogeo200814-Jan-09 22:41
reogeo200814-Jan-09 22:41 
GeneralRe: Dataview Row selection & Real Player playlist Pin
_AK_14-Jan-09 23:58
_AK_14-Jan-09 23:58 
QuestionInteger texbox in asp.net Pin
way2arun14-Jan-09 21:02
way2arun14-Jan-09 21:02 
AnswerRe: Integer texbox in asp.net Pin
N a v a n e e t h14-Jan-09 21:08
N a v a n e e t h14-Jan-09 21:08 
AnswerRe: Integer texbox in asp.net Pin
SeMartens14-Jan-09 21:10
SeMartens14-Jan-09 21:10 
GeneralRe: Integer texbox in asp.net Pin
way2arun14-Jan-09 21:23
way2arun14-Jan-09 21:23 
GeneralRe: Integer texbox in asp.net Pin
SeMartens14-Jan-09 21:28
SeMartens14-Jan-09 21:28 

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.