Click here to Skip to main content
15,891,867 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralTake items from a Collection and write them to a XML Document [modified] Pin
Psycho-*Coder*-Extreme29-Apr-07 5:03
Psycho-*Coder*-Extreme29-Apr-07 5:03 
QuestionHow do you set a time delay for Response.Redirect() Pin
kinsella_john29-Apr-07 4:07
kinsella_john29-Apr-07 4:07 
AnswerRe: How do you set a time delay for Response.Redirect() Pin
kubben29-Apr-07 5:33
kubben29-Apr-07 5:33 
AnswerRe: How do you set a time delay for Response.Redirect() Pin
Guffa29-Apr-07 6:54
Guffa29-Apr-07 6:54 
GeneralRe: How do you set a time delay for Response.Redirect() Pin
kubben29-Apr-07 11:13
kubben29-Apr-07 11:13 
GeneralRe: How do you set a time delay for Response.Redirect() Pin
kinsella_john29-Apr-07 11:50
kinsella_john29-Apr-07 11:50 
GeneralRe: How do you set a time delay for Response.Redirect() Pin
Christian Graus29-Apr-07 12:24
protectorChristian Graus29-Apr-07 12:24 
QuestionUnable to validate data Pin
Maher Elsayed29-Apr-07 3:04
Maher Elsayed29-Apr-07 3:04 
i have this error.

[HttpException (0x80004005): Unable to validate data.]
System.Web.Configuration.MachineKey.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) +195
System.Web.UI.LosFormatter.Deserialize(String input) +60

[HttpException (0x80004005): Authentication of viewstate failed. 1) If this is a cluster, edit <machinekey> configuration so all servers use the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. 2) Viewstate can only be posted back to the same page. 3) The viewstate for this page might be corrupted.]
System.Web.UI.LosFormatter.Deserialize(String input) +116
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +101

[HttpException (0x80004005): Invalid_Viewstate
Client IP: 10.1.1.1
Port: 7332
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; FunWebProducts; .NET CLR 1.0.3705; FDM; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
ViewState: dDwtMTUwNTkzNDU1NDt0PDtsPGk8MT47PjtsPHQ8O2w8aTwxPjtpPDM+Oz47bDx0PDtsPGk8MTM+Oz47bDx0PHA8bDxWaXNpYmxlOz47bDxvPGY+Oz4+Ozs+Oz4+O3Q8O2w8aTwxPjtpPDM+O2k8NT47aTw3PjtpPDk+O2k8MTE+O2k8MTM+O2k8MTU+O2k8MTc+O2k8MTk+O2k8MjE+Oz47bDx0PHA8bDxjbGFzczs+O2w8Oz4+O2w8aTwxPjs+O2w8dDxwPGw8c3R5bGU7PjtsPDs+Pjs7Pjs+Pjt0PDtsPGk8MD47PjtsPHQ8cDxsPGNsYXNzOz47bDw7Pj47bDxpPDE+Oz47bDx0PHA8bDxzdHlsZTs+O2w8Oz4+Ozs+Oz4+Oz4+O3Q8cDxsPGNsYXNzOz47bDw7Pj47bDxpPDE+Oz47bDx0PHA8bDxzdHlsZTs+O2w8Oz4+Ozs+Oz4+O3Q8cDxsPGNsYXNzOz47bDw7Pj47bDxpPDE+Oz47bDx0PHA8bDxzdHlsZTs+O2w8Oz4+Ozs+Oz4+O3Q8cDxsPGNsYXNzOz47bDw7Pj47bDxpPDE+Oz47bDx0PHA8bDxzdHlsZTs+O2w8Oz4+Ozs+Oz4+O3Q8cDxsPGNsYXNzOz47bDw7Pj47bDxpPDE+Oz47bDx0PHA8bDxzdHlsZTs+O2w8Oz4+Ozs+Oz4+O3Q8cDxsPGNsYXNzOz47bDw7Pj47bDxpPDE+Oz47bDx0PHA8bDxzdHlsZTs+O2w8Oz4+Ozs+Oz4+O3Q8cDxsPGNsYXNzOz47bDw7Pj47bDxpPDE+Oz47bDx0PHA8bDxzdHlsZTs+O2w8Oz4+Ozs+Oz4+O3Q8cDxsPGNsYXNzOz47bDw7Pj47bDxpPDE+Oz47bDx0PHA8bDxzdHlsZTs+O2w8Oz4+Ozs+Oz4+O3Q8cDxsPGNsYXNzOz47bDw7Pj47bDxpPDE+Oz47bDx0PHA8bDxzdHlsZTs+O2w8Oz4+Ozs+Oz4+O3Q8cDxsPGNsYXNzOz47bDw7Pj47bDxpPDE+Oz47bDx0PHA8bDxzdHlsZTs+O2w8Oz4+Ozs+Oz4+Oz4+Oz4+Oz4+Oz6fIKNCi5/49OWp3yfsvosUA7kCqw==
Http-Referer: https://www.egypt.gov.eg/arabic/services/coc/COCService/commonpage/ReqStatus.aspx
Path: /arabic/services/coc/COCService/commonpage/ReqStatus.aspx.]
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +446
System.Web.UI.Page.LoadPageViewState() +18
System.Web.UI.Page.ProcessRequestMain() +447
QuestionNavigating one page to another page Pin
rajigopalan28-Apr-07 23:19
rajigopalan28-Apr-07 23:19 
AnswerRe: Navigating one page to another page Pin
Arun.Immanuel28-Apr-07 23:36
Arun.Immanuel28-Apr-07 23:36 
QuestionRedirect vs Transfer Pin
Tarik Guney28-Apr-07 22:55
Tarik Guney28-Apr-07 22:55 
AnswerRe: Redirect vs Transfer Pin
Guffa29-Apr-07 0:45
Guffa29-Apr-07 0:45 
QuestionVS2003 VS2005 debugging errors Pin
TheEagle28-Apr-07 22:54
TheEagle28-Apr-07 22:54 
QuestionAdding target to a button Pin
Tarik Guney28-Apr-07 21:57
Tarik Guney28-Apr-07 21:57 
AnswerRe: Adding target to a button Pin
yet_alive28-Apr-07 22:09
yet_alive28-Apr-07 22:09 
AnswerRe: Adding target to a button Pin
Guffa29-Apr-07 0:52
Guffa29-Apr-07 0:52 
Questionhow2 add confirmation pop up upon loging out (LoginStatus control) Pin
yet_alive28-Apr-07 19:18
yet_alive28-Apr-07 19:18 
AnswerRe: how2 add confirmation pop up upon loging out (LoginStatus control) Pin
kubben29-Apr-07 2:07
kubben29-Apr-07 2:07 
GeneralRe: how2 add confirmation pop up upon loging out (LoginStatus control) Pin
yet_alive29-Apr-07 2:32
yet_alive29-Apr-07 2:32 
GeneralRe: how2 add confirmation pop up upon loging out (LoginStatus control) Pin
kubben29-Apr-07 3:36
kubben29-Apr-07 3:36 
GeneralRe: how2 add confirmation pop up upon loging out (LoginStatus control) Pin
yet_alive29-Apr-07 19:41
yet_alive29-Apr-07 19:41 
QuestionError in Process.Start Pin
Arun.Immanuel28-Apr-07 17:10
Arun.Immanuel28-Apr-07 17:10 
AnswerRe: Error in Process.Start Pin
kubben29-Apr-07 2:11
kubben29-Apr-07 2:11 
GeneralRe: Error in Process.Start Pin
Arun.Immanuel29-Apr-07 2:30
Arun.Immanuel29-Apr-07 2:30 
GeneralRe: Error in Process.Start Pin
Arun.Immanuel29-Apr-07 4:57
Arun.Immanuel29-Apr-07 4:57 

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.