Click here to Skip to main content
15,913,179 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: changing the screen color at runtime in asp.net Pin
jaraldumary20-Dec-08 0:04
jaraldumary20-Dec-08 0:04 
GeneralRe: changing the screen color at runtime in asp.net Pin
Brij20-Dec-08 0:25
mentorBrij20-Dec-08 0:25 
QuestionImplementation of logarithms in asp.net Pin
elci19-Dec-08 21:58
elci19-Dec-08 21:58 
AnswerRe: Implementation of logarithms in asp.net Pin
elci19-Dec-08 22:09
elci19-Dec-08 22:09 
GeneralRe: Implementation of logarithms in asp.net Pin
Abhijit Jana19-Dec-08 22:15
professionalAbhijit Jana19-Dec-08 22:15 
GeneralRe: Implementation of logarithms in asp.net Pin
Lev Danielyan19-Dec-08 23:05
Lev Danielyan19-Dec-08 23:05 
AnswerRe: Implementation of logarithms in asp.net Pin
Christian Graus19-Dec-08 23:24
protectorChristian Graus19-Dec-08 23:24 
QuestionGetPostBackClientHyperlink in datagrid in ascx file Pin
jhyn19-Dec-08 21:31
jhyn19-Dec-08 21:31 
hello everyone...

i added GetPostBackClientHyperlink in ItemDataBound in ascx file and this is the code
Dim button As LinkButton = CType(e.Item.Cells(9).Controls(1), LinkButton)
   If Not (button Is Nothing) Then
      e.Item.Attributes("onclick") =   
             Page.ClientScript.GetPostBackClientHyperlink(button, "")
   End If


and i got this error:
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.

please help how can i rid at this error Cry | :((

thanks in advance...

jyn

AnswerRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
Brij19-Dec-08 21:38
mentorBrij19-Dec-08 21:38 
GeneralRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
jhyn19-Dec-08 22:05
jhyn19-Dec-08 22:05 
AnswerRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
Brij19-Dec-08 23:18
mentorBrij19-Dec-08 23:18 
GeneralRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
jhyn21-Dec-08 14:26
jhyn21-Dec-08 14:26 
Questionupdate panel problem.. [modified] Pin
mr_muskurahat19-Dec-08 20:44
mr_muskurahat19-Dec-08 20:44 
AnswerRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 21:05
professionalAbhijit Jana19-Dec-08 21:05 
GeneralRe: update panel problem.. [modified] Pin
mr_muskurahat19-Dec-08 21:15
mr_muskurahat19-Dec-08 21:15 
GeneralRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 21:21
professionalAbhijit Jana19-Dec-08 21:21 
GeneralRe: update panel problem.. Pin
mr_muskurahat19-Dec-08 21:27
mr_muskurahat19-Dec-08 21:27 
GeneralRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 21:33
professionalAbhijit Jana19-Dec-08 21:33 
GeneralRe: update panel problem.. Pin
mr_muskurahat19-Dec-08 22:02
mr_muskurahat19-Dec-08 22:02 
GeneralRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 22:38
professionalAbhijit Jana19-Dec-08 22:38 
GeneralRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 21:41
professionalAbhijit Jana19-Dec-08 21:41 
AnswerRe: update panel problem.. Pin
Brij19-Dec-08 21:41
mentorBrij19-Dec-08 21:41 
GeneralRe: update panel problem.. Pin
mr_muskurahat19-Dec-08 22:18
mr_muskurahat19-Dec-08 22:18 
GeneralRe: update panel problem.. Pin
mr_muskurahat19-Dec-08 22:45
mr_muskurahat19-Dec-08 22:45 
GeneralRe: update panel problem.. Pin
Brij19-Dec-08 23:22
mentorBrij19-Dec-08 23:22 

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.