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 / vyas pyk
though u have the control in the web form some times is
shows like that onle,
the solutions is u better delete the control and add it
again u will get it
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the typical session identifier?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is the difference between application state and caching?
Give some salient points of difference between request processor and request dispatcher.
What is the base class from which web forms are inherited?
What is the advantage of mvc over asp.net? : Asp.Net MVC
Define page output caching?
Where you store Connection string in "Web.Config" file in ASP.NET?
How many types of cookies are there in asp.net?
Define msil.
Why do we use sessions?
What are the modes of updation in an updatepanel?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?