Click here to Skip to main content
15,912,204 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: WebService Security Pin
minhpc_bk8-Nov-06 18:48
minhpc_bk8-Nov-06 18:48 
QuestionGoogle and Encoding Pin
Clickok8-Nov-06 13:02
Clickok8-Nov-06 13:02 
AnswerRe: Google and Encoding Pin
minhpc_bk8-Nov-06 18:45
minhpc_bk8-Nov-06 18:45 
QuestionHow to hide the webcontrol based on the option selected from other webcontrol? Pin
veerugadde8-Nov-06 11:37
veerugadde8-Nov-06 11:37 
AnswerRe: How to hide the webcontrol based on the option selected from other webcontrol? Pin
Mircea Grelus8-Nov-06 13:00
Mircea Grelus8-Nov-06 13:00 
QuestionHow to send the databack to database after user fills the form? Pin
veerugadde8-Nov-06 10:14
veerugadde8-Nov-06 10:14 
AnswerRe: How to send the databack to database after user fills the form? Pin
indianet8-Nov-06 10:41
indianet8-Nov-06 10:41 
QuestionRefreshing Reports in ReportViewer Pin
lsu_terry8-Nov-06 10:14
lsu_terry8-Nov-06 10:14 
Hi,

My application module has 3 reports: rptByName, rptByCity, rptByArea.

Each report has the same dataset; however, each report is sorted according to Name, City, or Area.

I have a "generate report" button that displays the report according to the user selection from a "Sort by:" listbox.

This is the code for the button_click event:

If sortOptionsList.SelectedValue = "Area" Then
ReportViewer2.LocalReport.ReportPath = rptByArea
ElseIf sortOptionsList.SelectedValue = "LastName" Then
ReportViewer2.LocalReport.ReportPath = rptByName
ElseIf sortOptionsList.SelectedValue = "City" Then
ReportViewer2.LocalReport.ReportPath = rptByCity
End If

ReportViewer2.LocalReport.Refresh()

However, once any report is opened, that report stays on the report viewer.

So, how can I fix this? Also, is there a way that I could use only one report but programatically change the sort value?

The reports are being run locally, BTW.

Thanks
QuestionText Box Problem Pin
shapper8-Nov-06 9:07
shapper8-Nov-06 9:07 
AnswerRe: Text Box Problem Pin
Mircea Grelus8-Nov-06 10:59
Mircea Grelus8-Nov-06 10:59 
QuestionError Accessing Webservice Pin
mrinmayeek8-Nov-06 8:48
mrinmayeek8-Nov-06 8:48 
AnswerRe: Error Accessing Webservice Pin
Ramasubramaniam8-Nov-06 10:45
Ramasubramaniam8-Nov-06 10:45 
GeneralRe: Error Accessing Webservice Pin
mrinmayeek9-Nov-06 2:08
mrinmayeek9-Nov-06 2:08 
QuestionCan I convert a HTA to an ASP.Net? Pin
Zach Burnett8-Nov-06 8:37
Zach Burnett8-Nov-06 8:37 
QuestionShopping Cart ID Pin
TheEagle8-Nov-06 7:27
TheEagle8-Nov-06 7:27 
AnswerRe: Shopping Cart ID Pin
ednrgc8-Nov-06 7:56
ednrgc8-Nov-06 7:56 
GeneralRe: Shopping Cart ID Pin
TheEagle8-Nov-06 8:52
TheEagle8-Nov-06 8:52 
GeneralRe: Shopping Cart ID Pin
ednrgc8-Nov-06 8:55
ednrgc8-Nov-06 8:55 
GeneralRe: Shopping Cart ID Pin
TheEagle8-Nov-06 9:10
TheEagle8-Nov-06 9:10 
QuestionSecurity Pin
DanB19838-Nov-06 7:23
DanB19838-Nov-06 7:23 
AnswerRe: Security Pin
ednrgc8-Nov-06 7:57
ednrgc8-Nov-06 7:57 
AnswerRe: Security Pin
Ramasubramaniam8-Nov-06 10:49
Ramasubramaniam8-Nov-06 10:49 
GeneralRe: Security Pin
Jim Franz8-Nov-06 12:30
Jim Franz8-Nov-06 12:30 
QuestionHow to install ASP.net application with MODI component Pin
easternsoldier8-Nov-06 5:45
easternsoldier8-Nov-06 5:45 
AnswerRe: How to install ASP.net application with MODI component Pin
ednrgc8-Nov-06 7:59
ednrgc8-Nov-06 7:59 

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.