When a dropdownlist has been added by some records and it
has been binded why it is not executing i'm facing this
error pls help me ?
if (is!pageposback)
{
arraylist books = new arraylist;
books.add ("gone with the wind");
books.add ("rahulsriramprakash");
books.add ("vishal");
dropdowndisplay.datasource=books;
dropdowndisplay.databind();
}
The error is :
1) The dropdowndisplay does not exist.
Answer Posted / rajesh
make sure that dropdownlist is there in the webform
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is session in asp.net?
How does session work in asp net?
How does u call and execute a sp in .net?
Define static constructor?
Explain the steps needed to be performed in order to create an animation in xaml?
Disable Mouse right click on web page in asp.net?
What is fulltrust?
What are the differences between application object and session object?
Web API uses which library for JSON serialization?
How many types of cookies are there in asp.net?
What is cookieless session id explain in brief?
What is a viewbag?
Is it right that ASP.NET Web API has replaced WCF?
How does session state work in asp.net?
What is true about application service provider?