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
Why is asp.net so popular?
Explain the use of resource manager class in .net.
Define application state variable and session state variable?
Explain the difference between asp.net mvc and asp.net webforms
Who creates jsessionid?
What is paging in context of Memory?
what is a .xap file? Explain with an example.
Can we have a web application running without web.config file?
How can you debug your.net application?
What is %20 in a url?
How can we prevent browser from caching an aspx page?
Web API uses which library for JSON serialization?
Is post back in asp.net?
How dataadapter.fill works?
What is meant by ispostback in asp net?