What is Area in ASP.Net MVC?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of trace utility ?
What is entitycontainer? : Entity framework
What is the difference between adding routes, to a webforms application and to an mvc application?
What is GUID and why we need to use it and in what condition? How this is created
I have a GridView on web form, and a column in a grid is a linkbutton to open popup..., my problem is when i click on link button in a gridview popup opens as well works fine. but when i click on link button once again my popup window doesnt open. Can any one help please...
What is entitytypes? : Entity framework
What does assert() method do?
1 Answers MCN Solutions, Siebel Systems,
What is global assembly cache
Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???
The order of the filters that get executed, if the multiple filters are implemented?
What is entity framework used for?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?