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 http request and response?
What is jade template engine?
How do I use a proxy server when invoking a web service?
Do I need to have the latest version of windows media player installed?
Where session variables are stored?
Which is the parent class of the web server control?
Explain the server control events of asp.net ?
How to use multiple scriptmanager controls in a web page?
What is data cache in sql server?
What is the difference between visual basic and asp.net?
What is the difference between adding reference in solution explorer and adding references by using ?
State differences between MVC and WebAPI
Securitywise What are the Enhancements in 2.0?
What are validator? How do you disable them?
Describe Segmentation With Paging?