if u r projet consist of 4 people means how can u manage
the file
Answer Posted / amit sharma from india
Request To Admin:
Please read the Line Below. if you understand it clearly.
Only then ask for post your answer.
Line:
' if u r projet consist of 4 people means how can u manage
the file '
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
a 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.
What is Web API?
What are asp.net web forms?
How do we implement bundling in MVC?
What are the ways of preserving data on a Web Form in ASP.NET?
What are the disadvantages of using session?
Explain the use of duration attribute of @outputcache page directive.
How to use a Master Database in Asp.net?
Why we use asp.net for website development?
What are type/key pairs in client script registration?
What is the extension of master page in asp.net?
How do I upload a file from my ASP.NET page?
What are the new login controls in asp.net 2.0?
What is a page life cycle?
What do you understand from custom control?