Click here to Skip to main content
15,885,985 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: 2010 asp.net options Pin
Not Active15-Nov-11 14:24
mentorNot Active15-Nov-11 14:24 
GeneralRe: 2010 asp.net options Pin
rachel_m15-Nov-11 16:29
rachel_m15-Nov-11 16:29 
GeneralRe: 2010 asp.net options Pin
Not Active15-Nov-11 17:23
mentorNot Active15-Nov-11 17:23 
QuestionProblem Setting Width of asp:Panel in Windows 7 Pin
Member 840472315-Nov-11 8:45
Member 840472315-Nov-11 8:45 
QuestionHidden Input value during <code>Page.Init</code> Pin
Ali Al Omairi(Abu AlHassan)15-Nov-11 5:42
professionalAli Al Omairi(Abu AlHassan)15-Nov-11 5:42 
AnswerRe: Hidden Input value during Page.Init Pin
Dennis E White15-Nov-11 6:31
professionalDennis E White15-Nov-11 6:31 
GeneralRe: Hidden Input value during Page.Init Pin
Ali Al Omairi(Abu AlHassan)15-Nov-11 7:03
professionalAli Al Omairi(Abu AlHassan)15-Nov-11 7:03 
AnswerRe: Hidden Input value during Page.Init Pin
jkirkerx15-Nov-11 18:26
professionaljkirkerx15-Nov-11 18:26 
I didn't read the other posts, but that's never going to happen.

Page.Init occurs earlier in the page life cycle than Page.load.

You create controls that can postback in page.Init

And you populate your controls with data in page.load

So your trying to get a value from an server object before data is even assigned to it.

There is no reason to get data in page.init.
GeneralRe: Hidden Input value during Page.Init Pin
Ali Al Omairi(Abu AlHassan)15-Nov-11 21:39
professionalAli Al Omairi(Abu AlHassan)15-Nov-11 21:39 
QuestionList (of ) remove, compare Pin
byka15-Nov-11 2:00
byka15-Nov-11 2:00 
AnswerRe: List (of ) remove, compare Pin
Dennis E White15-Nov-11 6:41
professionalDennis E White15-Nov-11 6:41 
Questionupdate button on web page Pin
rachel_m15-Nov-11 1:43
rachel_m15-Nov-11 1:43 
AnswerRe: update button on web page Pin
Dennis E White15-Nov-11 6:34
professionalDennis E White15-Nov-11 6:34 
QuestionIs there any design pattren for authentication in ASp.Net MVC3? Pin
wasimsharp14-Nov-11 23:34
wasimsharp14-Nov-11 23:34 
AnswerRe: Is there any design pattren for authentication in ASp.Net MVC3? Pin
Brij15-Nov-11 1:24
mentorBrij15-Nov-11 1:24 
GeneralRe: Is there any design pattren for authentication in ASp.Net MVC3? Pin
wasimsharp15-Nov-11 1:33
wasimsharp15-Nov-11 1:33 
QuestionWHAT IS SILVERLIGHT. Pin
Shubham Vijay14-Nov-11 21:10
Shubham Vijay14-Nov-11 21:10 
AnswerRe: WHAT IS SILVERLIGHT. PinPopular
thatraja14-Nov-11 21:37
professionalthatraja14-Nov-11 21:37 
QuestionProblem in playing videos on intranet portal Pin
uspatel13-Nov-11 22:34
professionaluspatel13-Nov-11 22:34 
AnswerRe: Problem in playing videos on intranet portal Pin
jkirkerx15-Nov-11 18:59
professionaljkirkerx15-Nov-11 18:59 
GeneralRe: Problem in playing videos on intranet portal Pin
uspatel15-Nov-11 19:31
professionaluspatel15-Nov-11 19:31 
QuestionURL and Routing problems - MVC model Pin
quanvt13-Nov-11 22:08
quanvt13-Nov-11 22:08 
AnswerRe: URL and Routing problems - MVC model Pin
Not Active13-Nov-11 22:43
mentorNot Active13-Nov-11 22:43 
QuestionError using Eval in asp.net Pin
Vimalsoft(Pty) Ltd13-Nov-11 20:50
professionalVimalsoft(Pty) Ltd13-Nov-11 20:50 
AnswerRe: Error using Eval in asp.net Pin
Anuj Banka13-Nov-11 21:16
Anuj Banka13-Nov-11 21:16 

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.