Click here to Skip to main content
15,888,324 members
Home / Discussions / Web Development
   

Web Development

 
QuestionRe: API's Pin
Smithers-Jones11-Mar-09 4:11
Smithers-Jones11-Mar-09 4:11 
AnswerRe: API's Pin
Ashfield12-Mar-09 2:39
Ashfield12-Mar-09 2:39 
AnswerRe: API's Pin
0x3c013-Mar-09 3:47
0x3c013-Mar-09 3:47 
GeneralRe: API's Pin
Jim Crafton13-Mar-09 9:41
Jim Crafton13-Mar-09 9:41 
GeneralRe: API's Pin
shaikcode13-Mar-09 20:27
shaikcode13-Mar-09 20:27 
AnswerRe: API's Pin
Colin Angus Mackay15-Mar-09 3:56
Colin Angus Mackay15-Mar-09 3:56 
QuestionError throwing when using Mozilla firefox browser. Pin
Rasma Raj10-Mar-09 1:31
Rasma Raj10-Mar-09 1:31 
AnswerRe: Error throwing when using Mozilla firefox browser. Pin
SeMartens11-Mar-09 22:32
SeMartens11-Mar-09 22:32 
Hi,

well as the error is already saying, you have to disable event validation or register the events for validation. This is a security feature to disallow illegal postbacks. I'm guessing you are using some kind of dynamic controls within your app.

To solve the problem you can:
1.) Open the web.config and add the the tag <pages enableEventValidation="false"/>
2.) or open the page (in VS) causing the error, switch to HTML Layout, browse to the first line and set EnableEventValidation="false" (or add if it is not there)
3.) or use the ClientScriptManager, but I never did this before...
4.) or don't use dynamically created controls Smile | :)

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

QuestionProblem With ModalPopupExtender and UpdatePanel Pin
VikashGohil9-Mar-09 6:48
VikashGohil9-Mar-09 6:48 
AnswerRe: Problem With ModalPopupExtender and UpdatePanel Pin
Rajdev Ramasamy13-Mar-09 0:09
Rajdev Ramasamy13-Mar-09 0:09 
AnswerWhat language are you using? Pin
Naruki23-Mar-09 20:24
Naruki23-Mar-09 20:24 
QuestionDeploy website on ftp Pin
Hemant Thaker8-Mar-09 19:19
Hemant Thaker8-Mar-09 19:19 
AnswerRe: Deploy website on ftp Pin
Abhishek Sur9-Mar-09 3:35
professionalAbhishek Sur9-Mar-09 3:35 
AnswerRe: Deploy website on ftp Pin
Roger Wright10-Mar-09 19:03
professionalRoger Wright10-Mar-09 19:03 
QuestionHow would you do it? web modification and SEO... [modified] Pin
Joan M8-Mar-09 7:28
professionalJoan M8-Mar-09 7:28 
AnswerRe: How would you do it? web modification and SEO... Pin
Chris Maunder8-Mar-09 8:17
cofounderChris Maunder8-Mar-09 8:17 
GeneralRe: How would you do it? web modification and SEO... Pin
Joan M8-Mar-09 8:26
professionalJoan M8-Mar-09 8:26 
GeneralRe: How would you do it? web modification and SEO... Pin
Roger Wright10-Mar-09 19:06
professionalRoger Wright10-Mar-09 19:06 
GeneralRe: How would you do it? web modification and SEO... Pin
Chris Maunder11-Mar-09 3:35
cofounderChris Maunder11-Mar-09 3:35 
QuestionUser and Profile information [modified] Pin
NetQuestions7-Mar-09 18:47
NetQuestions7-Mar-09 18:47 
AnswerRe: User and Profile information Pin
JMummery8-Mar-09 5:23
professionalJMummery8-Mar-09 5:23 
GeneralRe: User and Profile information Pin
NetQuestions8-Mar-09 20:04
NetQuestions8-Mar-09 20:04 
GeneralRe: User and Profile information Pin
JMummery8-Mar-09 23:39
professionalJMummery8-Mar-09 23:39 
GeneralRe: User and Profile information Pin
NetQuestions9-Mar-09 21:52
NetQuestions9-Mar-09 21:52 
QuestionReference errors using classes defined locally but then imported into a Webservice Pin
redivider6-Mar-09 11:06
redivider6-Mar-09 11:06 

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.