Click here to Skip to main content
15,891,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Book/s Pin
nlowdon19-Dec-08 1:02
nlowdon19-Dec-08 1:02 
QuestionPassing Parameter Pin
BalasubramanianK18-Dec-08 23:46
BalasubramanianK18-Dec-08 23:46 
AnswerPlease Ignore : Repost Pin
Abhijit Jana18-Dec-08 23:54
professionalAbhijit Jana18-Dec-08 23:54 
GeneralRe: Please Ignore : Repost Pin
BalasubramanianK19-Dec-08 0:03
BalasubramanianK19-Dec-08 0:03 
GeneralRe: Please Ignore : Repost Pin
Rutvik Dave19-Dec-08 5:07
professionalRutvik Dave19-Dec-08 5:07 
Questionhow to disable enable parent browser window when we open or close new window Pin
Sanket.Patil18-Dec-08 23:44
Sanket.Patil18-Dec-08 23:44 
AnswerRe: how to disable enable parent browser window when we open or close new window Pin
Brij19-Dec-08 0:17
mentorBrij19-Dec-08 0:17 
QuestionPassing Parameter Pin
BalasubramanianK18-Dec-08 23:40
BalasubramanianK18-Dec-08 23:40 
Hi I am using crystal report, which is in vs 2005. I've created a report with Sql Command. In the command, I've writen my query with parameter. I can preview the report by giving the parameter. How should I pass the query parameter to the report?
param1Field.ParameterFieldName = "pEmpCode"         param1Range.Value = ddlEmpCode.SelectedValue 
param1Field.CurrentValues.Add(param1Range)
param1Fileds.Add(param1Field)
CrystalReportViewer1.ParameterFieldInfo = param1Fileds         CrystalReportViewer1.ReportSource = "Reports\rptEmpDetails1.rpt"         CrystalReportViewer1.RefreshReport()
CrystalReportViewer1.Visible = True

If i use this, It is asking again the parameter value. Thanks in adv.

Balasubramanian K.

AnswerRe: Passing Parameter Pin
Abhijit Jana19-Dec-08 0:17
professionalAbhijit Jana19-Dec-08 0:17 
QuestionHow to post content to Blogger(blogspot) from web application Pin
prabhuch8518-Dec-08 23:33
prabhuch8518-Dec-08 23:33 
QuestionError: A field or property with the name 'X' was not found on the selected data source. Pin
laziale18-Dec-08 23:19
laziale18-Dec-08 23:19 
AnswerRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
Paddy Boyd18-Dec-08 23:30
Paddy Boyd18-Dec-08 23:30 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
laziale18-Dec-08 23:34
laziale18-Dec-08 23:34 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
Paddy Boyd18-Dec-08 23:37
Paddy Boyd18-Dec-08 23:37 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
laziale18-Dec-08 23:39
laziale18-Dec-08 23:39 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
Paddy Boyd18-Dec-08 23:49
Paddy Boyd18-Dec-08 23:49 
AnswerRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
Abhijit Jana18-Dec-08 23:30
professionalAbhijit Jana18-Dec-08 23:30 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
laziale18-Dec-08 23:37
laziale18-Dec-08 23:37 
AnswerRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
div_gusain18-Dec-08 23:47
div_gusain18-Dec-08 23:47 
GeneralRe: Error: A field or property with the name 'X' was not found on the selected data source. Pin
laziale18-Dec-08 23:50
laziale18-Dec-08 23:50 
QuestionExtart RAR File and Play Animation Pin
yogesh_kumar_agarwal18-Dec-08 22:50
yogesh_kumar_agarwal18-Dec-08 22:50 
AnswerRe: Extart RAR File and Play Animation Pin
Christian Graus18-Dec-08 22:53
protectorChristian Graus18-Dec-08 22:53 
Questionhoew to get back to previous window in asp.net Pin
ais0718-Dec-08 22:43
ais0718-Dec-08 22:43 
AnswerRe: hoew to get back to previous window in asp.net Pin
Christian Graus18-Dec-08 22:56
protectorChristian Graus18-Dec-08 22:56 
QuestionMultiuser voting Pin
B8718-Dec-08 22:18
B8718-Dec-08 22:18 

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.