Click here to Skip to main content
15,921,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Translate this in asp.net Pin
Christian Graus8-May-08 2:19
protectorChristian Graus8-May-08 2:19 
GeneralRe: Translate this in asp.net Pin
Burim Rama8-May-08 2:24
Burim Rama8-May-08 2:24 
GeneralRe: Translate this in asp.net Pin
Christian Graus8-May-08 2:26
protectorChristian Graus8-May-08 2:26 
GeneralRe: Translate this in asp.net Pin
Burim Rama8-May-08 2:29
Burim Rama8-May-08 2:29 
GeneralRe: Translate this in asp.net Pin
Christian Graus8-May-08 11:34
protectorChristian Graus8-May-08 11:34 
QuestionUserControls in App_Code-directory Pin
Johan Martensson8-May-08 1:02
Johan Martensson8-May-08 1:02 
AnswerRe: UserControls in App_Code-directory Pin
Christian Graus8-May-08 1:07
protectorChristian Graus8-May-08 1:07 
GeneralRe: UserControls in App_Code-directory Pin
Johan Martensson8-May-08 1:17
Johan Martensson8-May-08 1:17 
So as soon as I'm creating a control that uses hyperlink, textbox and so on, It should not be in App_Code.

I found a UserControl with this method in it:

public override void RenderControl(System.Web.UI.HtmlTextWriter writer) <br />
{<br />
   writer.Write("<p><a href="\"/about.aspx\"">" + this.Language[0] + "</a>|<a href="\"/advertise.aspx\"">" + this.Language[1] + "</a>|<a href="\"/contact.aspx\"">" + this.Language[2] + "</a></p>");<br />
}


This feels wrong to me, I would have put it in a normal usercontrol outside App_code and used hyperlinks instead.

http://johanmartensson.se - Home of MPEG4Watcher

GeneralRe: UserControls in App_Code-directory Pin
Christian Graus8-May-08 1:19
protectorChristian Graus8-May-08 1:19 
GeneralRe: UserControls in App_Code-directory Pin
Johan Martensson8-May-08 1:24
Johan Martensson8-May-08 1:24 
GeneralRe: UserControls in App_Code-directory Pin
Christian Graus8-May-08 1:36
protectorChristian Graus8-May-08 1:36 
GeneralRe: UserControls in App_Code-directory Pin
Johan Martensson8-May-08 1:46
Johan Martensson8-May-08 1:46 
GeneralRe: UserControls in App_Code-directory Pin
Christian Graus8-May-08 1:50
protectorChristian Graus8-May-08 1:50 
GeneralRe: UserControls in App_Code-directory Pin
Johan Martensson8-May-08 2:01
Johan Martensson8-May-08 2:01 
Questionkeyword search Pin
eyeseetee8-May-08 0:59
eyeseetee8-May-08 0:59 
AnswerRe: keyword search Pin
Christian Graus8-May-08 1:06
protectorChristian Graus8-May-08 1:06 
GeneralRe: keyword search Pin
eyeseetee8-May-08 1:11
eyeseetee8-May-08 1:11 
GeneralRe: keyword search Pin
Christian Graus8-May-08 1:15
protectorChristian Graus8-May-08 1:15 
GeneralRe: keyword search Pin
eyeseetee8-May-08 1:24
eyeseetee8-May-08 1:24 
AnswerRe: keyword search Pin
Geir Danielsen8-May-08 1:37
Geir Danielsen8-May-08 1:37 
GeneralRe: keyword search Pin
eyeseetee8-May-08 2:17
eyeseetee8-May-08 2:17 
Questionmaster-content page problem Pin
Miss Maheshwari8-May-08 0:21
Miss Maheshwari8-May-08 0:21 
AnswerRe: master-content page problem Pin
Christian Graus8-May-08 1:23
protectorChristian Graus8-May-08 1:23 
GeneralRe: master-content page problem Pin
Miss Maheshwari8-May-08 1:46
Miss Maheshwari8-May-08 1:46 
QuestionAsp.Net Datagrid - how to Split each column into two columns Pin
I Sam Asir Aloysious8-May-08 0:01
I Sam Asir Aloysious8-May-08 0: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.