Re: Cookies and Events Problems
From: John Saunders (johnwsaundersiii)
Date: 12/19/04
- Next message: John Saunders: "Re: LinkButton : How to navigate to a child in another page"
- Previous message: Buddy Ackerman: "Re: Can't assign values to array"
- In reply to: ltt19: "Cookies and Events Problems"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 19 Dec 2004 17:55:57 -0500
"ltt19" <ltt19@discussions.microsoft.com> wrote in message
news:913479DE-4234-48FE-BA87-D6B1094DAA12@microsoft.com...
> Hi Folks,
>
> I'm just beggining with asp.net, and I'm doing a webpage to learn it. In
> the
> main page, there is a text by default written in Portuguese, that the user
> can change it it English by clicking on a button. When you click in this
> button it writes a cookie with your chosen language, and then the page
> loads
> again to change the text. However I'm having two problems, first, the
> cookie
> doens't work, second, to fix the cookie problem, i marked each line of the
> below code with a breakpoint, then I noticed that when i click in the
> button
> the Page.Load event is raised then the Button.Click if raises after.. Why
> this? Is it really supposed to happen? I'm more preocupated with the
> second
> problem cause i'm used to windows appications and I was not expecting that
> this could happen.
Yes, Page_Load is meant to be raised before Click events. Take a look at
The ASP.NET Page Object Model
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/aspnet-pageobjectmodel.asp?frame=true).
John Saunders
- Next message: John Saunders: "Re: LinkButton : How to navigate to a child in another page"
- Previous message: Buddy Ackerman: "Re: Can't assign values to array"
- In reply to: ltt19: "Cookies and Events Problems"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|