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 advantage of code behind coding in ASP.NET?
Define viewstate in .net?
How can we apply themes to an asp.net application?
Explain the purpose of storyboard.targetproperty.
Define data caching?
Describe the disadvantage of cookies.
What is anonymous authentication?
Can I stream live content/events?
How to register exception filter globally?
What do you mean by View State and what is its role?
Which two new properties are added in asp.net 4.0 page class?
What is ispostback method in asp.net?
Explain why datareader is useful?
how to retrieve property settings from xml .config file.
how to write html code with ssl