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
Explain about asp.net state management?
What are the types of validation in asp net?
When we use cookie less session? Explain its working?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is the use of response redirect in asp.net?
Difference between .NET and previous version?
What is a web based system?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What is a ashx file?
What are the various session state management options provided by asp.net?
What is preprocessor in .net and type, where it use?
What is the difference between user control and custom control?
What is asp.net file?
How to display validation messages in one control?