Click here to Skip to main content
15,913,090 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: WM_MOUSEMOVE Help Needed Pin
Christian Graus26-Nov-08 10:02
protectorChristian Graus26-Nov-08 10:02 
GeneralRe: WM_MOUSEMOVE Help Needed Pin
Luc Pattyn26-Nov-08 10:45
sitebuilderLuc Pattyn26-Nov-08 10:45 
GeneralRe: WM_MOUSEMOVE Help Needed Pin
Christian Graus26-Nov-08 13:03
protectorChristian Graus26-Nov-08 13:03 
GeneralRe: WM_MOUSEMOVE Help Needed Pin
EliottA27-Nov-08 2:38
EliottA27-Nov-08 2:38 
QuestionDataTable.Select question re Date columns Pin
TheComputerMan26-Nov-08 4:27
TheComputerMan26-Nov-08 4:27 
AnswerRe: DataTable.Select question re Date columns Pin
Mycroft Holmes26-Nov-08 16:24
professionalMycroft Holmes26-Nov-08 16:24 
AnswerRe: DataTable.Select question re Date columns Pin
Nanda_MR26-Nov-08 17:10
Nanda_MR26-Nov-08 17:10 
QuestionASP.NET (Treeview & Menu) Pin
Nanda_MR26-Nov-08 1:05
Nanda_MR26-Nov-08 1:05 
Hello guys.

I m created Treeview & Menu in ASP.net using vb lang. now i m try to write code for treeview for expend and Collapse. But it is showing Error

And one more thing I m not yet assigned link.

I m receiving following error:

Server Error in '/web page1' Application.
--------------------------------------------------------------------------------

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.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: 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.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[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.]
System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument) +261
System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) +83
System.Web.UI.WebControls.TreeView.RaisePostBackEvent(String eventArgument) +119
System.Web.UI.WebControls.TreeView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +31
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +32
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +244
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3837
AnswerRe: ASP.NET (Treeview & Menu) Pin
Tom Deketelaere26-Nov-08 2:06
professionalTom Deketelaere26-Nov-08 2:06 
QuestionAccessing Web browser's text Pin
Gagan.2025-Nov-08 23:17
Gagan.2025-Nov-08 23:17 
QuestionRename Extensions in subfolders Pin
Serpent66625-Nov-08 21:58
Serpent66625-Nov-08 21:58 
AnswerRe: Rename Extensions in subfolders Pin
Ben Fair26-Nov-08 3:39
Ben Fair26-Nov-08 3:39 
GeneralRe: Rename Extensions in subfolders Pin
Serpent66626-Nov-08 12:03
Serpent66626-Nov-08 12:03 
QuestionCOPY A DATA TABLE Pin
Pasan14825-Nov-08 20:41
Pasan14825-Nov-08 20:41 
AnswerRe: COPY A DATA TABLE Pin
Christian Graus25-Nov-08 21:01
protectorChristian Graus25-Nov-08 21:01 
AnswerRe: COPY A DATA TABLE Pin
Amit Kushwaha25-Nov-08 22:56
Amit Kushwaha25-Nov-08 22:56 
AnswerRe: COPY A DATA TABLE Pin
Mycroft Holmes26-Nov-08 16:26
professionalMycroft Holmes26-Nov-08 16:26 
Questionopen a website from a windows application in any browser Pin
Sebastian T Xavier25-Nov-08 19:13
Sebastian T Xavier25-Nov-08 19:13 
AnswerRe: open a website from a windows application in any browser Pin
Christian Graus25-Nov-08 19:58
protectorChristian Graus25-Nov-08 19:58 
AnswerRe: open a website from a windows application in any browser Pin
dmex26-Nov-08 6:13
dmex26-Nov-08 6:13 
Questiongurbage values coming from the comport while using mscomm32.ocx Pin
souravghosh1825-Nov-08 18:26
souravghosh1825-Nov-08 18:26 
AnswerRe: gurbage values coming from the comport while using mscomm32.ocx Pin
Nanda_MR25-Nov-08 18:36
Nanda_MR25-Nov-08 18:36 
GeneralRe: gurbage values coming from the comport while using mscomm32.ocx Pin
souravghosh1825-Nov-08 18:41
souravghosh1825-Nov-08 18:41 
GeneralRe: gurbage values coming from the comport while using mscomm32.ocx Pin
Nanda_MR25-Nov-08 22:58
Nanda_MR25-Nov-08 22:58 
AnswerRe: gurbage values coming from the comport while using mscomm32.ocx Pin
Rajesh Anuhya25-Nov-08 19:11
professionalRajesh Anuhya25-Nov-08 19:11 

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.