ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 310 Page Views: 

Is it possible to apply an alternating color scheme in a Reporter Control?



Posted By: Avi Date: 1 October 2010 09:45:19 AM
 Answer:

By using AlternatingItem template. The style properties of AlternatingItem template can be used to give different appearance.


Posted By: avibtech


Date: 1 October 2010 09:45:19 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image EedhMT
Related Questions
ASP.Net : Is there any limit of imposing cookies in a single application?

Is there any limit of imposing cookies in a single application?

Yes, only 20 cookies can be used in a single web application.
Category: ASP.Net Date: 9/30/2010 7:51:14 PM
ASP.Net : What do you mean by SmartNavigation in asp.net?

What do you mean by SmartNavigation in asp.net?

The SmartNavigation property is used very rarely. The purpose of this property is to avoid flickring....
Category: ASP.Net Date: 9/30/2010 7:30:14 PM
ASP.Net : What is EnableViewState Property?

What is EnableViewState Property?

With EnableViewState property it is possible to Get or Set a value , which will indicate whether th....
Category: ASP.Net Date: 9/30/2010 7:09:13 PM
ASP.Net : To which namespace does the column mapping belongs?

To which namespace does the column mapping belongs?

It belongs to System.Data.Common Namespace
Category: ASP.Net Date: 9/30/2010 6:59:14 PM
ASP.Net : What is the use of Application_Start method?

What is the use of Application_Start method?

Application_Start is a special method of ASP.Net which do not represent HTTPApplication events. Appl....
Category: ASP.Net Date: 9/30/2010 5:25:13 PM