what is SAP fullform

Answer Posted / tuhin

System Application Programming

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we inherit a static member?

597


What is server side session management?

530


What is the difference between server-side scripting and client-side scripting?

554


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.

1446


What is a web server? What are the load limits in it?

592






Why asp.net mvc is better than asp.net? : Asp.Net MVC

501


How can we create custom controls in asp net?

540


Where the viewstate is stored after the page postback?

678


What is the differences between a primary key and a unique key in sql server?

540


In which event of the page life cycle, is the viewstate available?

527


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

1645


Who can consume WebAPI?

592


Is asp.net a programming language?

538


What is asp.net globalization?

502


What is the concept of postback in asp.net?

592