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
how do i add a column dynamically in a table by using java application?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
what will we require to build project with the help of oracle
Tag for turning an image into a hyperlink is
what is meaning of MDM in sap?let me know that meaning
Write a program to find factorial of a number using functions
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
i am exeprienced person what is selection process
why not instantiating servet using new operator?
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.
how to check single or double byte in struts
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
can we retrieve only integer/String type columns from a table,if yes how?