Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how would i implement dropdownlist in gridview using c#

Answers were Sorted based on User's Feedback



how would i implement dropdownlist in gridview using c#..

Answer / indra

<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 ?    15 Yes 8 No

how would i implement dropdownlist in gridview using c#..

Answer / guest

using item template

Is This Answer Correct ?    9 Yes 4 No

Post New Answer

More ADO.NET Interview Questions

What is ODP.NET ?

1 Answers   TCS,


How to find the count of records in a dataset?

6 Answers  


types of Store procedure in Sqlserver2000?

4 Answers  


What is sql connection in ado.net?

0 Answers  


What is commandbuilder in ado.net?

0 Answers  


describe the dataset object in ado.net.

0 Answers  


Which is faster entity framework or ado.net?

0 Answers  


Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.

0 Answers  


What is the difference between Optimistic and Pessimistic locking?

0 Answers  


Explain how can we load multiple tables in to dataset?

0 Answers  


What is Pooling? what is data pooling? what is sql pooling?

3 Answers   TCS,


How to check if a datareader is closed or opened?

1 Answers  


Categories