Sandeep, Thanks for your reply But what i need is, you know report viewer has paging. So when i will click for next page it will show same report for 2nd employee. In this way i want to show multiple employees information where each page contain same report for separate employee
M K BASHER
Posts
-
Same reports multiple times (.rdlc) in Report viewer -
Same reports multiple times (.rdlc) in Report viewerHi For multiple employees (one or more), I have to generate report --Report will be same for all employees --Each page of report viewer will contain a single report for a single employe. For example, for 10 employees ten report will be in ten pages of a single report viewer. I am making report with RDLC How i will do it?? Please help me Thanks
-
Each page of report viewer contain single report(.rdlc)Hi For multiple employees (one or more), I have to generate report --Report will be same for all employees --Each page of report viewer will contain a single report for a single employe. For example, for 10 employees ten report will be in ten pages of a single report viewer. I am making report with RDLC How i will do it?? Please help me Thanks
-
Editable gridview in ASP.NET MVC 2.0Actually I need editable grid view for mvc 2.0, not for dynamic database
-
Editable gridview in ASP.NET MVC 2.0Hi I need an editable gridview for ASP.NET MVC 2.0 Can anybody help me? Thank you
-
CheckBoxList in ASP.NET MVC 2.0Hi, Can any body tell me how to use checkboxlist in ASP.NET MVC 2.0 Thanks for help
-
Autopost Back in ASP.NET MVC -
ASP.NET Control in MVCIs it possible to use ASP.NET Control in MVC Patterns
-
sub-domainCan anybody tell me how to create sub domain programmatically by C# Thanks
-
Send data from code behindThanks a lot
-
Send data from code behindThanks Actually I was trying to insert data using Listview where Linq is used as a data source. But there is a datetime field to be inserted thats need to convert from string to datetime. for this i need to send data from code behind as we usually do when use objectdatasource like.. e.InputParameters["Parameter"] = value;
-
Send data from code behindHow to send data to database through linq from code behind tahnks
-
Software like firebug for IECan any body tell the name of a free software that is used for inspect CSS, HTML in Internet explorer (IE). As like we use FireBug for Mozila/Firefox
-
Browser FriendlynessMy site is working fine in IE7. But it is not showing rightly in IE6. I have used sitemap in masterpage which has broken down Thanks for help
-
Browser FriendlynessMy site is working fine in IE7. But it is not showing rightly in IE6. I have used sitemap in masterpage which has broken down Thanks for help
-
Update using details view [modified]I am updating some data using detailView. detailView is being populated by object datasource I want to keep hold the update mode of the detail view if update is false. I wrote detview.ChangeMode(DetailsViewMode.Edit); in the detview_updating method. But it changed the mode to Item mode(DetailsViewMode.Readonly). How can keep hold the update mode ? Thanks in advance
modified on Monday, May 18, 2009 4:17 AM
-
keep up the update mode in details viewHi I am updating records using details view. update is occur by object data source. I want to keep the update mode when update is false. I tried following code from detView_ItemUpdating and ObjectDataSource1_Updating method. but it can not keep hold the update mode. it changes it to item mode. how can i keep hold the update mode detView.CurrentMode != DetailsViewMode.Edit
-
Return confirm message problemHi I know generally we add return confirm message at deleting. But I need to do it at uploading. I can not call the return confirm message from the button onclick because I am validating when uploading. so i need the return confirm message after validation Can any body help?
-
Hide/Show Div when selecting radio buttonI tried it but it is not working
-
Hide/Show Div when selecting radio buttonHi I have two div in my web page and two radio button I want initially both div will be invisible.When i am selecting one radio button i want one div will be visible and other will be invisible I am using IE-7 please help me