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
What is Cookies Less Session?
Explain what are webservices?
What is inheritance and an how it be used, example with an example?
What do you mean by authentication?
How do you declare static variable?
Why do we use web config?
What is asp.net and its advantages?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Is it possible to change the index of primary key on table?
Explain about consistent programming model in the .NET framework?
Explain the use of fragment caching.
What are client activated objects?
Which control has default post back is enabled(true)?
What is & in a url?
How is session id generated?