Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / rajesh

make sure that dropdownlist is there in the webform

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are app services?

995


What is the difference between localization and globalization?

1095


How to rename a table using sql queries?

1161


What is server redirect?

1026


I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?

1069


Explain the difference between asp & asp.net.

1067


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

1057


Explain the difference between asp.net mvc and asp.net webforms

1101


What is form method?

975


What is dynamic web page with example?

1019


How does u get record no from 5 to 15 from a dataset of 100 records?

1015


Explain about asp.net 2.0 themes?

1013


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

1092


What is the difference between custom web user control and a custom web server control?

1025


What are the difference between overriding and overloading?

1158