Click here to Skip to main content
16,005,552 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to highlight today's date row in datagrid when page loaded? Pin
Dhruvil28-Jun-06 9:27
Dhruvil28-Jun-06 9:27 
GeneralRe: How to highlight today's date row in datagrid when page loaded? Pin
Sushant Duggal28-Jun-06 18:02
Sushant Duggal28-Jun-06 18:02 
AnswerRe: How to highlight today's date row in datagrid when page loaded? Pin
Guffa28-Jun-06 10:05
Guffa28-Jun-06 10:05 
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 
I'm using the SiteMapPath control which works fine on most of my pages. However, it doesn't work at all on some. For example, there are newsitems on the front page which are viewed/edited/created from ~/News/Default.aspx. For different operations it appends parameters for the url. For example, to edit an news item the path looks like this: ~/News/Default.aspx?op=Edit&id=XX (or more succinctly, ~/News/?op=Edit&id=XX) where XX is the unique id in the database for the news item in question. In my Web.sitemap file I have:

<br />
<siteMapNode url="News/Default.aspx" title="News"><br />
   <siteMapNode url="News/Default.aspx?op=AddNew" title="Add New"/><br />
   <siteMapNode url="News/Default.aspx?op=Edit" title="Edit"/><br />
   <siteMapNode url="News/Default.aspx?op=Delete" title="Delete"/><br />
   <siteMapNode url="News/Default.aspx?op=Read" title="Read News Item"/><br />
</siteMapNode><br />


Now, because there is more appending past the op=Edit the SiteMapPath doesn't display that you are on the Edit page, but rather just the plain old Default.aspx page. I have tried putting an astericks on the end thinking maybe it would work like a wildcard, but it did not. Is there anyway to overcome this problem or should I be looking into passing the id's with session variables?
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 
QuestionDataGrid - Custom query? Pin
ActOfJon26-Jun-06 10:27
ActOfJon26-Jun-06 10:27 
Questionpurpose &lt;input type="hidden" part in asp_guest Pin
khasiguy26-Jun-06 10:01
khasiguy26-Jun-06 10:01 
AnswerRe: purpose &lt;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 

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.