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
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Differentiate between structure and class.
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What are the advantages and limitations of query string?
Define web services in asp.net.
Difference between response.redirect and server.transfer?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is the postback property in asp.net?
How you can stop the validation of ASP.NET controls from client side?
Define page output caching?
What is the sequence in which ASP.NET events are processed?
List the advantages and disadvantages of user control an custom control?
Can the dictionary object be created in client?s scope ?
What is repository pattern in mvc.net? : asp.net mvc