Click here to Skip to main content
15,901,426 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Setting Environment Variables Pin
R. Giskard Reventlov26-May-11 23:09
R. Giskard Reventlov26-May-11 23:09 
GeneralRe: Setting Environment Variables Pin
indian14327-May-11 5:52
indian14327-May-11 5:52 
QuestionFilter RSS Feeds by Keywords Using LINQ to XML Pin
Dominick Marciano26-May-11 12:48
professionalDominick Marciano26-May-11 12:48 
QuestionHow to call back to a VBS file or EXE from the Menu control? [modified] Pin
Jun Du26-May-11 5:36
Jun Du26-May-11 5:36 
AnswerRe: How to call back to a VBS file or EXE from the Menu control? Pin
Dalek Dave1-Jun-11 22:29
professionalDalek Dave1-Jun-11 22:29 
Questionauthenticate particular page in a directory to particular user or role Pin
Asif Rehman26-May-11 3:30
Asif Rehman26-May-11 3:30 
AnswerRe: authenticate particular page in a directory to particular user or role Pin
Orcun Iyigun26-May-11 6:45
Orcun Iyigun26-May-11 6:45 
QuestionEventValidation between v1.1 and 2.0 Pin
bryanforst26-May-11 0:39
bryanforst26-May-11 0:39 
I am maintaining an old vb.net app that is currently compiling and running in .net 1.1

the problem is we want to upgrade it to operate in 2.0 while still being able to compile and run in 1.1 as some clients will not want to upgrade. We would like to avoid having a separate code line for each version.

I am running into a problem with a modal page being popped up - on return to the main page this error is thrown when running 2.0:

"Exception : System.ArgumentException : Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation."

The 2 solutions they recommend are not available in 1.1. I have tried to import different @Page directives based on the version of dotnet to no avail.

Any advice is appreciated.
AnswerRe: EventValidation between v1.1 and 2.0 Pin
Orcun Iyigun26-May-11 7:11
Orcun Iyigun26-May-11 7:11 
QuestionCan i ristrict a perticular page to not to resize in a website. Pin
saxenaabhi625-May-11 14:37
saxenaabhi625-May-11 14:37 
AnswerRe: Can i ristrict a perticular page to not to resize in a website. Pin
Not Active25-May-11 15:38
mentorNot Active25-May-11 15:38 
GeneralRe: Can i ristrict a perticular page to not to resize in a website. Pin
saxenaabhi625-May-11 15:46
saxenaabhi625-May-11 15:46 
QuestionHow do I get a hidden input value to refer to a text box? Pin
Dave Clark QED25-May-11 12:05
Dave Clark QED25-May-11 12:05 
AnswerRe: How do I get a hidden input value to refer to a text box? Pin
Not Active25-May-11 15:36
mentorNot Active25-May-11 15:36 
GeneralRe: How do I get a hidden input value to refer to a text box? Pin
saxenaabhi625-May-11 15:44
saxenaabhi625-May-11 15:44 
QuestionLogin Control doesnt work Pin
Dmitry Makovetskiy25-May-11 9:00
Dmitry Makovetskiy25-May-11 9:00 
AnswerRe: Login Control doesnt work Pin
Not Active25-May-11 9:28
mentorNot Active25-May-11 9:28 
GeneralRe: Login Control doesnt work Pin
Dmitry Makovetskiy25-May-11 9:35
Dmitry Makovetskiy25-May-11 9:35 
GeneralRe: Login Control doesnt work Pin
Not Active25-May-11 10:08
mentorNot Active25-May-11 10:08 
QuestionI need replace a selected word in the text of textBox not all text I can´t use SelectedText or SelectionLength like windows Form in asp.net Pin
Ricardo Vela25-May-11 7:54
Ricardo Vela25-May-11 7:54 
AnswerRe: I need replace a selected word in the text of textBox not all text I can´t use SelectedText or SelectionLength like windows Form in asp.net Pin
Not Active25-May-11 8:09
mentorNot Active25-May-11 8:09 
AnswerRe: I need replace a selected word in the text of textBox not all text I can´t use SelectedText or SelectionLength like windows Form in asp.net Pin
Prasanta_Prince25-May-11 18:25
Prasanta_Prince25-May-11 18:25 
GeneralRe: I need replace a selected word in the text of textBox not all text I can´t use SelectedText or SelectionLength like windows Form in asp.net Pin
Ricardo Vela25-May-11 21:23
Ricardo Vela25-May-11 21:23 
QuestionCreating a Cookie and Setting it Pin
Vimalsoft(Pty) Ltd25-May-11 7:02
professionalVimalsoft(Pty) Ltd25-May-11 7:02 
AnswerRe: Creating a Cookie and Setting it Pin
Not Active25-May-11 8:04
mentorNot Active25-May-11 8:04 

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.