Click here to Skip to main content
16,010,488 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMultiple Gridview mantaining LINQ relationships Pin
Ponzano Paolo2-Jun-08 21:43
Ponzano Paolo2-Jun-08 21:43 
Questionhow to associate event handler for dynamically created dropdownlist Pin
vidhyap2-Jun-08 21:35
vidhyap2-Jun-08 21:35 
AnswerRe: how to associate event handler for dynamically created dropdownlist Pin
eyeseetee2-Jun-08 21:58
eyeseetee2-Jun-08 21:58 
AnswerRe: how to associate event handler for dynamically created dropdownlist Pin
N a v a n e e t h2-Jun-08 22:15
N a v a n e e t h2-Jun-08 22:15 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
vidhyap2-Jun-08 23:34
vidhyap2-Jun-08 23:34 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
N a v a n e e t h3-Jun-08 0:01
N a v a n e e t h3-Jun-08 0:01 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
vidhyap3-Jun-08 0:14
vidhyap3-Jun-08 0:14 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
N a v a n e e t h3-Jun-08 1:02
N a v a n e e t h3-Jun-08 1:02 
Ok. it's a viewstate issue. Dynamic controls should be created each time when page refreshes. So Init is the best event for doing this. In init event, control's data won't be initialized, but it will be available with the Request.Form collection. So you have to read the value from there, do checking and create your controls. Keep it in mind, init event is too early in the page life cycle and you won't get values from the control's properties. Look into the Request.Form instead.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
vidhyap3-Jun-08 18:18
vidhyap3-Jun-08 18:18 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
N a v a n e e t h4-Jun-08 3:48
N a v a n e e t h4-Jun-08 3:48 
AnswerRe: how to associate event handler for dynamically created dropdownlist Pin
Baran M3-Jun-08 3:24
Baran M3-Jun-08 3:24 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
vidhyap3-Jun-08 17:03
vidhyap3-Jun-08 17:03 
Questionajaxtoolkit problem Pin
Miss Maheshwari2-Jun-08 21:23
Miss Maheshwari2-Jun-08 21:23 
AnswerRe: ajaxtoolkit problem Pin
eyeseetee2-Jun-08 21:57
eyeseetee2-Jun-08 21:57 
GeneralRe: ajaxtoolkit problem Pin
Miss Maheshwari2-Jun-08 22:05
Miss Maheshwari2-Jun-08 22:05 
GeneralRe: ajaxtoolkit problem Pin
N a v a n e e t h2-Jun-08 22:17
N a v a n e e t h2-Jun-08 22:17 
GeneralRe: ajaxtoolkit problem Pin
eyeseetee2-Jun-08 22:37
eyeseetee2-Jun-08 22:37 
GeneralRe: ajaxtoolkit problem Pin
Miss Maheshwari2-Jun-08 23:01
Miss Maheshwari2-Jun-08 23:01 
GeneralRe: ajaxtoolkit problem Pin
eyeseetee2-Jun-08 23:04
eyeseetee2-Jun-08 23:04 
GeneralRe: ajaxtoolkit problem Pin
Miss Maheshwari2-Jun-08 23:16
Miss Maheshwari2-Jun-08 23:16 
GeneralRe: ajaxtoolkit problem Pin
eyeseetee2-Jun-08 23:26
eyeseetee2-Jun-08 23:26 
GeneralRe: ajaxtoolkit problem Pin
Gayani Devapriya3-Jun-08 2:53
Gayani Devapriya3-Jun-08 2:53 
GeneralRe: ajaxtoolkit problem Pin
eyeseetee3-Jun-08 3:36
eyeseetee3-Jun-08 3:36 
QuestionGet Cache from Website Pin
Kumaran21cen2-Jun-08 20:58
Kumaran21cen2-Jun-08 20:58 
AnswerRe: Get Cache from Website Pin
N a v a n e e t h2-Jun-08 21:04
N a v a n e e t h2-Jun-08 21:04 

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.