Can you edit data in the Repeater control?
Answer Posted / payal
No we cannot edit data in repeter control.We can do this in
Datagrid .
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What is the difference between “Web.config” and “Machine.Config”?
What is the difference between web.config and machine.config in ASP.NET?
What r the asp.net list controls and diff. Between them?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is viewstate information stored?
What are session objects?
How to display Alert in ASP.NET
Securitywise What are the Enhancements in 2.0?
What is session management in web application?
Explain the differences between managed and unmanaged code?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What are app services?
What is the life cycle of an asp.net page?
Can we set which type of comparison we want to perform by the CompareValidator control?
Does asp.net still recognize the global.asa file?