Click here to Skip to main content
15,898,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalexcel Pin
niki_nilu9-Dec-07 22:26
niki_nilu9-Dec-07 22:26 
GeneralRe: excel Pin
Christian Graus9-Dec-07 22:49
protectorChristian Graus9-Dec-07 22:49 
GeneralRe: excel Pin
niki_nilu9-Dec-07 23:00
niki_nilu9-Dec-07 23:00 
GeneralRe: excel [modified] Pin
Prateek G9-Dec-07 22:59
Prateek G9-Dec-07 22:59 
Generalasp.net webpage fails to load a C# windows control in it Pin
Naveen Gowda9-Dec-07 22:08
Naveen Gowda9-Dec-07 22:08 
GeneralCross post. Please ignore Pin
Pete O'Hanlon10-Dec-07 0:04
mvePete O'Hanlon10-Dec-07 0:04 
GeneralCrystal Reprot logon problem Pin
Raza Hussain9-Dec-07 21:25
Raza Hussain9-Dec-07 21:25 
GeneralRe: Crystal Reprot logon problem Pin
Raza Hussain10-Dec-07 0:14
Raza Hussain10-Dec-07 0:14 
Hi! ALL
I done the report.
The solution of above problem is:
DataSet ds = GetDataset(); // generate dataset here.
DataTable dt = ds.Tables[0];
report.Load(Server.MapPath("report.rpt"));
report.SetDatabaseLogon("abc","xyz");
report.SetDataSource(dt);
CrystalReportViewer1.ReportSource= report;
CrystalReportViewer1.DataBind();
That's way i achieve the task.

Regards.
QuestionTo upload a file without using upload file ? Pin
jagadeeshkumar19849-Dec-07 20:19
jagadeeshkumar19849-Dec-07 20:19 
AnswerRe: To upload a file without using upload file ? Pin
N a v a n e e t h9-Dec-07 20:30
N a v a n e e t h9-Dec-07 20:30 
AnswerRe: To upload a file without using upload file ? Pin
Christian Graus9-Dec-07 21:16
protectorChristian Graus9-Dec-07 21:16 
GeneralDataList Item Enumeration in ASP .NET 2.0 Pin
ReactiveX9-Dec-07 20:01
ReactiveX9-Dec-07 20:01 
GeneralRe: DataList Item Enumeration in ASP .NET 2.0 Pin
ReactiveX9-Dec-07 20:42
ReactiveX9-Dec-07 20:42 
QuestionEncrypt and Decrypt? Pin
Kasi Viswanathan9-Dec-07 19:51
Kasi Viswanathan9-Dec-07 19:51 
GeneralRe: Encrypt and Decrypt? Pin
Christian Graus9-Dec-07 19:52
protectorChristian Graus9-Dec-07 19:52 
GeneralRe: Encrypt and Decrypt? Pin
Michael Sync9-Dec-07 20:56
Michael Sync9-Dec-07 20:56 
QuestionDownload File Pin
serene joey9-Dec-07 19:46
serene joey9-Dec-07 19:46 
GeneralRe: Download File Pin
Christian Graus9-Dec-07 19:54
protectorChristian Graus9-Dec-07 19:54 
GeneralRe: Download File Pin
N a v a n e e t h9-Dec-07 19:56
N a v a n e e t h9-Dec-07 19:56 
GeneralExecution Problem Pin
Member 46484919-Dec-07 19:41
Member 46484919-Dec-07 19:41 
GeneralRe: Execution Problem Pin
Sun Rays9-Dec-07 19:46
Sun Rays9-Dec-07 19:46 
GeneralRe: Execution Problem Pin
Member 46484919-Dec-07 19:55
Member 46484919-Dec-07 19:55 
GeneralRe: Execution Problem Pin
Member 46484919-Dec-07 20:01
Member 46484919-Dec-07 20:01 
GeneralRe: Execution Problem Pin
Sun Rays9-Dec-07 20:08
Sun Rays9-Dec-07 20:08 
GeneralDisplay tree structure in asp.net1.1 Pin
gopal_Pandey9-Dec-07 19:23
gopal_Pandey9-Dec-07 19:23 

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.