adspace
if u r projet consist of 4 people means how can u manage
the file
Answer Posted / kumar777
basically if 4 peoples are there..tasks of program are
clearly identified and evaluate complexity in it..task are
asigned to only capable person having depth knowladge..it
is required only for big and abnormal projects
in dotnet 2.0, you have a class with partial keyword which
can be extend by writing another same name class and write
functionality by 4 peoples for same task also
the matter to handle same file is the way above
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
What do you mean by query string?
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.