Can you edit data in the Repeater control?
Answer Posted / vishal
You can't edit repeater control but you can design it by
your own
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How you will improve web application performance?
How can you identify that the page is post back?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
How do you declare static variable? What is its lifetime?
Which authentication uses a combination of windows and iis authentication?
What is redirecting behavior?
What is break mode?
What is asp.net web application?
What does asax stand for?
Explain the asp.net mvc request life cycle? : asp.net mvc
How to comment out asp.net tags?
How can you use a custom controls in ASP.NET application?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Which is better viewstate or session?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?