Click here to Skip to main content
15,897,519 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: Trying to understand the article update-process Pin
Sean Ewington10-Apr-12 4:39
staffSean Ewington10-Apr-12 4:39 
GeneralRe: Trying to understand the article update-process Pin
Henning Dieterichs10-Apr-12 4:45
Henning Dieterichs10-Apr-12 4:45 
AnswerRe: Trying to understand the article update-process Pin
JosephvObrien18-Apr-12 21:29
JosephvObrien18-Apr-12 21:29 
QuestionCode formatting removed by editor Pin
Andreas Gieriet7-Apr-12 2:23
professionalAndreas Gieriet7-Apr-12 2:23 
AnswerRe: Code formatting removed by editor Pin
Chris Maunder7-Apr-12 2:25
cofounderChris Maunder7-Apr-12 2:25 
GeneralRe: Code formatting removed by editor Pin
Andreas Gieriet7-Apr-12 2:45
professionalAndreas Gieriet7-Apr-12 2:45 
GeneralRe: Code formatting removed by editor Pin
Pete O'Hanlon7-Apr-12 23:05
mvePete O'Hanlon7-Apr-12 23:05 
QuestionSample quoting Pin
Jani Giannoudis3-Apr-12 19:52
mvaJani Giannoudis3-Apr-12 19:52 
In my article Web User Forms for ASP.NET[^] I have the following code sample:
JavaScript
<script runat="server" language="C#">

  public void MyPublicMethod( object sender, EventArgs e )
  {
    System.IO.DirectoryInfo dir = new System.IO.DirectoryInfo("C:\");
    // do something with dir
  } // MyPublicMethod

  protected void MyProtectedMethod( object sender, EventArgs e )
  {
    System.Diagnostics.Process.Start( "C:\AUTOEXEC.BAT" );
  } // MyProtectedMethod

  private void MyPrivateMethod( object sender, EventArgs e )
  {
    System.Threading.Thread.CurrentThread.Abort();
  } // MyPrivateMethod

</script>

<%Response.Write( "Embedded Code generated output." ); %>

Is there any workaround to fix the flaw syntax highlighting?
Cheers,
Jani Giannoudis
Meerazo.com - Resource Sharing Made Easy | Co-founder

AnswerRe: Sample quoting Pin
Luc Pattyn4-Apr-12 2:45
sitebuilderLuc Pattyn4-Apr-12 2:45 
GeneralRe: Sample quoting Pin
Jani Giannoudis4-Apr-12 2:49
mvaJani Giannoudis4-Apr-12 2:49 
AnswerRe: Sample quoting Pin
Luc Pattyn4-Apr-12 3:17
sitebuilderLuc Pattyn4-Apr-12 3:17 
AnswerRe: Sample quoting Pin
Jani Giannoudis4-Apr-12 3:27
mvaJani Giannoudis4-Apr-12 3:27 
AnswerRe: Sample quoting Pin
Luc Pattyn4-Apr-12 3:31
sitebuilderLuc Pattyn4-Apr-12 3:31 
AnswerRe: Sample quoting Pin
Jani Giannoudis4-Apr-12 3:46
mvaJani Giannoudis4-Apr-12 3:46 
AnswerRe: Sample quoting Pin
Luc Pattyn4-Apr-12 3:49
sitebuilderLuc Pattyn4-Apr-12 3:49 
AnswerRe: Sample quoting Pin
Chris Maunder4-Apr-12 7:38
cofounderChris Maunder4-Apr-12 7:38 
QuestionChange the artical to tips Pin
Umesh Khandelwal31-Mar-12 5:41
professionalUmesh Khandelwal31-Mar-12 5:41 
AnswerRe: Change the artical to tips Pin
Chris Maunder1-Apr-12 11:10
cofounderChris Maunder1-Apr-12 11:10 
Question"Expires" header for editing Pin
Bernhard Hiller28-Mar-12 20:05
Bernhard Hiller28-Mar-12 20:05 
AnswerRe: "Expires" header for editing Pin
Sean Ewington29-Mar-12 4:10
staffSean Ewington29-Mar-12 4:10 
GeneralRe: "Expires" header for editing Pin
Bernhard Hiller29-Mar-12 5:17
Bernhard Hiller29-Mar-12 5:17 
GeneralRe: "Expires" header for editing Pin
Sean Ewington29-Mar-12 8:37
staffSean Ewington29-Mar-12 8:37 
AnswerRe: "Expires" header for editing Pin
Chris Maunder29-Mar-12 10:39
cofounderChris Maunder29-Mar-12 10:39 
QuestionHide the Tips/Articles Pin
Vipin_Arora28-Mar-12 19:09
Vipin_Arora28-Mar-12 19:09 
AnswerRe: Hide the Tips/Articles Pin
Sean Ewington29-Mar-12 4:21
staffSean Ewington29-Mar-12 4:21 

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.