Click here to Skip to main content
15,909,051 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Display start * character on password textbox instead of dot character Pin
enjoycrack15-Mar-07 6:43
enjoycrack15-Mar-07 6:43 
GeneralRe: Display start * character on password textbox instead of dot character Pin
Guffa15-Mar-07 12:48
Guffa15-Mar-07 12:48 
QuestionFirefox Clipboard Pin
ADY00715-Mar-07 5:39
ADY00715-Mar-07 5:39 
QuestionUrgent Pin
Sarfaraj Ahmed15-Mar-07 4:13
Sarfaraj Ahmed15-Mar-07 4:13 
AnswerRe: Urgent Pin
Marcus J. Smith15-Mar-07 4:25
professionalMarcus J. Smith15-Mar-07 4:25 
GeneralRe: Urgent Pin
Sarfaraj Ahmed15-Mar-07 4:33
Sarfaraj Ahmed15-Mar-07 4:33 
AnswerRe: Urgent Pin
enjoycrack15-Mar-07 6:27
enjoycrack15-Mar-07 6:27 
QuestionInnerException propery what? Help with exception! Pin
Lordveralix15-Mar-07 4:04
Lordveralix15-Mar-07 4:04 
I'm trying to add 2 parameters to a localreport in vs2005 using c#

This is my code.

List < ReportParameter > paramList = new List < ReportParameter > ();

paramList.Add(new ReportParameter("startdate", sd.ToString("MMM dd yyyy")));
paramList.Add(new ReportParameter("enddate", sd.ToString("MMM dd yyyy")));

this.reportViewer1,LocalReport.SetParameters(paramList);

the report requires the two parameters 'startdate' and 'enddate' but for some reason I'm getting a 'LocalProcessingException was undhandled (an error occured during local report processing'

Am I going about setting the parameters incorrectly?
AnswerRe: InnerException propery what? Help with exception! Pin
Lordveralix15-Mar-07 4:17
Lordveralix15-Mar-07 4:17 
Questionouput parameter and resultset from single stored procedure ? Pin
rama charan15-Mar-07 3:42
rama charan15-Mar-07 3:42 
AnswerRe: ouput parameter and resultset from single stored procedure ? Pin
Sylvester george15-Mar-07 3:58
Sylvester george15-Mar-07 3:58 
Generalthanks Pin
rama charan15-Mar-07 4:00
rama charan15-Mar-07 4:00 
QuestionReferencing asp:Label from a javascript function Pin
snir_ya15-Mar-07 3:22
snir_ya15-Mar-07 3:22 
AnswerRe: Referencing asp:Label from a javascript function Pin
Sandeep Akhare15-Mar-07 3:29
Sandeep Akhare15-Mar-07 3:29 
GeneralRe: Referencing asp:Label from a javascript function Pin
snir_ya15-Mar-07 4:02
snir_ya15-Mar-07 4:02 
QuestionRe: Referencing asp:Label from a javascript function Pin
Sandeep Akhare15-Mar-07 4:07
Sandeep Akhare15-Mar-07 4:07 
AnswerRe: Referencing asp:Label from a javascript function Pin
snir_ya15-Mar-07 4:15
snir_ya15-Mar-07 4:15 
GeneralRe: Referencing asp:Label from a javascript function Pin
Sandeep Akhare15-Mar-07 4:20
Sandeep Akhare15-Mar-07 4:20 
QuestionRe: Referencing asp:Label from a javascript function Pin
snir_ya15-Mar-07 4:25
snir_ya15-Mar-07 4:25 
AnswerRe: Referencing asp:Label from a javascript function Pin
Sandeep Akhare15-Mar-07 4:42
Sandeep Akhare15-Mar-07 4:42 
QuestionRe: Referencing asp:Label from a javascript function Pin
snir_ya15-Mar-07 4:45
snir_ya15-Mar-07 4:45 
AnswerRe: Referencing asp:Label from a javascript function Pin
Sandeep Akhare15-Mar-07 4:49
Sandeep Akhare15-Mar-07 4:49 
AnswerRe: Referencing asp:Label from a javascript function Pin
Guffa15-Mar-07 3:32
Guffa15-Mar-07 3:32 
QuestionRe: Referencing asp:Label from a javascript function Pin
snir_ya15-Mar-07 4:17
snir_ya15-Mar-07 4:17 
AnswerRe: Referencing asp:Label from a javascript function Pin
Sandeep Akhare15-Mar-07 4:22
Sandeep Akhare15-Mar-07 4:22 

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.