Tips (106)
how to remove html tags from html string in client side
Written by Super Usersometimes needed that html tags from a html string
to be removed.there are many purposes to do that.
there are many ways this can be achieved in client side
using jquery and javascript -
There are many internet browsing shortcut keys for browsers.
Following are some of them which are most common -
how to display plain text removing all html tags
Written by Super Userif you having a lot html strings,you may want to
have only plain text removing all html tags.you
can do it using REGEX
how to get the host name and Ip address of your website
Written by Super Userhow to make textbox height according to content
Written by Super Userif you want to resize your asp.net textbox height according
to content then these codes will help you perfectly.
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.
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 -
how to attach and detach databases in sql server
Written by Super Userconnecting Asp.net local MDF database files to sql
server management studio express is easy to do.
following are the steps to do so -
Many sites using facebook comments in pages/under post to get remarks/comments from their users and
gaining more popularity and interest
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 -