ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
Can you edit data in the Repeater control?
 Question Submitted By :: Sunayana
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Can you edit data in the Repeater control?
Answer
# 1
No, it just reads the information from its data source
 
Is This Answer Correct ?    3 Yes 1 No
Sunayana
 
  Re: Can you edit data in the Repeater control?
Answer
# 2
You can't edit repeater control but you can design it by
your own
 
Is This Answer Correct ?    1 Yes 2 No
Vishal
 
 
 
  Re: Can you edit data in the Repeater control?
Answer
# 3
Yes We Can Edit Data In a RepeaterControl,it is based on our
designing 
Example:Display Data What Ever YOU want in Labels and same
data in to Textboxes(visible = false) while page is loading
and  when user clicks Edit Button put all labels to visible
false and and all text boxes to visible true,
foreach(control con in Repeater.Items)
{
  foreach(Control ctl in con.Controls)
  {
    if(ctl is TextBox)
     {
       ((Textbox)ctl).Visible = true;
     }
    if(ctl is Label)
     {
       ((Label)ctl).visible = false;
     }
  }
}

After This Iterate Through All Items in Our Repeater Like
for(int i=0;i<Repeater.Items.Count;i++)
{
   string txt =    
((Textbox)Repeater.Items[i].FindControl("Textboxid")).Text;
}

Get The Edited Text Like This And Update into Database
 
Is This Answer Correct ?    3 Yes 1 No
Sivaprasad
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
which one is faster execute reader, scalar, execute non query ? Minecode16
How to refresh a page in asp.net  2
is it possible to use web site without web server from remote place? ABC1
When would you set a control's AutoPostBack property to true?  1
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other? Satyam3
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.  1
Uses of CLR ? TCS2
What is the name of the process the browser uses to find the address of a web server? a) DMZ b) DNS c) Active Directory d) Database lookup Syntax-Softtech1
How cross page posting is done in Asp.net 2.0?  3
how to update data set? TCS3
33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version. Syntax-Softtech2
How many time you can fill dataset in asp.net? Syntel1
How many classes can a single .NET DLL contain?  6
what is the difference between console.writeline &console.output.writeline?  2
How do you do exception management? Accenture1
When does the application ONEND event handler fire? C-Squared-Systems1
we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using? Tech-Mahindra5
repeater and gridview diff? Why is repeater fast than gridview? TCS2
Where does the Web page belong in the .NET Framework class hierarchy?  1
What is the name of the base class that all web forms will be inherited?  7
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com