Click here to Skip to main content
15,889,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPop up page titles Pin
Jisha Pappachan11-Jun-07 18:43
Jisha Pappachan11-Jun-07 18:43 
AnswerRe: Pop up page titles Pin
Sathesh Sakthivel11-Jun-07 18:47
Sathesh Sakthivel11-Jun-07 18:47 
GeneralRe: Pop up page titles Pin
_AK_11-Jun-07 20:39
_AK_11-Jun-07 20:39 
QuestionThe profile default provider was not found -- error [modified] Pin
missrej11-Jun-07 18:36
missrej11-Jun-07 18:36 
AnswerRe: The profile default provider was not found -- error Pin
Harini N K11-Jun-07 19:11
Harini N K11-Jun-07 19:11 
QuestionI want to call Crystal Report in ASP.NET Pin
suveenmohan11-Jun-07 18:02
suveenmohan11-Jun-07 18:02 
AnswerRe: I want to call Crystal Report in ASP.NET Pin
Tirthadip11-Jun-07 18:22
Tirthadip11-Jun-07 18:22 
GeneralRe: I want to call Crystal Report in ASP.NET Pin
suveenmohan11-Jun-07 19:00
suveenmohan11-Jun-07 19:00 
Hi,
Thanx for your reply.But i want to access multiple reports by passing a querystring e.g.

if(Request.QueryString.Equels("L"))
{
CRV.ReportSource = Server.MapPath("New_Reports/deptwiselaptop.rpt");
}
else if(Request.QueryString.Equels("W"))
{
CRV.ReportSource = Server.MapPath("New_Reports/Warranty.rpt");
}

but it gave an error on Request.QueryString.Equels("L")

error msg is->
'System.Collections.Specialized.NameValueCollection' does not contain a definition for 'Equels'

AnswerRe: I want to call Crystal Report in ASP.NET Pin
Sathesh Sakthivel11-Jun-07 18:22
Sathesh Sakthivel11-Jun-07 18:22 
AnswerRe: I want to call Crystal Report in ASP.NET Pin
sPaudel11-Jun-07 18:43
sPaudel11-Jun-07 18:43 
QuestionPlease explain code Pin
ASPnoob11-Jun-07 13:54
ASPnoob11-Jun-07 13:54 
AnswerRe: Please explain code Pin
J$11-Jun-07 14:24
J$11-Jun-07 14:24 
AnswerRe: Please explain code Pin
Tirthadip11-Jun-07 18:10
Tirthadip11-Jun-07 18:10 
QuestionRequest.form Pin
seemamltn11-Jun-07 12:58
seemamltn11-Jun-07 12:58 
AnswerRe: Request.form Pin
Guffa11-Jun-07 19:13
Guffa11-Jun-07 19:13 
QuestionListbox multi-select Pin
certuser7611-Jun-07 12:47
certuser7611-Jun-07 12:47 
AnswerRe: Listbox multi-select Pin
Venkatesh Mookkan11-Jun-07 20:09
Venkatesh Mookkan11-Jun-07 20:09 
QuestionPass Data Pin
seemamltn11-Jun-07 12:02
seemamltn11-Jun-07 12:02 
AnswerRe: Pass Data Pin
Sathesh Sakthivel11-Jun-07 15:33
Sathesh Sakthivel11-Jun-07 15:33 
QuestionExecute SSIS package Pin
alexfromto11-Jun-07 11:08
alexfromto11-Jun-07 11:08 
AnswerRe: Execute SSIS package Pin
Sathesh Sakthivel11-Jun-07 15:39
Sathesh Sakthivel11-Jun-07 15:39 
GeneralRe: Execute SSIS package Pin
alexfromto12-Jun-07 3:13
alexfromto12-Jun-07 3:13 
QuestionRead/Writing removable HDD? [modified] Pin
BlueChippy11-Jun-07 9:58
BlueChippy11-Jun-07 9:58 
Questionserver.tranfer Pin
seemamltn11-Jun-07 8:37
seemamltn11-Jun-07 8:37 
AnswerRe: server.tranfer Pin
Tom John11-Jun-07 8:40
Tom John11-Jun-07 8:40 

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.