What is the main function of razor in asp.net? : asp.net mvc



What is the main function of razor in asp.net? : asp.net mvc..

Answer / abdul yesdani

Razor is asp.net programing syntax to create dynamic web pages, it lets you allow to write C# / VB programing language in a web page(*.cshtml / *.vbhtml).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the size of Get method and how much data it can store?

0 Answers   HCL,


What is the difference between session and viewstate in asp.net?

0 Answers  


What is the purpose of each of the validation controls provided by ASP.NET?

1 Answers  


How does http session work?

0 Answers  


Where is session data stored in asp net?

0 Answers  


What is the latest version of asp.net?

0 Answers  


how to get the vb6.0 COM Component in to the .Net application?

3 Answers   iSoft,


Can One website be made using two different languages like c#,vb.net etc......

4 Answers   ABC,


I M working in 1.1 .net framework. In a page I have 5 text box & 2 data grid. In PageLoad() All text box will populate with blank value & 1st dataGrid with some value. When I click on EDIT button Of the 1st dataGrid,The Relevent data Of the particular row will populate in first 3 textboxs & corresponding relevent data Will populate in the 2nd DataGrid. Now when I click 2nd datagrid's EDIT button of a perticular Row,relevent data will populate on last 2 textboxs & 1st 3 textbox's value will be same as per as it was........ ........My Problem Is ........... When I click on edit button Of 2nd DataGrid, 1st 3 text boxes values goes Off & 2nd DataGrid Is goes off Due to Postback.but The relevent value is populated In last 2 textboxes.So How I stoped this postback??So that all the data in 1st 3 textboxes will be same.So that I can edit the values of 2nd Grid with 1st 3 textBoxes value.. plz dirctly mail me 1 copy of post to... maloy.adhikari@in.com

2 Answers  


Difference between web user control and web custom control?

0 Answers  


Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?

0 Answers  


What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?

1 Answers  


Categories