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
Can I combine classic asp and asp.net pages?
What is .net remoting?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is asp.net response object?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the usage of DelegatingHandler?
What is x xss protection?
How use Xml data in ASP.net?
Why does my asp.net file have multiple tag with runat=server?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Where can I get information on cookies in asp.net?
What is state management technique?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
how to transfer the file from client to server using asp.net
Difference between using directive vs using statement?