.Net – ASPX – Error – “Invalid postback or callback argument. Event validation is enabled”

Background Tried using a dated .Net Application that I wrote quite a long time ago. I accessed a drop down, selected an item from the drop down, and clicked a push button. Errors Error - "Invalid postback or callback argument. Event validation is enabled using..." Unfortunately received an error that reads:- Text Invalid postback or … Continue reading .Net – ASPX – Error – “Invalid postback or callback argument. Event validation is enabled”

.Net – ASPX – Avoid Parser Error when commenting out code

Background While trying out different code snippets as I worked on tweaking an ASPX app, I ran into a parser error. BTW, the enhancement is detailed here. Let us quickly go over the parser error.   Parser Error   Code   Parser Error Image Textual Correct Here is the change. Basically, it is to replace … Continue reading .Net – ASPX – Avoid Parser Error when commenting out code