please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit
1 6602When 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 6892a 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.
1828Post New Netsweeper ASP.NET Interview Questions
what's sql server? : Sql server database administration
Does partitioning improve performance sql server?
Explain why do substances react with each other?
what are teamworks components?
What are the different available models of sdlc?
How do you sort a list in python?
What is bootstrap in laravel?
What are stdin, stdout and stderr?
How to create a postgresql database?
Why does a pm need to be very proactive?
Could anyone explain to me how you were processing the 812 in SAP meaning how would you post your 812 credits? So, 850 creates orders in SAP, what about credit/debit - how do they post in the SAP?
What is the ul tag?
Why doctype is used in html?
Define checkpoint.
Does Perl have objects? If yes, then does it force you to use objects? If no, then why?