Click here to Skip to main content
15,896,201 members

Comments by kanamala subin (Top 33 by date)

kanamala subin 24-Sep-14 5:25am View    
yes exactly sir
kanamala subin 11-Feb-14 6:03am View    
The same I need..Can you please suggest any way to open it in a new window or tab..?
kanamala subin 11-Feb-14 4:12am View    
Thank you for spending time to my question..
But you are not correct.
I solved it myself by changing ,
Response.AddHeader("content-disposition", "attachment;filename=GridViewExport.pdf");
To

Response.AddHeader("content-disposition", "inline;filename=GridViewExport.pdf");

onething i am facing here is it is, opening in the same window..
kanamala subin 12-Dec-13 7:52am View    
I know this things..

Here my requirement is different..
For example in my report have 4 columns(Class,Subject,Name,Marks)and 2 drill-downs..
First drill-down started with Class
When I expand class will get all Subjects.
When I expand Subjects I will get Name and Marks.
In these Class and Subjects are row groups.And name and Marks are details.
In these suppose Marks column(detailed column) is the SUM(Marks Field)
So I need the average marks in top(Collapsed stage of Subjects).
Suppose marks field contains 0 values(20,0,34).
So SUM(Marks field)=54..
Many rows will come like this,

CLASS Subjects Name Marks
Class A -
Maths + 80
English+ 58
Hindi - 23.666
Subin 30
Visal 29
Rani 12
Here how can I get 23.666 IF 30,29,12 are the SUM(marks field)
Means 23.666 is the AVG(SUM(Marks field))

That is my problem
kanamala subin 2-Dec-13 6:01am View    
I am using TextBox for from and two dates...
So how can i use this code..?
Please explain