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...

what are grid events ?code for dropdown inside grid and
binding dropdown syntax

Answer Posted / om shivaya namaha

two ways are their to bind the data in the Grid:-
GridID_ItemDatabound()
{
textbox txt =new textbox();
dataset ds=new dataset();
ds=bind data from DataBase;
txt=(textbox)e.item.findcontrol("ddl");
txt.datasource=ds;
txt.databind();
}

like that we can bind data to dropdown list through
ItemCommand also

ItemDatabound will fire when ever we are binding the data to
datagrid it will iterate for each row and each Item

ItemCommand will fire when ever we click on any control in
the datagrid then it will fire but it will refer to the
current row in a datagrid


Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we set master page as a start page?

1080


Define session in asp.net.

1036


what is a .xap file? Explain with an example.

1071


How you can stop the validation of ASP.NET controls from client side?

1093


Explain the namespace classes used in asp.net mvc? : asp.net mvc

1043


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

1902


What is redirecting behavior?

1021


Can you explain composite pattern?

1096


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

1248


Which method is used to enforce garbage collection in .net?

907


Explain the difference between sql invalidation and sql notification.

1018


Where is cookie used in asp.net?

1149


What is the difference between login controls and forms authentication?

1133


What is the significance of ASP.NET routing?

1123


What are strong names?

1089