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#

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the overview of ado.net architecture?

1121


What is ado control?

1000


What is disconnected architecture in ado.net?

1043


What is sqlconnection and sqlcommand?

1201


What is difference between datatable and dataset?

1128


What is method to get XML and schema from Dataset? getXML() and get Schema ()

1021


What Is Difference Between Ado And Ado.net?

1076


How would you connect to database using .NET?

1081


What are all the different authentication techniques used to connect to MS SQL Server?

1134


What is the DataTableCollection?

1101


Give an example of a .net application which connects to microsoft access database using ado.net classes.

1218


How do you update a dataset in ado.net and how do you update database through dataset?

971


What is the use of SqlCommand object?

1287


What are the usages of the command object in ado.net?

1070


Which is the feature of ado.net?

1066