Wednesday, 19 December 2012 13:55

how to attach and detach databases in sql server

Written by
Rate this item
(0 votes)

connecting Asp.net local MDF database files to sql
server management studio express is easy to do.
following are the steps to do so -

Monday, 08 April 2013 13:55

how to check whether checkbox is checked or not

Written by
Rate this item
(0 votes)

there are many ways to do that.one of them is as
follows -

You need to check if the value of the checkbox is
set or not by isset function of php.

Rate this item
(0 votes)
following method will return the host name/domain name -
Tuesday, 05 March 2013 13:55

how to use membership provider for asp.net login

Written by
Rate this item
(0 votes)

using asp.net membership Probvider you can easily
make a user login using username and password and redirect to
default or any page by the following way -

Saturday, 19 January 2013 15:54

how to make textbox height according to content

Written by
Rate this item
(0 votes)

if you want to resize your asp.net textbox height according
to content then these codes will help you perfectly.

Friday, 08 March 2013 13:55

how to join two tables by Left Join sql

Written by
Rate this item
(0 votes)

there are different kind of joins available by sql like
inner join,left join,etc.by the following example i will show
how to do left join which i used in my application to
get data from two tables -

Rate this item
(0 votes)

you can put application specific settings in the
appSettings section of your app.config file in your
c# windows form application.you can access,edit,update
those settings.I show you how -


Latest discussions

  • No posts to display.