Can you edit data in the Repeater control?
Answer Posted / swapna
NO we can't edit data in Repeater whereas it is possible
with datagrid.
| Is This Answer Correct ? | 20 Yes | 9 No |
Post New Answer View All Answers
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
In which event of the page life cycle, is the viewstate available?
What are standard controls?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is meant by web application?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What are cookies in asp.net?
What is the difference between a default skin and a named skin?
Where is asp.net session stored?
Is data edited in the Repeater control?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What is the usage of DelegatingHandler?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is server redirect?
List down the sequence of methods called during the page load.