what are grid events ?code for dropdown inside grid and
binding dropdown syntax
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / amiya kumar parida
To bind dropdownlist inside a grid ,The event is
rowdatabound().It bind the grid one by one row.
Instead of it we can bind the grid from source code calling
a function of code behind or direct assign a datasourse.
| Is This Answer Correct ? | 1 Yes | 2 No |
How long does an http session last?
Is post back in asp.net?
Is asp.net web forms dead?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is the importance of Global.asax in ASP.NET?
Is there any alternative to avoid name collisions other then Namespaces?
what is the difference b/w .net 1.1 and 2.0 ?
What are the difference between ASP and ASP.Net?
What is CLS?
5 Answers IBM, PrimeLine, TCS,
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What are the asp.net server side objects?
Why is global asax is used for?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)