Click here to Skip to main content
15,899,313 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Setting the StatusCode of the response Pin
ThetaClear10-Jul-14 7:36
ThetaClear10-Jul-14 7:36 
AnswerRe: Setting the StatusCode of the response Pin
thatraja10-Jul-14 21:58
professionalthatraja10-Jul-14 21:58 
GeneralRe: Setting the StatusCode of the response Pin
ThetaClear12-Jul-14 21:37
ThetaClear12-Jul-14 21:37 
GeneralRe: Setting the StatusCode of the response Pin
ThetaClear12-Jul-14 22:54
ThetaClear12-Jul-14 22:54 
AnswerRe: Setting the StatusCode of the response Pin
jkirkerx11-Jul-14 11:17
professionaljkirkerx11-Jul-14 11:17 
QuestionDynamic reports in asp.net Pin
Member 105902599-Jul-14 21:17
Member 105902599-Jul-14 21:17 
AnswerRe: Dynamic reports in asp.net Pin
thatraja10-Jul-14 4:37
professionalthatraja10-Jul-14 4:37 
AnswerRe: Dynamic reports in asp.net (Using Formula Fields) Pin
Vikas Joshi (Sofware Developer)14-Jul-14 21:53
Vikas Joshi (Sofware Developer)14-Jul-14 21:53 
Firstlly you should create a formula field for showing the data into the report.

then drop that particular field on ther report section

after that you can pass the parameter like This :
string FromMonth = Convert.ToString(ddlYear.SelectedDate.Value.ToShortDateString() + " " + "To" + " " + ddlToYear.SelectedDate.Value.ToShortDateString());

ReportDocument rptDoc = new ReportDocument();
rptDoc.Load(Server.MapPath("");
rptDoc.SetDataSource(dsReport);
rptDoc.DataDefinition.FormulaFields["FromYear"].Text = "'" + FromMonth + "'";
CrystalReportViewer1.ReportSource = rptDoc;
CrystalReportViewer1.DataBind();
QuestionTexbox OnKeyPress event thru javascript executes a button click event Pin
bjay tiamsic8-Jul-14 15:23
bjay tiamsic8-Jul-14 15:23 
QuestionGridView Structure Clone Pin
sakalans8-Jul-14 5:35
sakalans8-Jul-14 5:35 
AnswerRe: GridView Structure Clone Pin
thatraja9-Jul-14 0:44
professionalthatraja9-Jul-14 0:44 
QuestionASP MVC 5 application users Pin
AnCristina8-Jul-14 2:05
professionalAnCristina8-Jul-14 2:05 
AnswerRe: ASP MVC 5 application users Pin
Vi(ky8-Jul-14 2:27
Vi(ky8-Jul-14 2:27 
GeneralRe: ASP MVC 5 application users Pin
AnCristina8-Jul-14 6:51
professionalAnCristina8-Jul-14 6:51 
GeneralRe: ASP MVC 5 application users Pin
Vi(ky8-Jul-14 22:46
Vi(ky8-Jul-14 22:46 
GeneralRe: ASP MVC 5 application users Pin
AnCristina9-Jul-14 0:04
professionalAnCristina9-Jul-14 0:04 
GeneralRe: ASP MVC 5 application users Pin
Vi(ky10-Jul-14 2:18
Vi(ky10-Jul-14 2:18 
GeneralRe: ASP MVC 5 application users Pin
AnCristina11-Jul-14 20:57
professionalAnCristina11-Jul-14 20:57 
Questionbally chohan and baljinder chohan integration with same domain using php? Pin
gauravkumar027-Jul-14 23:14
gauravkumar027-Jul-14 23:14 
AnswerRe: bally chohan and baljinder chohan integration with same domain using php? Pin
Richard MacCutchan8-Jul-14 1:29
mveRichard MacCutchan8-Jul-14 1:29 
QuestionRe: bally chohan and baljinder chohan integration with same domain using php? Pin
Richard Deeming8-Jul-14 1:56
mveRichard Deeming8-Jul-14 1:56 
AnswerRe: bally chohan and baljinder chohan integration with same domain using php? Pin
Richard MacCutchan8-Jul-14 2:50
mveRichard MacCutchan8-Jul-14 2:50 
AnswerRe: bally chohan and baljinder chohan integration with same domain using php? Pin
Bernhard Hiller8-Jul-14 22:59
Bernhard Hiller8-Jul-14 22:59 
QuestionMovie not loaded message when pointing embed src to "d:\abc\story.swf" Pin
SURESH_KATARI7-Jul-14 20:36
SURESH_KATARI7-Jul-14 20:36 
AnswerRe: Movie not loaded message when pointing embed src to "d:\abc\story.swf" Pin
thatraja7-Jul-14 21:08
professionalthatraja7-Jul-14 21:08 

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.