what is SAP fullform
Answer Posted / ankur pandya
System Application and products in data processing
| Is This Answer Correct ? | 1416 Yes | 186 No |
Post New Answer View All Answers
What is a page life cycle?
What is session start?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is application variable in asp.net?
Can more than one person use the same login?
What are the different types of cookies in asp.net?
What does asp in asp.net stand for?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is an assembly? Explain its parts.
Is sql backend or frontend?
What are the different types of validation controls in asp.net?
Where can I get the details on migration of existing projects using various technologies to asp.net?
How do I open an ashx file in windows 7?
What is a query string in a url?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?