Where we create sessions for Banking Applications and how to
create? expalin with code?
Answer / prashanth
I would used MVC model for sessions in first place.
Second i would hold all the session information on the
database by capturing the or view state in a table.
Is This Answer Correct ? | 0 Yes | 0 No |
How do you perform validations?
which is best possible way to add data source to data grid when the data is huge(10 lack recored)how to edit a perticular row
How would you turn off cookies on one page of your website?
What is shared and private assembly?
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
What is asp.net globalization?
How to write test case (Unit test plan)
in which protocol ASP.NET WEB API Work?
What is active web page?
What are the disadvantages of view state / what are the benefits?
Is asp.net 64-bit enabled? How?
how can u create the forms authentication?and what is the difference between forms authentication and windows authentication?