What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer Posted / belmonte
session statte is maintained when you use Response.Redirect
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What symbol specifies the beginning of a query string?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is a gridview in asp.net?
Explain the difference between dataset and datareader.
How many types of file extensions for razor views in ASP.Net MVC?
Define reflection in .net?
What is a windows service?
Explain the difference between asp and asp.net?
What is the flow of processing of the request? : asp.net mvc
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Which protocol is used in a web api?
How may clustered index we can create in table?
Explain the different parts that constitute ASP.NET application?
In which event are the controls fully loaded?