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 a query string in a url?
How does the cookies work in asp.net?
Which is faster viewbag or viewdata?
What is asp.net architecture?
Explain form level validation and field level validation?
when a request is made in Life cycle of ASP.NET page .
What are the uses of reflection?
What is x xss protection?
What are the steps to follow to host a web application on a web server?
What is the difference between application state and caching?
In a Repeater control how one can provide an alternating color scheme ?
What is redirecting behavior?
How tooltip is set through code-behind in ASP.NET?
What are the types of caching in asp.net?
What is the difference between exe and dll?