Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLogin Control Database [modified] Pin
ASPnoob8-Jul-08 16:54
ASPnoob8-Jul-08 16:54 
AnswerRe: Login Control Database Pin
Christian Graus9-Jul-08 1:14
protectorChristian Graus9-Jul-08 1:14 
GeneralCannot get inner content of because the contents are not literal. Pin
Zoltan Balazs8-Jul-08 11:08
Zoltan Balazs8-Jul-08 11:08 
GeneralRe: Cannot get inner content of because the contents are not literal. Pin
Christian Graus8-Jul-08 14:41
protectorChristian Graus8-Jul-08 14:41 
AnswerRe: Cannot get inner content of because the contents are not literal. Pin
Guffa8-Jul-08 17:53
Guffa8-Jul-08 17:53 
GeneralRe: Cannot get inner content of because the contents are not literal. Pin
Nirandas8-Jul-08 18:54
Nirandas8-Jul-08 18:54 
GeneralRe: Cannot get inner content of because the contents are not literal. Pin
Zoltan Balazs8-Jul-08 19:22
Zoltan Balazs8-Jul-08 19:22 
GeneralRe: Cannot get inner content of because the contents are not literal. Pin
Nirandas8-Jul-08 19:59
Nirandas8-Jul-08 19:59 
Use this inside your page_load of the master page.
//LinkControl = the HtmlLink control
string s=  Page.ResolveUrl(LinkControl.HRef);
        string u = Request.Url.AbsolutePath;
if( s == u)
{//Current page is the link's target!
//Do what ever you want
LinkControl.HRef = "";
}

You can apply this logic to all of your links.
HTh

Nirandas,
a developer from India.
http://www.nirandas.com

GeneralRe: Cannot get inner content of because the contents are not literal. Pin
Zoltan Balazs8-Jul-08 21:00
Zoltan Balazs8-Jul-08 21:00 
QuestionUsing ASP.NET to post form results to a database and email the results to a someone. Pin
farmer8-Jul-08 8:23
farmer8-Jul-08 8:23 
AnswerRe: Using ASP.NET to post form results to a database and email the results to a someone. Pin
led mike8-Jul-08 9:10
led mike8-Jul-08 9:10 
GeneralRe: Using ASP.NET to post form results to a database and email the results to a someone. Pin
farmer8-Jul-08 9:24
farmer8-Jul-08 9:24 
GeneralRe: Using ASP.NET to post form results to a database and email the results to a someone. Pin
led mike8-Jul-08 9:28
led mike8-Jul-08 9:28 
GeneralRe: Using ASP.NET to post form results to a database and email the results to a someone. Pin
Christian Graus8-Jul-08 14:43
protectorChristian Graus8-Jul-08 14:43 
Questiondefault settings SQL Server does not allow remote connections Pin
Amit Agarrwal8-Jul-08 6:56
Amit Agarrwal8-Jul-08 6:56 
AnswerRe: default settings SQL Server does not allow remote connections Pin
N a v a n e e t h8-Jul-08 17:08
N a v a n e e t h8-Jul-08 17:08 
GeneralRe: default settings SQL Server does not allow remote connections Pin
Amit Agarrwal8-Jul-08 18:25
Amit Agarrwal8-Jul-08 18:25 
Questionusing sqldatasource Pin
strawberrysh8-Jul-08 6:48
strawberrysh8-Jul-08 6:48 
AnswerRe: using sqldatasource Pin
Kschuler8-Jul-08 11:36
Kschuler8-Jul-08 11:36 
AnswerRe: using sqldatasource Pin
N a v a n e e t h8-Jul-08 17:09
N a v a n e e t h8-Jul-08 17:09 
QuestionHow can i create a SiteMap for my website Pin
Member 45999728-Jul-08 5:38
Member 45999728-Jul-08 5:38 
QuestionASP.NET interact with windows service Pin
adam_smith_20038-Jul-08 5:08
adam_smith_20038-Jul-08 5:08 
Questionresponse.redirect Pin
Lonnie R Thomas8-Jul-08 4:47
Lonnie R Thomas8-Jul-08 4:47 
AnswerRe: response.redirect Pin
Christian Graus8-Jul-08 4:53
protectorChristian Graus8-Jul-08 4:53 
AnswerRe: response.redirect Pin
Lonnie R Thomas8-Jul-08 4:56
Lonnie R Thomas8-Jul-08 4:56 

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.