Click here to Skip to main content
15,895,833 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ERP in .net Pin
Abhijit Jana26-Nov-08 20:12
professionalAbhijit Jana26-Nov-08 20:12 
QuestionImport DataRow into DataTable Pin
codingrocks26-Nov-08 18:26
codingrocks26-Nov-08 18:26 
AnswerRe: Import DataRow into DataTable Pin
Christian Graus26-Nov-08 20:25
protectorChristian Graus26-Nov-08 20:25 
AnswerRe: Import DataRow into DataTable Pin
Nishant Singh26-Nov-08 20:34
Nishant Singh26-Nov-08 20:34 
QuestionGrid view problem while saving to database Pin
DJ24526-Nov-08 18:10
DJ24526-Nov-08 18:10 
AnswerRe: Grid view problem while saving to database Pin
Christian Graus26-Nov-08 20:27
protectorChristian Graus26-Nov-08 20:27 
QuestionNew World record!!! 1 week to rename a folder Pin
AlexeiXX326-Nov-08 18:04
AlexeiXX326-Nov-08 18:04 
QuestionTreeview and Menu Pin
Nanda_MR26-Nov-08 17:14
Nanda_MR26-Nov-08 17:14 
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 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 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 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
QuestionPostBack Pin
CodingYoshi26-Nov-08 12:25
CodingYoshi26-Nov-08 12:25 
AnswerRe: PostBack Pin
Christian Graus26-Nov-08 13:02
protectorChristian Graus26-Nov-08 13:02 
AnswerRe: PostBack Pin
NeverHeardOfMe26-Nov-08 13:06
NeverHeardOfMe26-Nov-08 13:06 
GeneralRe: PostBack Pin
Christian Graus26-Nov-08 13:07
protectorChristian Graus26-Nov-08 13:07 
GeneralRe: PostBack Pin
NeverHeardOfMe26-Nov-08 13:15
NeverHeardOfMe26-Nov-08 13:15 
GeneralRe: PostBack Pin
Christian Graus26-Nov-08 13:22
protectorChristian Graus26-Nov-08 13:22 
GeneralRe: PostBack Pin
CodingYoshi27-Nov-08 3:26
CodingYoshi27-Nov-08 3:26 
QuestionDataSet relationship Pin
Phrone26-Nov-08 9:04
Phrone26-Nov-08 9:04 
AnswerRe: DataSet relationship Pin
Christian Graus26-Nov-08 10:00
protectorChristian Graus26-Nov-08 10:00 
GeneralRe: DataSet relationship Pin
Phrone26-Nov-08 19:54
Phrone26-Nov-08 19:54 
Questionmake radiobutton bold Pin
RohiniTalks26-Nov-08 8:03
RohiniTalks26-Nov-08 8:03 
AnswerRe: make radiobutton bold Pin
Christian Graus26-Nov-08 9:58
protectorChristian Graus26-Nov-08 9:58 
Questionproblem with &lt; br /&gt; in &lt; td &gt; &lt; /td &gt; Pin
Mahhouraaaaaa26-Nov-08 7:10
Mahhouraaaaaa26-Nov-08 7:10 
AnswerRe: problem with &lt; br /&gt; in &lt; td &gt; &lt; /td &gt; Pin
Christian Graus26-Nov-08 7:38
protectorChristian Graus26-Nov-08 7:38 
Questionuploading & retreiving the contents of doc files Pin
shreesh_926-Nov-08 3:11
shreesh_926-Nov-08 3:11 
AnswerRe: uploading & retreiving the contents of doc files Pin
Christian Graus26-Nov-08 7:40
protectorChristian Graus26-Nov-08 7:40 
QuestionGetting Error While reading data from CSV file to dataset Pin
Satish - Developer26-Nov-08 2:29
Satish - Developer26-Nov-08 2:29 

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.