Answer Posted / suriya
by default controls on microsoft asp.net web pages tat
causes a postback such as the button control,postback to
same page for processing.
how ever you can configure cntrols to post to a different
page within the same application,to do tis use the postback
URL property of the control to specify the page to which
the control should post
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
Diff between IF and where ?
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
How do you initialize a static member of a class with return value of some function?
what is the difference between read the data from table and infotype
9.Difference between even and odd signals?explain with the diagram?
Write a program to find factorial of a number using functions
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
please any one pass file aid,xpeditor and endeavor tools
5.Call by value and Call by reference with program?
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
write a sql qwery which include joining of two tables 4 marks mainframe
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.