please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit
1 6604When 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 6909a 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.
1834Post New Netsweeper Interview Questions
What is the use of Gradient Editor? Where it is located in Photoshop?
What are altered self-cells?
what is the right time for using in-line perform?
What will happen when a system call is encountered in a user program?
What is object in oop with example?
What is the difference between tempdata and viewbag?
How do you create message resource?
What is oops and why we use oops?
Can a static library (.a) contain resources like images, sound files etc?
Can I duplicate a page in word?
Describe the concept of brain-inspired AI architectures.
What is camelcontext?
How will you convert a factor variable to numeric in r language?
if i have done a research,and finally it has to be approved by my boss,but at the last moment i have found some major mistake inside it ,and if i disclose about it ,then my whole carrier will spoil,then how would i handle this situation?
What is application variable in asp.net?