Click here to Skip to main content
15,897,519 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to email gridview data in asp.net with c# Pin
Arun Jacob5-Apr-10 0:29
Arun Jacob5-Apr-10 0:29 
GeneralRe: how to email gridview data in asp.net with c# Pin
developerit5-Apr-10 0:45
developerit5-Apr-10 0:45 
AnswerRe: how to email gridview data in asp.net with c# Pin
Arun Jacob5-Apr-10 1:24
Arun Jacob5-Apr-10 1:24 
AnswerRe: how to email gridview data in asp.net with c# Pin
Tej Aj6-Apr-10 22:51
Tej Aj6-Apr-10 22:51 
Questionregular expression for hyperlink tag Pin
enjoycrack4-Apr-10 22:20
enjoycrack4-Apr-10 22:20 
AnswerRe: regular expression for hyperlink tag Pin
Arun Jacob4-Apr-10 22:51
Arun Jacob4-Apr-10 22:51 
GeneralRe: regular expression for hyperlink tag Pin
enjoycrack4-Apr-10 23:14
enjoycrack4-Apr-10 23:14 
AnswerRe: regular expression for hyperlink tag Pin
Arindam Tewary4-Apr-10 23:09
professionalArindam Tewary4-Apr-10 23:09 
As you have mentioned that you have a Srource String which contans the whole string that you have pasted.

In that case, I would assume that you have this problem in code behind. Please check whether this can be done in your case. ( remember inside the string greate than and less than should be converted to equivalent valid xml char .)

String sXml = "<a onmouseover='This is text that has less than and greater than characters &amp;gt;&amp;lt; ... ' >I want to extract text here only</a>";
XmlDocument xObj = new XmlDocument();

xObj.LoadXml(sXml);
MessageBox.Show(xObj.DocumentElement.ChildNodes[0].InnerText);

Thanks,
Arindam D Tewary

GeneralRe: regular expression for hyperlink tag Pin
enjoycrack4-Apr-10 23:13
enjoycrack4-Apr-10 23:13 
AnswerRe: regular expression for hyperlink tag Pin
enjoycrack12-Apr-10 21:09
enjoycrack12-Apr-10 21:09 
Questionhow an Off Line Search application is made in .net ? Pin
gautamamit84-Apr-10 21:42
gautamamit84-Apr-10 21:42 
AnswerRe: how an Off Line Search application is made in .net ? Pin
ptrckmc2495-Apr-10 8:31
ptrckmc2495-Apr-10 8:31 
QuestionSend mail using proxy ip Pin
mohanednoon4-Apr-10 21:41
mohanednoon4-Apr-10 21:41 
QuestionPrinting BarCodes in Crystal Reports in ASP.net App Pin
VikashGohil4-Apr-10 21:40
VikashGohil4-Apr-10 21:40 
QuestionThe compiler failed with error code -1073741819. Pin
amitamit0994-Apr-10 21:20
amitamit0994-Apr-10 21:20 
Questionresponse.write Pin
Kissy164-Apr-10 21:00
Kissy164-Apr-10 21:00 
AnswerRe: response.write Pin
Arindam Tewary4-Apr-10 21:53
professionalArindam Tewary4-Apr-10 21:53 
GeneralRe: response.write Pin
Kissy164-Apr-10 22:46
Kissy164-Apr-10 22:46 
GeneralRe: response.write Pin
Arindam Tewary5-Apr-10 2:31
professionalArindam Tewary5-Apr-10 2:31 
QuestionUser information Pin
Nilesh Warude4-Apr-10 19:31
Nilesh Warude4-Apr-10 19:31 
AnswerRe: User information Pin
Gaurav Dudeja India4-Apr-10 19:40
Gaurav Dudeja India4-Apr-10 19:40 
GeneralRe: User information Pin
BK Komal5-Apr-10 23:39
BK Komal5-Apr-10 23:39 
GeneralRe: User information Pin
Gaurav Dudeja India5-Apr-10 23:46
Gaurav Dudeja India5-Apr-10 23:46 
AnswerRe: User information Pin
meeram3954-Apr-10 20:15
meeram3954-Apr-10 20:15 
GeneralRe: User information Pin
BK Komal5-Apr-10 23:40
BK Komal5-Apr-10 23:40 

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.