which method do you use to redirect the user to another page without performing a round trip to the client? How?
No Answer is Posted For this Question
Be the First to Post Answer
What is alias ? Is it used in .Net ?
Give an example program for Getter /read-only methods in JAVA
What is multiThreading in .NET?
How does the .NET framework work?
Explain the code behind wors and contrast that using the inline style.
What do you mean by web service?
Differences between dll and exe?
What is the procedure to add assemly to gac to make it shared one?
What is shared and repeatable inheritance?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it