Click here to Skip to main content
15,909,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to display results from webservice method in a webform? Pin
Abhijit Jana6-Feb-08 19:55
professionalAbhijit Jana6-Feb-08 19:55 
GeneralRe: How to display results from webservice method in a webform? Pin
Sandeep Akhare7-Feb-08 0:49
Sandeep Akhare7-Feb-08 0:49 
Generalthree level drill down datagrid problem Pin
uglyeyes6-Feb-08 18:50
uglyeyes6-Feb-08 18:50 
GeneralRe: three level drill down datagrid problem Pin
N a v a n e e t h6-Feb-08 19:04
N a v a n e e t h6-Feb-08 19:04 
GeneralRe: three level drill down datagrid problem Pin
uglyeyes6-Feb-08 19:51
uglyeyes6-Feb-08 19:51 
GeneralRe: three level drill down datagrid problem Pin
N a v a n e e t h6-Feb-08 19:56
N a v a n e e t h6-Feb-08 19:56 
GeneralRe: three level drill down datagrid problem Pin
uglyeyes6-Feb-08 20:05
uglyeyes6-Feb-08 20:05 
GeneralRe: three level drill down datagrid problem Pin
N a v a n e e t h6-Feb-08 20:22
N a v a n e e t h6-Feb-08 20:22 
uglyeyes wrote:
If (Not dgAssetsCapexByProperty Is Nothing) Then
dgAssetsCapexByProperty.DataSource = getAssetsCapexByProperty(e.Item.Cells(0).Text)
dgAssetsCapexByProperty.DataBind()
End If


You should hook the events before you bind data. I have managed with a VB.NET code. Check this
AddHandler DataGrid1.ItemDataBound, AddressOf Me.DataGrid1_ItemDataBound
where DataGrid1_ItemDataBound is your event handler with Handles DataGrid1.ItemDataBound specified at the end. Check for tutorials explaining hooking events in VB.NET


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

My Website | Ask smart questions


GeneralRe: three level drill down datagrid problem Pin
uglyeyes6-Feb-08 21:46
uglyeyes6-Feb-08 21:46 
GeneralRe: three level drill down datagrid problem Pin
N a v a n e e t h6-Feb-08 21:53
N a v a n e e t h6-Feb-08 21:53 
GeneralRe: three level drill down datagrid problem Pin
uglyeyes7-Feb-08 12:00
uglyeyes7-Feb-08 12:00 
Questionhow can I improove my page activity Pin
Max0live6-Feb-08 18:45
Max0live6-Feb-08 18:45 
AnswerRe: how can I improove my page activity Pin
N a v a n e e t h6-Feb-08 18:59
N a v a n e e t h6-Feb-08 18:59 
AnswerRe: how can I improove my page activity Pin
Sandeep Akhare7-Feb-08 0:52
Sandeep Akhare7-Feb-08 0:52 
Generaldownload emails to ur system Pin
Member 38798816-Feb-08 17:34
Member 38798816-Feb-08 17:34 
GeneralRe: download emails to ur system Pin
N a v a n e e t h6-Feb-08 18:56
N a v a n e e t h6-Feb-08 18:56 
Questionhow do I access a html element from code Pin
Shimmy Weitzhandler6-Feb-08 17:25
Shimmy Weitzhandler6-Feb-08 17:25 
AnswerRe: how do I access a html element from code [modified] Pin
That's Aragon6-Feb-08 18:22
That's Aragon6-Feb-08 18:22 
GeneralBinding size value to AJAX animations extender [modified] Pin
Member 44990376-Feb-08 15:40
professionalMember 44990376-Feb-08 15:40 
QuestionControl to bind to one record Pin
liquidplasmaflow6-Feb-08 11:07
liquidplasmaflow6-Feb-08 11:07 
GeneralGot a hosting co Negox.com but...... Pin
learningman6-Feb-08 10:24
learningman6-Feb-08 10:24 
GeneralRe: Got a hosting co Negox.com but...... Pin
pmarfleet6-Feb-08 10:32
pmarfleet6-Feb-08 10:32 
GeneralRe: Got a hosting co Negox.com but...... Pin
learningman6-Feb-08 11:05
learningman6-Feb-08 11:05 
GeneralRe: Got a hosting co Negox.com but...... Pin
pmarfleet6-Feb-08 11:18
pmarfleet6-Feb-08 11:18 
QuestionIron Speed Issue:( Pin
Muammar©6-Feb-08 8:09
Muammar©6-Feb-08 8:09 

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.