Click here to Skip to main content
15,900,108 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How do i have a sortable TextBox or Dropdown Pin
we_swati9-Feb-07 13:47
we_swati9-Feb-07 13:47 
QuestionMicrosoft ASP.Net Ajax - Xhtml compliance Pin
Clickok9-Feb-07 5:18
Clickok9-Feb-07 5:18 
AnswerRe: Microsoft ASP.Net Ajax - Xhtml compliance Pin
badgrs9-Feb-07 10:00
badgrs9-Feb-07 10:00 
QuestionFormsAuthentication Pin
kaizenIT9-Feb-07 5:00
kaizenIT9-Feb-07 5:00 
AnswerRe: FormsAuthentication Pin
kubben9-Feb-07 7:06
kubben9-Feb-07 7:06 
AnswerRe: FormsAuthentication Pin
kaizenIT9-Feb-07 9:16
kaizenIT9-Feb-07 9:16 
QuestionHow to Export data from crystal report to Excel or pdf Pin
mohd imran abdul aziz9-Feb-07 3:51
mohd imran abdul aziz9-Feb-07 3:51 
AnswerRe: How to Export data from crystal report to Excel or pdf Pin
maabarca9-Feb-07 4:52
maabarca9-Feb-07 4:52 
hi
i dont know write english but its is the code
CRPepeletaAA.SetDataSource(dsCapturaTransfer1);
CRVieFormatoAA.ReportSource=CRPepeletaAA;
MemoryStream oStream; // using System.IO
oStream = (MemoryStream)CRPepeletaAA.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat);
Response.Clear();
Response.Buffer= true;
Response.ContentType = "application/pdf";
Response.BinaryWrite(oStream.ToArray());
Response.End();

this part:
CrystalDecisions.Shared.ExportFormatType.PortableDocFormat
and: application/pdf you can change and select the type format that you want

i hope can i help you

sorry but my bad english.
QuestionDatagrid Pin
toanthinh9-Feb-07 3:50
toanthinh9-Feb-07 3:50 
AnswerRe: Datagrid Pin
postmaster@programmingknowledge.com9-Feb-07 6:18
postmaster@programmingknowledge.com9-Feb-07 6:18 
AnswerRe: Datagrid Pin
toanthinh10-Feb-07 3:26
toanthinh10-Feb-07 3:26 
GeneralRe: Datagrid Pin
toanthinh10-Feb-07 3:31
toanthinh10-Feb-07 3:31 
Question.NET Framework Pin
No-e9-Feb-07 3:06
No-e9-Feb-07 3:06 
AnswerRe: .NET Framework Pin
badgrs9-Feb-07 3:11
badgrs9-Feb-07 3:11 
AnswerRe: .NET Framework Pin
Colin Angus Mackay9-Feb-07 3:16
Colin Angus Mackay9-Feb-07 3:16 
GeneralRe: .NET Framework Pin
No-e9-Feb-07 3:45
No-e9-Feb-07 3:45 
GeneralRe: .NET Framework Pin
No-e9-Feb-07 3:58
No-e9-Feb-07 3:58 
Questionhow to draw graphs in asp.net Pin
subbu Manikonda9-Feb-07 2:38
subbu Manikonda9-Feb-07 2:38 
AnswerRe: how to draw graphs in asp.net Pin
Sylvester george9-Feb-07 2:52
Sylvester george9-Feb-07 2:52 
QuestioniFrame Pin
24891289-Feb-07 1:30
24891289-Feb-07 1:30 
AnswerRe: iFrame Pin
Bassam Saoud9-Feb-07 2:33
Bassam Saoud9-Feb-07 2:33 
GeneralRe: iFrame Pin
24891289-Feb-07 2:46
24891289-Feb-07 2:46 
GeneralRe: iFrame Pin
Paddy Boyd9-Feb-07 2:55
Paddy Boyd9-Feb-07 2:55 
AnswerRe: iFrame Pin
badgrs9-Feb-07 3:09
badgrs9-Feb-07 3:09 
QuestionPopup Calendar inside GridView Pin
Jay_se9-Feb-07 0:27
Jay_se9-Feb-07 0:27 

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.