Click here to Skip to main content
15,889,096 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to check the database the given value is in the database or not Pin
dhulipudi31-Oct-06 18:37
dhulipudi31-Oct-06 18:37 
QuestionMasterpage and Content page Pin
Ken.A10-Oct-06 15:02
Ken.A10-Oct-06 15:02 
AnswerRe: Masterpage and Content page Pin
minhpc_bk10-Oct-06 20:10
minhpc_bk10-Oct-06 20:10 
QuestionRe: Masterpage and Content page Pin
Ken.A10-Oct-06 22:41
Ken.A10-Oct-06 22:41 
AnswerRe: Masterpage and Content page Pin
minhpc_bk11-Oct-06 1:54
minhpc_bk11-Oct-06 1:54 
AnswerRe: Masterpage and Content page Pin
Ken.A11-Oct-06 3:26
Ken.A11-Oct-06 3:26 
GeneralRe: Masterpage and Content page Pin
minhpc_bk11-Oct-06 16:19
minhpc_bk11-Oct-06 16:19 
GeneralRe: Masterpage and Content page Pin
Ken.A11-Oct-06 23:51
Ken.A11-Oct-06 23:51 
Hi minhpc_bk,

That solved the issue in a simple way. I just changed the comparison to:

e.Item.Selected = url.Contains( e.Item.NavigateUrl.Remove( 0, 1 ) );

Because this way I don´t have to set the name of the page (navigate url) based on its title attribute, eg: url = "~/microsoft.com" and title="... Microsoft"

I can do something like: url = "~/a.com" and title="... Microsoft"

Then the string url = Request.Url.AbsoluteUri; > http://.../a.com will be compared to: e.Item.NavigateUrl.Remove( 0, 1 ) > "/a.com"

But either way, you gladly solved the problem!!!
Thanks for the patience Smile | :)
Questiondisplay image in asp image control Pin
saravanan0510-Oct-06 12:07
saravanan0510-Oct-06 12:07 
AnswerRe: display image in asp image control Pin
minhpc_bk10-Oct-06 15:09
minhpc_bk10-Oct-06 15:09 
QuestionUsing MS Access database with medium trust level Pin
Fedor Hajdu10-Oct-06 10:05
professionalFedor Hajdu10-Oct-06 10:05 
AnswerRe: Using MS Access database with medium trust level Pin
minhpc_bk10-Oct-06 15:12
minhpc_bk10-Oct-06 15:12 
GeneralRe: Using MS Access database with medium trust level Pin
Fedor Hajdu11-Oct-06 8:34
professionalFedor Hajdu11-Oct-06 8:34 
QuestionExport GridView to Word Pin
RadioButton10-Oct-06 9:55
RadioButton10-Oct-06 9:55 
AnswerRe: Export GridView to Word Pin
minhpc_bk10-Oct-06 15:17
minhpc_bk10-Oct-06 15:17 
QuestionRadio Button in a Repeater Question...Urgent! Pin
just3ala210-Oct-06 8:37
just3ala210-Oct-06 8:37 
AnswerRe: Radio Button in a Repeater Question... Pin
minhpc_bk10-Oct-06 15:21
minhpc_bk10-Oct-06 15:21 
GeneralRe: Radio Button in a Repeater Question... Pin
just3ala210-Oct-06 19:48
just3ala210-Oct-06 19:48 
GeneralRe: Radio Button in a Repeater Question... Pin
minhpc_bk10-Oct-06 20:04
minhpc_bk10-Oct-06 20:04 
GeneralRe: Radio Button in a Repeater Question... Pin
just3ala210-Oct-06 20:32
just3ala210-Oct-06 20:32 
GeneralRe: Radio Button in a Repeater Question... Pin
minhpc_bk10-Oct-06 21:53
minhpc_bk10-Oct-06 21:53 
GeneralRe: Radio Button in a Repeater Question... Pin
just3ala211-Oct-06 0:15
just3ala211-Oct-06 0:15 
GeneralRe: Radio Button in a Repeater Question... Pin
minhpc_bk11-Oct-06 2:00
minhpc_bk11-Oct-06 2:00 
GeneralRe: Radio Button in a Repeater Question... [modified] Pin
just3ala211-Oct-06 2:26
just3ala211-Oct-06 2:26 
GeneralRe: Radio Button in a Repeater Question... Pin
minhpc_bk11-Oct-06 2:46
minhpc_bk11-Oct-06 2:46 

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.