Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
what is the use of connection objectthe connection objects are used to connect a data to the command object1an oledbconnection object is used with
what are major difference between classic ado and adonet some major differences between the classic ado amp adonet are as follows1 as in the classic
what is difference between data set and data readersome major differences between dataset and datareader are as folows -1 the datareader gives
what is the namespace in which net have the data functionality classessystemdata this namespace contains the basic objects used for accessing amp
have you ever worked with microsoft application blocks if yes then whichthe application blocks are c amp the vbnet classes distributed as the visual
what is three tier architecturethe 3 tier software architecture was comes into action in the 1990s to overcome the limitations of the 2 tier
if one of your validations is complicated and does not fit in any validators what you dothe best way is to go for customvalidators the sample code
the aspnet provides two namespaces the first is systemwebmailmessage class and the second is systemwebmailsmtpmail
what is the use of lt page aspcompattrue gt attribute this attribute works as a compatibility option we know that asp worked in sta model and
explain forms authentication in detailin the old asp if you were said to create a login page and do authentication you have to do lot of custom
how to use a checkbox in a datagridthe steps to be done are as follows-1 in the aspx page you have to add itemtemplate tag in
how do we configure webgardenthe process model configured the web garden settings in the machineconfig or in the webconfig file the configuration
what is the main difference between gridlayout and flowlayoutthe grid layout provides absolute positioning for the controls placed on the page the
what are design patternsthe design patterns are recurring solution to the recurring problems in the software architecture there are 3 basic
how can we implement singleton pattern in net the singleton pattern basically focuses on having one and only one instance of the object running lets
how do you implement prototype pattern in netthe cloning is achieved by using the icloneable of the system namespace it has a clone method that
if client side validation is enabled in your web page does that mean server side code is not runwhenever the client side validation is enabled server
they are triggered in the following order as shown
what are major events in globalasax filethe globalasax file which is derived from the httpapplication class maintains a pool of the httpapplication
the aspnet new feature supports are shown below -better language support1 the new adonet concepts have been implemented2 the aspnet supports
how to decide on the design consideration to take a datagrid datalist or repeaterso many make a blind choice of choosing datagrid directly but that
whats difference between datagrid datalist and repeaterthe datalist datagrid and repeater are all aspnet data web controlsthey have many things in
the aspnet impersonation is totally controlled by entries in the applications webconfig file default setting is no impersonation you can explicitly
what are the various ways of authentication techniques in aspnetthe selection of an authentication provider is as simple as making an entry
can you explain how the aspnet authentication process works the aspnet does not run by itself it runs inside the process of the iis so there are