Click here to Skip to main content
15,888,006 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDataRepeater & Datagrid Interesting Problem Pin
Trehan24-Jul-06 18:03
Trehan24-Jul-06 18:03 
AnswerRe: DataRepeater & Datagrid Interesting Problem Pin
Ista27-Jul-06 7:10
Ista27-Jul-06 7:10 
GeneralRe: DataRepeater & Datagrid Interesting Problem Pin
Trehan27-Jul-06 19:09
Trehan27-Jul-06 19:09 
GeneralRe: DataRepeater & Datagrid Interesting Problem Pin
Ista28-Jul-06 2:47
Ista28-Jul-06 2:47 
QuestionHow to find a file Pin
mahammadhusen24-Jul-06 17:46
mahammadhusen24-Jul-06 17:46 
AnswerRe: How to find a file Pin
nisha261224-Jul-06 18:14
nisha261224-Jul-06 18:14 
QuestionTreeview doesn't update after treenode.remove [modified] Pin
neutronron24-Jul-06 12:40
neutronron24-Jul-06 12:40 
AnswerRe: Treeview doesn't update after treenode.remove Pin
minhpc_bk24-Jul-06 15:55
minhpc_bk24-Jul-06 15:55 
neutronron wrote:

149 TreeView_PersonalFeeds.Nodes.Remove(node)

I think the problem is at this line, the Nodes collection of the TreeView control bascially contains the root nodes of the treeview. So if you want to remove the non-root node, you need to remove it from the ChildNodes collection of its parent node. From what I see in your code, you also do the delete command against DB, and when you go away and back to this page, you may have rebound data to the control. And as a result of that, the TreeView displays properly. If this is the case, you'll need remove the node in the TreeView in the right way, or another option is that you can simply rebind the updated data to the treeview control after you execute the delete commands on DB.

QuestionImage in ASP.Net gird Pin
mynameatif24-Jul-06 7:43
mynameatif24-Jul-06 7:43 
AnswerRe: Image in ASP.Net gird [modified] Pin
Sebastien Lachance24-Jul-06 8:52
Sebastien Lachance24-Jul-06 8:52 
AnswerRe: Image in ASP.Net gird Pin
Cybertrace24-Jul-06 9:23
Cybertrace24-Jul-06 9:23 
GeneralRe: Image in ASP.Net gird Pin
Not Active24-Jul-06 10:19
mentorNot Active24-Jul-06 10:19 
QuestionBrowser vs. Server validation, how is this accomplished? Pin
Skanless24-Jul-06 7:33
Skanless24-Jul-06 7:33 
AnswerRe: Browser vs. Server validation, how is this accomplished? Pin
Not Active24-Jul-06 7:41
mentorNot Active24-Jul-06 7:41 
QuestionAutomation using webbrowser in c# 2005 Pin
Green Fuze24-Jul-06 6:42
Green Fuze24-Jul-06 6:42 
AnswerRe: Automation using webbrowser in c# 2005 Pin
RichardGrimmer24-Jul-06 7:00
RichardGrimmer24-Jul-06 7:00 
GeneralRe: Automation using webbrowser in c# 2005 Pin
Green Fuze24-Jul-06 10:12
Green Fuze24-Jul-06 10:12 
GeneralRe: Automation using webbrowser in c# 2005 Pin
RichardGrimmer25-Jul-06 6:02
RichardGrimmer25-Jul-06 6:02 
QuestionCaching, why not use the asp.net cache for everything? Pin
Member 9624-Jul-06 6:28
Member 9624-Jul-06 6:28 
AnswerRe: Caching, why not use the asp.net cache for everything? Pin
Not Active24-Jul-06 7:17
mentorNot Active24-Jul-06 7:17 
GeneralRe: Caching, why not use the asp.net cache for everything? Pin
Member 9624-Jul-06 8:20
Member 9624-Jul-06 8:20 
GeneralRe: Caching, why not use the asp.net cache for everything? Pin
eggsovereasy24-Jul-06 8:31
eggsovereasy24-Jul-06 8:31 
GeneralRe: Caching, why not use the asp.net cache for everything? Pin
Member 9624-Jul-06 8:35
Member 9624-Jul-06 8:35 
QuestionAcess global variable in crystal reports. Pin
ImranIBM24-Jul-06 6:20
ImranIBM24-Jul-06 6:20 
AnswerRe: Acess global variable in crystal reports. Pin
minhpc_bk24-Jul-06 16:01
minhpc_bk24-Jul-06 16:01 

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.