Click here to Skip to main content
15,921,336 members
Home / Discussions / C#
   

C#

 
GeneralRe: Virtual listview Pin
mav.northwind24-Sep-07 8:19
mav.northwind24-Sep-07 8:19 
QuestionAdvice on WCF configurations Pin
BigBenDk24-Sep-07 1:38
BigBenDk24-Sep-07 1:38 
AnswerRe: Advice on WCF configurations Pin
Pete O'Hanlon24-Sep-07 1:55
mvePete O'Hanlon24-Sep-07 1:55 
GeneralRe: Advice on WCF configurations Pin
BigBenDk24-Sep-07 2:02
BigBenDk24-Sep-07 2:02 
QuestionCreating crystal report for windows applications Pin
iet200024-Sep-07 1:21
iet200024-Sep-07 1:21 
AnswerRe: Creating crystal report for windows applications Pin
Pete O'Hanlon24-Sep-07 2:01
mvePete O'Hanlon24-Sep-07 2:01 
GeneralRe: Creating crystal report for windows applications Pin
iet200024-Sep-07 2:23
iet200024-Sep-07 2:23 
GeneralRe: Creating crystal report for windows applications Pin
Justin Perez24-Sep-07 2:28
Justin Perez24-Sep-07 2:28 
GeneralRe: Creating crystal report for windows applications Pin
Malcolm Smart24-Sep-07 9:39
Malcolm Smart24-Sep-07 9:39 
GeneralRe: Creating crystal report for windows applications Pin
iet200025-Sep-07 1:38
iet200025-Sep-07 1:38 
QuestionWCF and Endpoint address Pin
KrunalC24-Sep-07 0:50
KrunalC24-Sep-07 0:50 
QuestionSending data from a listview to any location Pin
riedahoosain24-Sep-07 0:11
riedahoosain24-Sep-07 0:11 
AnswerRe: Sending data from a listview to any location Pin
Lutosław24-Sep-07 0:25
Lutosław24-Sep-07 0:25 
GeneralRe: Sending data from a listview to any location Pin
riedahoosain24-Sep-07 0:59
riedahoosain24-Sep-07 0:59 
GeneralRe: Sending data from a listview to any location Pin
Lutosław24-Sep-07 1:07
Lutosław24-Sep-07 1:07 
QuestionHelp regarding images in datagridview Pin
anu8123-Sep-07 23:47
anu8123-Sep-07 23:47 
hi all,

I am trying to display a xml file in a datagridview.

i am using windows application with C#.

say for example, i have a xml file like this,

<xml version="1.0" encoding="UTF-8">
<maincategory>
<cat1>
<title>Category1</title>
<link>http://www.w3schools.com</link>
<description>&lt;img src=&quot;http://static.ibnlive.com/pix/sitepix/09_2007/flames_ramsetu90.jpg&quot; &gt;some description</description>
</cat1>
<cat2>
<title>Category2</title>
<link>http://www.ibnlive.com</link>
<description>&lt;img src=&quot;http://static.ibnlive.com/pix/sitepix/09_2007/rahul_gandhi_white90.jpg&quot;
&gt;some description</description>
</cat2>
</maincategory>

in the description i have a img tag containing a image from any site.
i have columns to display title,description.
i need to display the image along with the text in the same column description.

Adding an image column will display the image as a separate column. how can i display the image in the same column
along with the text?









Thanks in advance.Smile | :)

Regards

Anuradha
QuestionPanel resize problem Pin
stancrm23-Sep-07 23:27
stancrm23-Sep-07 23:27 
AnswerRe: Panel resize problem Pin
Lutosław23-Sep-07 23:38
Lutosław23-Sep-07 23:38 
AnswerRe: Panel resize problem Pin
Dave Kreskowiak24-Sep-07 4:42
mveDave Kreskowiak24-Sep-07 4:42 
QuestionHow to create Guntt Chart with CrystalReport In C# Winform? [modified] Pin
uranus122523-Sep-07 22:27
uranus122523-Sep-07 22:27 
GeneralRe: How to create Guntt Chart with CrystalReport In C# Windorm? Pin
Malcolm Smart23-Sep-07 22:47
Malcolm Smart23-Sep-07 22:47 
GeneralRe: How to create Guntt Chart with CrystalReport In C# Windorm? Pin
Malcolm Smart23-Sep-07 23:13
Malcolm Smart23-Sep-07 23:13 
GeneralRe: How to create Guntt Chart with CrystalReport In C# Windorm? Pin
Pete O'Hanlon23-Sep-07 23:06
mvePete O'Hanlon23-Sep-07 23:06 
GeneralRe: How to create Guntt Chart with CrystalReport In C# Windorm? Pin
Malcolm Smart23-Sep-07 23:10
Malcolm Smart23-Sep-07 23:10 
GeneralRe: How to create Guntt Chart with CrystalReport In C# Windorm? Pin
Pete O'Hanlon23-Sep-07 23:21
mvePete O'Hanlon23-Sep-07 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.