Click here to Skip to main content
16,011,608 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: .NET Server RC1: Weird Pin
Paul Watson18-Oct-02 7:30
sitebuilderPaul Watson18-Oct-02 7:30 
GeneralRe: .NET Server RC1: Weird Pin
Daniel Turini18-Oct-02 7:40
Daniel Turini18-Oct-02 7:40 
GeneralRe: .NET Server RC1: Weird Pin
Topper Price19-Oct-02 11:33
Topper Price19-Oct-02 11:33 
GeneralRe: .NET Server RC1: Weird Pin
Paul Watson20-Oct-02 5:41
sitebuilderPaul Watson20-Oct-02 5:41 
GeneralRe: .NET Server RC1: Weird Pin
leppie20-Oct-02 6:06
leppie20-Oct-02 6:06 
GeneralEscaping nasty HTML tags... Pin
Ray Cassick17-Oct-02 18:50
Ray Cassick17-Oct-02 18:50 
GeneralRe: Escaping nasty HTML tags... Pin
Paul Riley18-Oct-02 0:20
Paul Riley18-Oct-02 0:20 
GeneralRe: Escaping nasty HTML tags... Pin
Daniel Turini18-Oct-02 6:11
Daniel Turini18-Oct-02 6:11 
C# code to remove HTML tags:

System.Text.RegularExpressions.Regex r = new System.Text.RegularExpressions.Regex(@"<[^>]*>|</[^>]*>");
r.Replace(s, "");
GeneralRe: Escaping nasty HTML tags... Pin
Paul Watson18-Oct-02 7:29
sitebuilderPaul Watson18-Oct-02 7:29 
GeneralRe: Escaping nasty HTML tags... Pin
Ray Cassick20-Oct-02 8:24
Ray Cassick20-Oct-02 8:24 
GeneralRe: Escaping nasty HTML tags... Pin
Richard Deeming21-Oct-02 2:08
mveRichard Deeming21-Oct-02 2:08 
GeneralTwo lines want to others' help. Pin
zhoujun17-Oct-02 15:03
zhoujun17-Oct-02 15:03 
GeneralHome page configuring Pin
Sarvesvara (BVKS) Dasa17-Oct-02 8:47
Sarvesvara (BVKS) Dasa17-Oct-02 8:47 
Questionvb6 webclass equivalent (or better) in asp.net ? Pin
ryancrawcour17-Oct-02 1:45
ryancrawcour17-Oct-02 1:45 
AnswerRe: vb6 webclass equivalent (or better) in asp.net ? Pin
Paul Watson17-Oct-02 22:00
sitebuilderPaul Watson17-Oct-02 22:00 
GeneralRe: vb6 webclass equivalent (or better) in asp.net ? Pin
ryancrawcour18-Oct-02 5:09
ryancrawcour18-Oct-02 5:09 
GeneralRe: vb6 webclass equivalent (or better) in asp.net ? Pin
Paul Watson18-Oct-02 8:22
sitebuilderPaul Watson18-Oct-02 8:22 
GeneralUser Control and Datalist Pin
Mazdak16-Oct-02 22:19
Mazdak16-Oct-02 22:19 
GeneralMeeting trouble when using JSP to connect DB2 Pin
George216-Oct-02 17:02
George216-Oct-02 17:02 
GeneralA custom control and an click event Pin
Paul Watson16-Oct-02 1:38
sitebuilderPaul Watson16-Oct-02 1:38 
GeneralRe: A custom control and an click event Pin
Paul Riley16-Oct-02 2:10
Paul Riley16-Oct-02 2:10 
GeneralRe: A custom control and an click event Pin
Paul Watson16-Oct-02 2:27
sitebuilderPaul Watson16-Oct-02 2:27 
GeneralRe: A custom control and an click event Pin
Paul Riley16-Oct-02 2:33
Paul Riley16-Oct-02 2:33 
GeneralRe: A custom control and an click event Pin
Paul Watson16-Oct-02 2:59
sitebuilderPaul Watson16-Oct-02 2:59 
GeneralIIS and SSL Pin
Shaun Wilde15-Oct-02 23:21
Shaun Wilde15-Oct-02 23: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.