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
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()
Which tools of web site Administartion tool do you use to manage user,roles and rules?
What is the use of web.config file?
How will you maintain versioning in asp.net 2.0?
what is difference between .net 3.0 and 3.5
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
what is the difference b/w .net 1.1 and 2.0 ?
all asp.net interives questions
In ViewState How much lifespan items stored?
Tell About Global.asax ?
What is the use of session state and application state and difference between them?
what is generics?