Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: Object reference not set to an instance of an object. Pin
Guffa29-Sep-07 7:57
Guffa29-Sep-07 7:57 
QuestionxmlTextReader [modified] Pin
jon-8029-Sep-07 6:46
professionaljon-8029-Sep-07 6:46 
Questionimage DBNull Pin
TAREQ F ABUZUHRI29-Sep-07 6:19
TAREQ F ABUZUHRI29-Sep-07 6:19 
AnswerRe: image DBNull Pin
Christian Graus29-Sep-07 11:33
protectorChristian Graus29-Sep-07 11:33 
Question.NET arbitrary precision arithmetic library Pin
thepersonof29-Sep-07 5:55
thepersonof29-Sep-07 5:55 
AnswerRe: .NET arbitrary precision arithmetic library Pin
thepersonof29-Sep-07 8:01
thepersonof29-Sep-07 8:01 
GeneralRe: .NET arbitrary precision arithmetic library Pin
Luc Pattyn29-Sep-07 8:07
sitebuilderLuc Pattyn29-Sep-07 8:07 
QuestionRegarding regular expressions Pin
anu8129-Sep-07 0:22
anu8129-Sep-07 0:22 
hi all,

I am working in a windows application. i have a text say for eg,

<img src="http://static.ibnlive.com/pix/sitepix/06_2007/kumaraswamy_cm90.jpg"
alt="BACKTRACKING? Kumaraswamy says he never said he would step down on October 3."
title="BACKTRACKING? Kumaraswamy says he never said he would step down on October 3"
border="0" width="90" height="62" align="left" hspace="5&"/>
Kumaraswamy has denied reports that he would step down on October 3

i need to remove the img tag entirely and display only this part.
Kumaraswamy has denied reports that he would step down on October 3

i tried using the following regular expression to extract img tag.but its not working

Regex r=new Regex("<img[^<>]+>")

can anybody help out with this?



Thanks in advance.Smile | :)

Regards

Anuradha
AnswerRe: Regarding regular expressions Pin
S. Senthil Kumar29-Sep-07 6:43
S. Senthil Kumar29-Sep-07 6:43 
QuestionI need help really!!!! Pin
chanzeb28-Sep-07 23:49
chanzeb28-Sep-07 23:49 
AnswerRe: I need help really!!!! Pin
Guffa29-Sep-07 0:05
Guffa29-Sep-07 0:05 
GeneralRe: I need help really!!!! Pin
Christian Graus29-Sep-07 0:27
protectorChristian Graus29-Sep-07 0:27 
GeneralRe: I need help really!!!! Pin
chanzeb29-Sep-07 0:34
chanzeb29-Sep-07 0:34 
QuestionIcon resource causing compile error Pin
DaveyM6928-Sep-07 23:24
professionalDaveyM6928-Sep-07 23:24 
Question[Message Deleted] Pin
svincoll428-Sep-07 23:13
svincoll428-Sep-07 23:13 
AnswerRe: How to optimize this code ? Pin
Guffa28-Sep-07 23:35
Guffa28-Sep-07 23:35 
GeneralRe: How to optimize this code ? Pin
svincoll428-Sep-07 23:39
svincoll428-Sep-07 23:39 
GeneralRe: How to optimize this code ? Pin
Guffa29-Sep-07 0:02
Guffa29-Sep-07 0:02 
GeneralRe: How to optimize this code ? Pin
svincoll429-Sep-07 0:04
svincoll429-Sep-07 0:04 
GeneralRe: How to optimize this code ? Pin
Guffa29-Sep-07 5:19
Guffa29-Sep-07 5:19 
GeneralRe: How to optimize this code ? Pin
Paul Conrad29-Sep-07 7:02
professionalPaul Conrad29-Sep-07 7:02 
GeneralRe: How to optimize this code ? Pin
Paul Conrad29-Sep-07 7:01
professionalPaul Conrad29-Sep-07 7:01 
GeneralRe: How to optimize this code ? Pin
Malcolm Smart29-Sep-07 7:18
Malcolm Smart29-Sep-07 7:18 
GeneralRe: How to optimize this code ? Pin
PIEBALDconsult29-Sep-07 14:28
mvePIEBALDconsult29-Sep-07 14:28 
GeneralRe: How to optimize this code ? Pin
Patrick Etc.30-Sep-07 5:22
Patrick Etc.30-Sep-07 5:22 

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.