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


Please Help Members By Posting Answers For Below Questions

What is difference between asp.net and asp?

569


What is asp.net globalization?

506


Is it right that ASP.NET Web API has replaced WCF?

516


Where the assembly is stored in asp.net?

556


How asynchronous call can be implemented using delegates?

551






What is the difference between session object and application object?

598


What is the caspol.exe tool used for?

551


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

625


How does session work?

515


How can I have a particular web page in an asp.net application which displays its own error page?

531


What are the session variables?

522


How could you modify xaml content from javascript?

521


Is asp.net still used?

501


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

630


Which is better asp.net or php?

538