Click here to Skip to main content
15,899,126 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionafter include updatepanel page getting postback ..., Pin
Member 387988118-Aug-08 1:37
Member 387988118-Aug-08 1:37 
AnswerRe: after include updatepanel page getting postback ..., Pin
SomeGuyThatIsMe18-Aug-08 2:06
SomeGuyThatIsMe18-Aug-08 2:06 
GeneralRe: after include updatepanel page getting postback ..., Pin
Member 387988118-Aug-08 2:10
Member 387988118-Aug-08 2:10 
GeneralRe: after include updatepanel page getting postback ..., Pin
SomeGuyThatIsMe18-Aug-08 2:37
SomeGuyThatIsMe18-Aug-08 2:37 
QuestionInvalid postback or callback argument Pin
pbbhatt18-Aug-08 1:08
pbbhatt18-Aug-08 1:08 
AnswerRe: Invalid postback or callback argument Pin
Christian Graus18-Aug-08 1:32
protectorChristian Graus18-Aug-08 1:32 
AnswerRe: Invalid postback or callback argument Pin
AhsanS18-Aug-08 2:02
AhsanS18-Aug-08 2:02 
AnswerRe: Invalid postback or callback argument Pin
N a v a n e e t h18-Aug-08 2:08
N a v a n e e t h18-Aug-08 2:08 
Like Christian said, turning event validation off is the easiest workaround.

Event validation is made to prevent injection attacks. So turning it off may put your application on risk. This error appears when ASP.NET finds an invalid value in the postback. You need to look into the code and findout what is going wrong. The following blogs are worth reading.

1 - http://odetocode.com/Blogs/scott/archive/2006/03/20/3145.aspx[^]
2 - http://odetocode.com/Blogs/scott/archive/2006/03/21/3153.aspx[^]

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

QuestionList box value Pin
Mogha Ritesh18-Aug-08 0:26
Mogha Ritesh18-Aug-08 0:26 
AnswerRe: List box value Pin
Manas Bhardwaj18-Aug-08 0:27
professionalManas Bhardwaj18-Aug-08 0:27 
AnswerRe: List box value Pin
The Web Developer18-Aug-08 0:38
The Web Developer18-Aug-08 0:38 
AnswerRe: List box value Pin
UD(IA)18-Aug-08 3:26
UD(IA)18-Aug-08 3:26 
QuestionUserControl Pin
danasegaranea17-Aug-08 22:57
danasegaranea17-Aug-08 22:57 
AnswerRe: UserControl Pin
N a v a n e e t h17-Aug-08 23:45
N a v a n e e t h17-Aug-08 23:45 
GeneralRe: UserControl Pin
danasegaranea18-Aug-08 1:42
danasegaranea18-Aug-08 1:42 
GeneralRe: UserControl Pin
N a v a n e e t h18-Aug-08 1:58
N a v a n e e t h18-Aug-08 1:58 
GeneralRe: UserControl Pin
danasegaranea18-Aug-08 2:14
danasegaranea18-Aug-08 2:14 
GeneralRe: UserControl Pin
N a v a n e e t h18-Aug-08 2:43
N a v a n e e t h18-Aug-08 2:43 
GeneralRe: UserControl Pin
danasegaranea18-Aug-08 2:55
danasegaranea18-Aug-08 2:55 
GeneralRe: UserControl Pin
N a v a n e e t h18-Aug-08 3:05
N a v a n e e t h18-Aug-08 3:05 
AnswerRe: UserControl Pin
Mogha Ritesh18-Aug-08 0:29
Mogha Ritesh18-Aug-08 0:29 
QuestionHide html buttun Pin
The Web Developer17-Aug-08 22:30
The Web Developer17-Aug-08 22:30 
AnswerRe: Hide html buttun Pin
Blue_Boy17-Aug-08 22:40
Blue_Boy17-Aug-08 22:40 
GeneralRe: Hide html buttun Pin
The Web Developer18-Aug-08 0:22
The Web Developer18-Aug-08 0:22 
GeneralRe: Hide html buttun Pin
Blue_Boy18-Aug-08 0:24
Blue_Boy18-Aug-08 0:24 

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.