In a Repeater control how one can provide an alternating color scheme ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Which tools of web site Administartion tool do you use to manage user,roles and rules?

2 Answers  


What is the use of web.config file?

0 Answers  


How will you maintain versioning in asp.net 2.0?

0 Answers   MCN Solutions,


what is difference between .net 3.0 and 3.5

3 Answers  






benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers   HCL,


what is the difference b/w .net 1.1 and 2.0 ?

2 Answers   Polaris,


all asp.net interives questions

1 Answers  


In ViewState How much lifespan items stored?

0 Answers   Siebel,


Tell About Global.asax ?

3 Answers   Keane India Ltd,


What is the use of session state and application state and difference between them?

0 Answers  


what is generics?

2 Answers   Microsoft,


Categories