Click here to Skip to main content
15,910,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Hi,

I have weird issue with nested data grids. I have a data grid with one template column. Inside template column I have another data grid. I am finding second datagrid control on first datagrids item_databound event and binding it. Everything works fine. But I have 3 hyperlink buttons in the child grid which I am not able to find out.

These are the things what I did

1 - Main grids item_databound event finding child grid and casting.
2 - Attaching item_databound event for child datagrid
3 - In child datagrids item_databound event, trying to find the hyper links like e.Item.FindControl() and cast to HyperLink type.

I am getting null reference exception in step 3. I tried iterating through the Controls collection for the Item. It is showing all the HyperLink's. But I am unable to find it and cast it. I have viewstate turned on in the page. Any idea's ?


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

My Website | Ask smart questions


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 
AnswerRe: how to increase the speed of an application Pin
Michael Sync30-Dec-07 18:33
Michael Sync30-Dec-07 18:33 
AnswerRe: how to increase the speed of an application Pin
Paul Conrad30-Dec-07 19:02
professionalPaul Conrad30-Dec-07 19:02 
GeneralRe: how to increase the speed of an application Pin
jagan12330-Dec-07 19:07
jagan12330-Dec-07 19:07 
GeneralRe: how to increase the speed of an application Pin
Paul Conrad30-Dec-07 19:13
professionalPaul Conrad30-Dec-07 19:13 
GeneralRe: how to increase the speed of an application Pin
jagan12330-Dec-07 19:15
jagan12330-Dec-07 19:15 
GeneralRe: how to increase the speed of an application Pin
Paul Conrad30-Dec-07 19:18
professionalPaul Conrad30-Dec-07 19:18 
GeneralRe: how to increase the speed of an application Pin
jagan12330-Dec-07 19:29
jagan12330-Dec-07 19:29 

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.