please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit
1 6091When 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.
5 5682a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
1560Post New Netsweeper Interview Questions
What is meant by managedserver?
Is it possible to use or add a fragment without using a user interface?
How small can you make a computer? What are the limiting factors?
What is the difference between a tuple and a list?
In 4+ experience of sap basis administrator (in support side) in any company, what is roles and responsibilities in company and what he can do and what he should do in company? Please tell me because i want to apply with 4+exp. in sap basis and also pls tell me how to move further steps to get with these exp.Thank you.......
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Which browsers are webkit?
What is cellspacing?
What is constructor chaining in java?
how many tables will create when we create table, what are they? : Sql dba
How does ecc works?
How do you fix an incorrect parameter?
Discuss Stratified sampling & cluster sampling techniques and discuss with example where exactly these techniques are useful.
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
difference between the view container and the transparent container?