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 / rahul
Even i tried with that even it's saying the same error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
Why do we need asp.net?
Web API supports which protocol?
Explain file-based dependency and key-based dependency.
How does a web application session work?
What is datagrid asp.net?
Explain what is an abstract class?
What are the features that make asp.net more used framework? : asp.net mvc
how to elimainte the similar data from the different tables
What is the difference between runtime version and version?
Explain how can we inherit a static member?
Does asp.net still recognize the global.asa file?
Which is better viewstate or session?
What is asp net theme?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc