how to show tips when windows application starts
Written by Super UserIt's a great idea to show application related tips
when users run your application.you may show tips
about how to use your application efficiently,details
of your application terms,etc.
I have given many interviews on c#,asp.net jobs and
went through the questions.here i am posting,It may
help you -
If you don't want to save cookies and histories for certain activities
and for security purposes while browsing then Press CTRL + Shift + N,
which will launch new private browsing for Chrome, CTRL + Shift + P will
do it for Firefox and IE.
use command parameters to pass values to SQL statements
Written by Super Usercommand objects use parameters for passing values
to sql statements for type cheking,validation,guarding
against SQL injection attacks,etc.so its a good practice
to use command parameters to sql statements.
how to show data when mouse is over a button using jquery ajax with progress image
Written by Super Useryou may want to show dynamic data from a page when
mouse is placed over a button.
master pages creates a common look in your application.
if we think about the header and footer in our pages,we
create these header and footer in every aspx pages.this
method has disadvantages.if there were any custom page
which dynamically adds header and footer then would be
good.