Click here to Skip to main content
15,907,000 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question"No row at position 0" error while adding new line to datagrid Pin
leckey26-Jun-06 10:54
leckey26-Jun-06 10:54 
AnswerRe: "No row at position 0" error while adding new line to datagrid Pin
Edbert P26-Jun-06 15:57
Edbert P26-Jun-06 15:57 
QuestionText Box values modified with Javascript in ASP.NET Page Pin
tsramkumar26-Jun-06 10:39
tsramkumar26-Jun-06 10:39 
AnswerRe: Text Box values modified with Javascript in ASP.NET Page Pin
Tirthadip26-Jun-06 19:31
Tirthadip26-Jun-06 19:31 
QuestionSiteMap and breadcrumb problem Pin
eggsovereasy26-Jun-06 10:28
eggsovereasy26-Jun-06 10:28 
AnswerRe: SiteMap and breadcrumb problem Pin
minhpc_bk26-Jun-06 16:50
minhpc_bk26-Jun-06 16:50 
GeneralRe: SiteMap and breadcrumb problem [modified] Pin
eggsovereasy27-Jun-06 5:59
eggsovereasy27-Jun-06 5:59 
GeneralRe: SiteMap and breadcrumb problem Pin
minhpc_bk27-Jun-06 18:07
minhpc_bk27-Jun-06 18:07 
+ Because this is the static event, so if you register the event handler in the Page scope, then you might consider unregister the handler. Another option to wire up the event handler is to use the Application_Start event in the Global file or register in a static class.

+ IMO, no need to use the tempNode variable as the tempNode and currentNode are actually the same.

+ To edit the displayed title properly, you can detect the op parameter in the SiteMapResolve event handler, then edit the Title property of the currentNode object. Another option is to create your own custom SiteMapProvider so that it is able to pick up the right node based on part of the request url instead of the entire.

QuestionDataGrid - Custom query? Pin
ActOfJon26-Jun-06 10:27
ActOfJon26-Jun-06 10:27 
Questionpurpose <input type="hidden" part in asp_guest Pin
khasiguy26-Jun-06 10:01
khasiguy26-Jun-06 10:01 
AnswerRe: purpose <input type="hidden" part in asp_guest Pin
Tirthadip26-Jun-06 19:38
Tirthadip26-Jun-06 19:38 
QuestionUser authentication using Webservices Pin
Filipe Peixinho26-Jun-06 7:57
Filipe Peixinho26-Jun-06 7:57 
Questionasp.net - crystal report Pin
hari@harikrishnan26-Jun-06 7:42
hari@harikrishnan26-Jun-06 7:42 
QuestionCan no longer debug my project. Pin
Goalie3526-Jun-06 7:35
Goalie3526-Jun-06 7:35 
AnswerRe: Can no longer debug my project. Pin
swilly126-Jun-06 8:54
swilly126-Jun-06 8:54 
GeneralRe: Can no longer debug my project. Pin
Goalie3526-Jun-06 9:08
Goalie3526-Jun-06 9:08 
Questionproblem with RegisterClientScriptBlock Pin
ToddNeal26-Jun-06 7:32
ToddNeal26-Jun-06 7:32 
AnswerRe: problem with RegisterClientScriptBlock Pin
Guffa26-Jun-06 8:21
Guffa26-Jun-06 8:21 
QuestionAdrotator in ASP.net Pin
ravindradonkada26-Jun-06 7:18
ravindradonkada26-Jun-06 7:18 
AnswerRe: Adrotator in ASP.net Pin
Sushant Duggal27-Jun-06 0:23
Sushant Duggal27-Jun-06 0:23 
QuestionHow to keep Track of Updates..! Pin
wEb GuRu...26-Jun-06 6:30
wEb GuRu...26-Jun-06 6:30 
AnswerRe: How to keep Track of Updates..! Pin
Hain Kurt26-Jun-06 7:34
Hain Kurt26-Jun-06 7:34 
GeneralRe: How to keep Track of Updates..! Pin
wEb GuRu...26-Jun-06 7:38
wEb GuRu...26-Jun-06 7:38 
QuestionWeb Parts Personalization Pin
Chris McGlothen26-Jun-06 5:57
Chris McGlothen26-Jun-06 5:57 
QuestionQuestion on Dynamic Controls on a UserControl in ASP.NET Pin
OrbitalThread26-Jun-06 5:35
OrbitalThread26-Jun-06 5:35 

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.