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  >>  ADO.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
how would i implement dropdownlist in gridview using c#
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how would i implement dropdownlist in gridview using c#
Answer
# 1
using item template
 
Is This Answer Correct ?    5 Yes 2 No
Guest
 
  Re: how would i implement dropdownlist in gridview using c#
Answer
# 2
<asp:GridView ID="GridView1" AutoGenerateColumns ="false" 
Font-Size=Small Font-Names="Verdana" GridLines="None"
runat="server">
 <Columns>
        <asp:TemplateField HeaderText="Customer name" >
                    <ItemTemplate>
                        <asp:DropDown ID="DDcustname" 
runat="server"></asp:DropDown>
                    </ItemTemplate>
                    
                </asp:TemplateField>
</Columns>
</asp:GridView>
 
Is This Answer Correct ?    12 Yes 5 No
Indra
 
 
 

 
 
 
Other ADO.NET Interview Questions
 
  Question Asked @ Answers
 
can anybody show me the structure of ADO.NET  1
What are major difference between classic ADO and ADO.NET?  2
What are the three Ado objects? Microsoft5
How to get oledb connection?  3
What does ADO.NET consists of ? TCS5
How to generate XML from a dataset and vice versa?  2
what is typed and untyped dataset  3
Call a stored procedure from ado.net and pass parameter to it ? Keane-India-Ltd5
how to display empty table to datagrid LG-Soft1
i have two textboxes one for user name and another for password . i have a table name compare(which contains name,passwod etc.,)my doubt is how compare username textbox with name column and how compare password textbox with passwod column. i want the code Wipro5
Difference between OLEDB Provider and SqlClient ?  2
What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?  2
Difference between DataReader and DataAdapter / DataSet and DataAdapter? TCS2
Whate are different types of Commands available with DataAdapter ?  2
Explain different methods and Properties of DataReader which you have used in your project?  2
what is different between SqlCommand object and Command Behaviour Object  3
Differences between dataset.clone and dataset.copy? Ksb2
If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcommand.executereader (commandbehaviour.singleresult)or sqlcommand.executescalar()  4
What is the Magic Tables in Sqlserver2000? SQL-Star5
Differnce between Stored procedure and user defined functions? Microsoft14
 
For more ADO.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