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

C#

 
Questionrdlc report print button Pin
balamuru10-Mar-14 9:05
balamuru10-Mar-14 9:05 
GeneralRe: rdlc report print button Pin
Ravi Bhavnani10-Mar-14 9:41
professionalRavi Bhavnani10-Mar-14 9:41 
AnswerRe: rdlc report print button Pin
Member 1064095910-Mar-14 10:31
Member 1064095910-Mar-14 10:31 
QuestionC# SQl Connection and Retrieve Data Pin
Member 1062896810-Mar-14 5:47
Member 1062896810-Mar-14 5:47 
QuestionRe: C# SQl Connection and Retrieve Data Pin
Richard MacCutchan10-Mar-14 6:00
mveRichard MacCutchan10-Mar-14 6:00 
AnswerRe: C# SQl Connection and Retrieve Data Pin
OriginalGriff10-Mar-14 6:01
mveOriginalGriff10-Mar-14 6:01 
AnswerRe: C# SQl Connection and Retrieve Data Pin
Simon_Whale10-Mar-14 6:38
Simon_Whale10-Mar-14 6:38 
QuestionHow to add bookmark in a PDF that has images Pin
meeram399-Mar-14 23:37
professionalmeeram399-Mar-14 23:37 
I have a set of tiff images. I converted those images to PDF using iTextSharp dll. I want to add bookmarks in that PDF file. Does it possible? I tried with the below code:

C#
string bookMarkName = inputCriteria[0].IndexName;
Chapter chapter1 = new Chapter(new Paragraph(bookMarkName), 1);
chapter1.BookmarkTitle = bookMarkName;
chapter1.BookmarkOpen = true;
document.Add(chapter1);


Even though the PDF file is created with bookmarks, it simply added the bookMarkname in every page as bookMark even though that string is not available in that particular page. Is there any other way which I can achieve this? Please help.
QuestionConverting Canvas Element to image Pin
Vinay Sakpal9-Mar-14 22:56
professionalVinay Sakpal9-Mar-14 22:56 
AnswerRe: Converting Canvas Element to image Pin
OriginalGriff9-Mar-14 23:05
mveOriginalGriff9-Mar-14 23:05 
GeneralRe: Converting Canvas Element to image Pin
Vinay Sakpal10-Mar-14 1:38
professionalVinay Sakpal10-Mar-14 1:38 
Questionchange datagridviewcomboboxColumn to textbox or texboxcolumn or anything that accepts text Pin
shrikanth_BG9-Mar-14 20:47
shrikanth_BG9-Mar-14 20:47 
SuggestionRe: change datagridviewcomboboxColumn to textbox or texboxcolumn or anything that accepts text Pin
Richard Deeming10-Mar-14 2:17
mveRichard Deeming10-Mar-14 2:17 
QuestionPrint a specific single page of a PDF in windows application Pin
Garsa Sanjeev9-Mar-14 4:34
Garsa Sanjeev9-Mar-14 4:34 
AnswerRe: Print a specific single page of a PDF in windows application PinPopular
OriginalGriff9-Mar-14 4:55
mveOriginalGriff9-Mar-14 4:55 
QuestionHow to become a technical architect? Pin
spsureshkumar9-Mar-14 1:30
spsureshkumar9-Mar-14 1:30 
GeneralRe: How to become a technical architect? Pin
Kornfeld Eliyahu Peter9-Mar-14 1:54
professionalKornfeld Eliyahu Peter9-Mar-14 1:54 
GeneralRe: How to become a technical architect? Pin
spsureshkumar9-Mar-14 3:13
spsureshkumar9-Mar-14 3:13 
AnswerRe: How to become a technical architect? PinPopular
Richard MacCutchan9-Mar-14 2:24
mveRichard MacCutchan9-Mar-14 2:24 
GeneralRe: How to become a technical architect? Pin
spsureshkumar9-Mar-14 3:18
spsureshkumar9-Mar-14 3:18 
GeneralRe: How to become a technical architect? Pin
Richard MacCutchan9-Mar-14 3:25
mveRichard MacCutchan9-Mar-14 3:25 
GeneralRe: How to become a technical architect? Pin
spsureshkumar9-Mar-14 5:13
spsureshkumar9-Mar-14 5:13 
AnswerRe: How to become a technical architect? Pin
V.9-Mar-14 22:58
professionalV.9-Mar-14 22:58 
GeneralRe: How to become a technical architect? Pin
spsureshkumar10-Mar-14 17:19
spsureshkumar10-Mar-14 17:19 
GeneralRe: How to become a technical architect? Pin
V.10-Mar-14 20:21
professionalV.10-Mar-14 20: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.