Click here to Skip to main content
16,004,761 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Importing excel file Pin
Abhijit Jana29-Dec-08 21:57
professionalAbhijit Jana29-Dec-08 21:57 
Questionhow to check asynchronous postback on page load ? Pin
mr_muskurahat29-Dec-08 21:47
mr_muskurahat29-Dec-08 21:47 
AnswerRe: how to check asynchronous postback on page load ? Pin
Brij29-Dec-08 22:34
mentorBrij29-Dec-08 22:34 
AnswerRe: how to check asynchronous postback on page load ? Pin
Paddy Boyd29-Dec-08 22:53
Paddy Boyd29-Dec-08 22:53 
QuestionFormView inside the Repeater control Pin
Aftab Sindhi29-Dec-08 21:07
Aftab Sindhi29-Dec-08 21:07 
QuestionFetching Problem Pin
monika_vasvani29-Dec-08 21:04
monika_vasvani29-Dec-08 21:04 
AnswerRe: Fetching Problem Pin
Brij29-Dec-08 21:09
mentorBrij29-Dec-08 21:09 
QuestionPage Navigation in Reportviewer control Pin
Raheem MA29-Dec-08 20:03
Raheem MA29-Dec-08 20:03 
Hello,

I'm using Reportviewer control to show the SQL server reports in asp.net page. It is working fine and showing the reports properly.

But, if we enter page number in page number text box of report viewer control and press enter it is showing current page only but not the required page.

do we need to write any page navigation event for this functionality explicityly?

I have also written the code for pagenavigation event, it didn't work out even.
following is the piece of code I wrote in .cs page.

protected void ReportViewer1_PageNavigation(object sender, Microsoft.Reporting.WebForms.PageNavigationEventArgs e)
{
ReportViewer1.CurrentPage = e.NewPage;
}

Any help would be highly appreciated.

Thank you,
Raheem MA
AnswerRe: Page Navigation in Reportviewer control Pin
m4f105018-Aug-11 4:11
m4f105018-Aug-11 4:11 
QuestionCrystal report Pin
nikhil123429-Dec-08 20:00
nikhil123429-Dec-08 20:00 
AnswerRe: Crystal report Pin
mr_muskurahat29-Dec-08 21:50
mr_muskurahat29-Dec-08 21:50 
AnswerRe: Crystal report Pin
pinna_hari29-Dec-08 23:18
pinna_hari29-Dec-08 23:18 
Questioncan we get web.config value in classic asp Pin
googlejumbo29-Dec-08 19:57
googlejumbo29-Dec-08 19:57 
AnswerRe: can we get web.config value in classic asp Pin
N a v a n e e t h29-Dec-08 21:31
N a v a n e e t h29-Dec-08 21:31 
Questionpopulate vales in combobox with windows form .net application [modified] Pin
Pankaj Deharia29-Dec-08 19:47
professionalPankaj Deharia29-Dec-08 19:47 
AnswerRe: populate vales in combobox with windows form .net application Pin
Abhijit Jana29-Dec-08 20:08
professionalAbhijit Jana29-Dec-08 20:08 
QuestionMicrosoft Office Files Pin
kashif63429-Dec-08 19:40
kashif63429-Dec-08 19:40 
Questionproblem in hosting [modified] Pin
soumyaraj29-Dec-08 19:25
soumyaraj29-Dec-08 19:25 
QuestionCapturing print button click on crystal report Pin
girishdonde29-Dec-08 18:04
girishdonde29-Dec-08 18:04 
Questionperfomance of retriving the data from database is becomming very slow. Pin
lakshmichawala29-Dec-08 18:02
lakshmichawala29-Dec-08 18:02 
AnswerRe: perfomance of retriving the data from database is becomming very slow. Pin
Brij29-Dec-08 18:10
mentorBrij29-Dec-08 18:10 
GeneralRe: perfomance of retriving the data from database is becomming very slow. Pin
lakshmichawala29-Dec-08 18:23
lakshmichawala29-Dec-08 18:23 
GeneralRe: perfomance of retriving the data from database is becomming very slow. Pin
Brij29-Dec-08 18:46
mentorBrij29-Dec-08 18:46 
AnswerRe: perfomance of retriving the data from database is becomming very slow. Pin
Abhijit Jana29-Dec-08 18:11
professionalAbhijit Jana29-Dec-08 18:11 
Questiondocument.activeElement.id not working in safari and crom Pin
girishdonde29-Dec-08 17:47
girishdonde29-Dec-08 17:47 

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.