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
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
what is the system development cycle
code for connection from windows forms to sql server
Can we write a method in JSP.If so how?
define profiler???
What is ur porject Architecture? If anyone ask what i have to specify here..
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
What is autocall macro and how to create autocall macro? what is the use of it?
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.)
which book we learned this mantis? how many version are realsed this mantis upto now?
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
Define Form modules, Class modules and Standard modules