Click here to Skip to main content
15,890,336 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Can't change controls name ! Pin
Sandeep Akhare2-Jul-07 23:38
Sandeep Akhare2-Jul-07 23:38 
QuestionPopulate ListBox using XML? Pin
chand102-Jul-07 21:53
chand102-Jul-07 21:53 
AnswerRe: Populate ListBox using XML? Pin
Ed.Poore2-Jul-07 22:25
Ed.Poore2-Jul-07 22:25 
QuestionSending Mail Pin
.NET- India 2-Jul-07 21:51
.NET- India 2-Jul-07 21:51 
AnswerRe: Sending Mail Pin
N a v a n e e t h2-Jul-07 22:40
N a v a n e e t h2-Jul-07 22:40 
AnswerRe: Sending Mail Pin
Sathesh Sakthivel2-Jul-07 22:57
Sathesh Sakthivel2-Jul-07 22:57 
GeneralRe: Sending Mail Pin
Sujay chakraborty15-Jan-09 17:38
Sujay chakraborty15-Jan-09 17:38 
QuestionRegular expression Error Pin
Narendra Mohan2-Jul-07 21:47
Narendra Mohan2-Jul-07 21:47 
Function ClearHTMLTags(ByVal strHTML, ByVal intWorkFlow)
Dim regEx, strTagLess
strTagLess = strHTML

dim regEx=new Regexp
regEx.IgnoreCase = True
regEx.Global = True
If intWorkFlow <> 1 Then
regEx.Pattern = "<[^>]*>"
If strTagLess <> "" Then
strTagLess = regEx.Replace(strTagLess, "")
End If
End If
If intWorkFlow > 0 And intWorkFlow < 3 Then
regEx.Pattern = "[<]"
strTagLess = regEx.Replace(strTagLess, "<")
regEx.Pattern = "[>]"
strTagLess = regEx.Replace(strTagLess, ">")
End If
regEx = Nothing
ClearHTMLTags = strTagLess
End Function

Hi All,
Iam doing a conversion project from asp to asp.net,in asp there is a function which is using Dim RegexObj As Regex = New Regex("") what is the replacement of this in asp.net

Thanks In Advance
Narendra.
AnswerRe: Regular expression Error Pin
Ed.Poore2-Jul-07 22:26
Ed.Poore2-Jul-07 22:26 
Questionisdecimal validation Pin
Vipin.d2-Jul-07 21:45
Vipin.d2-Jul-07 21:45 
AnswerRe: isdecimal validation Pin
DavidNohejl2-Jul-07 22:24
DavidNohejl2-Jul-07 22:24 
QuestionAjax Error in asp.net 2.0 Pin
nabeelkhan2-Jul-07 21:38
nabeelkhan2-Jul-07 21:38 
Questionerror :asp.net web service in visual c++ Pin
zahra_d842-Jul-07 21:22
zahra_d842-Jul-07 21:22 
QuestionDoubt regarding Report generation. Pin
SrividhyaS2-Jul-07 20:58
SrividhyaS2-Jul-07 20:58 
AnswerRe: Doubt regarding Report generation. Pin
Rahul.Goel2-Jul-07 21:11
Rahul.Goel2-Jul-07 21:11 
QuestionProblem with Response.Write() Pin
Narendra Mohan2-Jul-07 20:51
Narendra Mohan2-Jul-07 20:51 
AnswerRe: Problem with Response.Write() Pin
Sandeep Akhare2-Jul-07 21:03
Sandeep Akhare2-Jul-07 21:03 
GeneralRe: Problem with Response.Write() Pin
Narendra Mohan2-Jul-07 21:16
Narendra Mohan2-Jul-07 21:16 
Questionhtml table display........ Pin
Member 38798812-Jul-07 20:42
Member 38798812-Jul-07 20:42 
AnswerRe: html table display........ Pin
Sandeep Akhare2-Jul-07 20:45
Sandeep Akhare2-Jul-07 20:45 
AnswerRe: html table display........ Pin
honeyss2-Jul-07 20:45
honeyss2-Jul-07 20:45 
AnswerRe: html table display........ Pin
Imran Khan Pathan2-Jul-07 21:16
Imran Khan Pathan2-Jul-07 21:16 
Questioncreating textbox on fly Pin
hari4ur2-Jul-07 20:20
hari4ur2-Jul-07 20:20 
AnswerRe: creating textbox on fly Pin
Sandeep Akhare2-Jul-07 20:27
Sandeep Akhare2-Jul-07 20:27 
GeneralRe: creating textbox on fly Pin
hari4ur3-Jul-07 20:46
hari4ur3-Jul-07 20: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.