Walkins Openings in India & Interview Questions

Walkins in Mumbai, Bangalore, Chennai, Delhi, Gurgaon, Pune


Latest Walkins-Interview

Should validation (did the user enter a real date) occur server-side or client-side? Why? 

It should occur both at client-side and Server side.By using expression validator control with the specified expression ie.. the regular expression provides the... Read more »

What does the “EnableViewState” property do? Why would I want it on or off? 

Enable ViewState turns on the automatic state management feature that enables server controls to re-populate their values on a round trip without requiring you to... Read more »

What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other? 

Server.Transfer() : client is shown as it is on the requesting page only, but the all the content is of the requested page. Data can be persist accros the pages... Read more »

Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines? 

The Application_Start event is guaranteed to occur only once throughout the lifetime of the application. It’s a good place to initialize global variables. For... Read more »

What are the advantages and disadvantages of viewstate? 

The primary advantages of the ViewState feature in ASP.NET are: 1. Simplicity. There is no need to write possibly complex code to store form data between page submissions. 2.... Read more »

What method do you use to explicitly kill a user s session? 

You can dump (Kill) the session yourself by calling the method Session.Abandon. ASP.NET automatically deletes a user’s Session object, dumping its contents, after... Read more »

How do you turn off cookies for one page in your site? 

Use Cookie.Discard property, Gets or sets the discard flag set by the server. When true, this property instructs the client application not to save the Cookie on... Read more »

Which two properties are on every validation control? 

We have two common properties for every validation controls 1. Control to Validate, 2. Error Message.  Read more »

How do you create a permanent cookie? 

Permanent cookies are the ones that are most useful. Permanent cookies are available until a specified expiration date, and are stored on the hard disk. The location... Read more »

How do you register JavaScript for webcontrols ? 

You can register javascript for controls using Attribtues.Add(scriptname,scripttext) method.  Read more »

When do you set “” ? 

Identity is a webconfig declaration under System.web, which helps to control the application Identity of the web applicaton. Which can be at any level (Machine,Site,... Read more »

What are different templates available in Repeater,DataList and Datagrid ? 

Templates enable one to apply complicated formatting to each of the items displayed by a control.Repeater control supports five types of templates.HeaderTemplate... Read more »

What is ViewState ? and how it is managed ? 

ASP.NET ViewState is a new kind of state service that developers can use to track  UI state on a per-user basis. Internally it uses an an old Web programming trick-roundtripping ... Read more »

What is validationsummary server control?where it is used? 

The ValidationSummary control allows you to summarize the error messages from all validation controls on a Web page in a single location. The summary can be displayed... Read more »

What are the various ways of securing a web site that could prevent from hacking etc .. ? 

1) Authentication/Authorization 2) Encryption/Decryption 3) Maintaining web servers outside the corporate firewall. etc.,  Read more »

What is the difference between in-proc and out-of-proc? 

An inproc is one which runs in the same process area as that of the client giving tha advantage of speed but the disadvantage of stability becoz if it crashes it... Read more »

What is the difference between HTTP-Post and HTTP-Get? 

As their names imply, both HTTP GET and HTTP POST use HTTP as their underlying protocol. Both of these methods encode request parameters as name/value pairs in the... Read more »

How do you implement Paging in .Net? 

The DataGrid provides the means to display a group of records from the data source (for example, the first 10), and then navigate to the “page” containing the... Read more »

What is the difference between Server.Transfer and Response.Redirect? 

Server.Transfer() : client is shown as it is on the requesting page only, but the all the content is of the requested page. Data can be persist across the pages... Read more »

Can you create an app domain? 

Yes, We can create user app domain by calling on of the following overload static methods of the System.AppDomain class 1. Public static AppDomain CreateDomain(String... Read more »

Page 205 of 215« First...«203204205206207»...Last »
  • Subscribe

      Get Latest Walkins in your INBOX, enter your email address:


  • Walkins by Location


  • Walkins by Skills