Click here to Skip to main content
15,922,894 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Working with dynamically created controls Pin
Paul Conrad30-Dec-07 19:13
professionalPaul Conrad30-Dec-07 19:13 
GeneralRe: Working with dynamically created controls Pin
N a v a n e e t h30-Dec-07 19:26
N a v a n e e t h30-Dec-07 19:26 
GeneralRe: Working with dynamically created controls Pin
Paul Conrad30-Dec-07 19:31
professionalPaul Conrad30-Dec-07 19:31 
GeneralRe: Working with dynamically created controls Pin
Anuradha61230-Dec-07 19:11
Anuradha61230-Dec-07 19:11 
GeneralRe: Working with dynamically created controls Pin
N a v a n e e t h30-Dec-07 19:09
N a v a n e e t h30-Dec-07 19:09 
GeneralRe: Working with dynamically created controls Pin
N a v a n e e t h30-Dec-07 19:07
N a v a n e e t h30-Dec-07 19:07 
GeneralRe: Working with dynamically created controls Pin
Anuradha61230-Dec-07 19:16
Anuradha61230-Dec-07 19:16 
GeneralRe: Working with dynamically created controls Pin
N a v a n e e t h30-Dec-07 19:41
N a v a n e e t h30-Dec-07 19:41 
This is a viewstate issue. Hope you know about viewstates. It's mechanism used to keep data across postbacks. For solving the problem, override oninit event and add your controls over there. Then ASP.NET will maintain viewstate for the control and you can get it from Controls collection.


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

My Website | Ask smart questions


GeneralRe: Working with dynamically created controls Pin
rahul.net1130-Dec-07 19:40
rahul.net1130-Dec-07 19:40 
GeneralRe: Working with dynamically created controls Pin
Paul Conrad31-Dec-07 5:56
professionalPaul Conrad31-Dec-07 5:56 
GeneralRe: Working with dynamically created controls Pin
Imran Khan Pathan30-Dec-07 19:52
Imran Khan Pathan30-Dec-07 19:52 
GeneralRe: Working with dynamically created controls Pin
Paul Conrad31-Dec-07 5:56
professionalPaul Conrad31-Dec-07 5:56 
Questionhow to retrive image from database change automatically into time interval Pin
ramesh_imayam30-Dec-07 18:53
ramesh_imayam30-Dec-07 18:53 
AnswerRe: how to retrive image from database change automatically into time interval Pin
Paul Conrad30-Dec-07 18:59
professionalPaul Conrad30-Dec-07 18:59 
GeneralWeird issue with nested datagrid Pin
N a v a n e e t h30-Dec-07 18:52
N a v a n e e t h30-Dec-07 18:52 
GeneralRe: Weird issue with nested datagrid Pin
Michael Sync30-Dec-07 19:44
Michael Sync30-Dec-07 19:44 
GeneralRe: Weird issue with nested datagrid Pin
Michael Sync30-Dec-07 19:48
Michael Sync30-Dec-07 19:48 
GeneralRe: Weird issue with nested datagrid Pin
N a v a n e e t h30-Dec-07 19:56
N a v a n e e t h30-Dec-07 19:56 
GeneralRe: Weird issue with nested datagrid Pin
Michael Sync30-Dec-07 20:02
Michael Sync30-Dec-07 20:02 
GeneralRe: Weird issue with nested datagrid Pin
N a v a n e e t h30-Dec-07 20:12
N a v a n e e t h30-Dec-07 20:12 
GeneralRe: Weird issue with nested datagrid Pin
Michael Sync30-Dec-07 20:19
Michael Sync30-Dec-07 20:19 
GeneralRe: Weird issue with nested datagrid Pin
N a v a n e e t h30-Dec-07 20:20
N a v a n e e t h30-Dec-07 20:20 
GeneralRe: Weird issue with nested datagrid Pin
Michael Sync30-Dec-07 20:24
Michael Sync30-Dec-07 20:24 
GeneralRe: Weird issue with nested datagrid Pin
Vasudevan Deepak Kumar2-Jan-08 20:11
Vasudevan Deepak Kumar2-Jan-08 20:11 
Questionhow to increase the speed of an application Pin
jagan12330-Dec-07 18:21
jagan12330-Dec-07 18:21 

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.