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
How will you maintain versioning in asp.net 2.0?
Can we have multiple web config files for an asp.net application?
Can any body provide me the sample web application in asp.net
What is inproc mode in session?
What is http session state?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Explain exception filters?
Describe a Windows Service and its lifecycle ?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
Explain the difference between globalization and localization techniques
What is the benefit of WebAPI over WCF?
Explain the advantages of passport authentication.
List the asp.net validation controls?
What is viewstate information stored?
What is the difference between application state and session state in asp net?