Click here to Skip to main content
15,910,211 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Resizing images on upload Pin
AdamskiR18-Apr-07 0:55
AdamskiR18-Apr-07 0:55 
GeneralRe: Resizing images on upload Pin
Sandeep Akhare18-Apr-07 3:42
Sandeep Akhare18-Apr-07 3:42 
GeneralRe: Resizing images on upload Pin
AdamskiR18-Apr-07 4:11
AdamskiR18-Apr-07 4:11 
GeneralRe: Resizing images on upload Pin
Sandeep Akhare18-Apr-07 4:39
Sandeep Akhare18-Apr-07 4:39 
GeneralRe: Resizing images on upload Pin
AdamskiR18-Apr-07 4:51
AdamskiR18-Apr-07 4:51 
Questionpass argument to crystal report Pin
senthilmca17-Apr-07 23:12
senthilmca17-Apr-07 23:12 
AnswerRe: pass argument to crystal report Pin
Sylvester george17-Apr-07 23:16
Sylvester george17-Apr-07 23:16 
AnswerRe: pass argument to crystal report Pin
Member 387988118-Apr-07 0:32
Member 387988118-Apr-07 0:32 
Hi senthil its easy refer this code...,
Here i am getting values from another page so used session...,
and in crystal report i am sending the values like this:
in ur webpage backend code use this code:

Private report As CrSalaryReport = New CrSalaryReport 'CrSalaryReport ur crystal report name...

CrystalReportViewer1.ReportSource = report
CrystalReportViewer1.Visible = True
CrystalReportViewer1.DisplayToolbar = False
report.SetDatabaseLogon("sa", "Pwd") 'sqlserver login & password
report.SetParameterValue("EmpId", Session("EmpId"))'Parameter1
report.SetParameterValue("EmpName", Session("EmpName"))'parameter2


after that in crystalreport see in field explorer,parameter field add there ur parameter names...,
u can send number of parameters like this...,
It will work nice...,
Regards,
Magesh,





Magi

QuestionFile Java Pin
kirthikirthi17-Apr-07 22:39
kirthikirthi17-Apr-07 22:39 
AnswerRe: J# Pin
Colin Angus Mackay17-Apr-07 23:50
Colin Angus Mackay17-Apr-07 23:50 
GeneralRe: J# Pin
kirthikirthi17-Apr-07 23:59
kirthikirthi17-Apr-07 23:59 
GeneralRe: J# Pin
Colin Angus Mackay18-Apr-07 6:25
Colin Angus Mackay18-Apr-07 6:25 
AnswerRe: J# Pin
J4amieC18-Apr-07 0:09
J4amieC18-Apr-07 0:09 
GeneralRe: J# Pin
kirthikirthi18-Apr-07 0:18
kirthikirthi18-Apr-07 0:18 
AnswerRe: J# Pin
Guffa18-Apr-07 0:17
Guffa18-Apr-07 0:17 
QuestionData Grid Delete using checkbox with customize delete button Pin
J Liang17-Apr-07 22:02
J Liang17-Apr-07 22:02 
AnswerRe: Data Grid Delete using checkbox with customize delete button Pin
piyush12317-Apr-07 22:40
piyush12317-Apr-07 22:40 
GeneralRe: Data Grid Delete using checkbox with customize delete button Pin
J Liang17-Apr-07 22:47
J Liang17-Apr-07 22:47 
Questionpassing value between two asp.net pages Pin
siddisagar17-Apr-07 21:23
siddisagar17-Apr-07 21:23 
AnswerRe: passing value between two asp.net pages Pin
mareers17-Apr-07 22:39
mareers17-Apr-07 22:39 
QuestionFireFox Pin
bhanu1234517-Apr-07 21:09
bhanu1234517-Apr-07 21:09 
AnswerRe: FireFox Pin
N a v a n e e t h17-Apr-07 22:51
N a v a n e e t h17-Apr-07 22:51 
QuestionGridVew Updation Pin
piyush12317-Apr-07 20:53
piyush12317-Apr-07 20:53 
AnswerRe: GridVew Updation Pin
mdv11318-Apr-07 13:02
mdv11318-Apr-07 13:02 
QuestionAsp.net 2.0 + c# + javascripting Pin
ritu432117-Apr-07 20:50
ritu432117-Apr-07 20:50 

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.