Saturday, 29 December 2012 13:54

how to display plain text removing all html tags

Written by
Rate this item
(0 votes)

if you having a lot html strings,you may want to
have only plain text removing all html tags.you
can do it using REGEX

Rate this item
(0 votes)

in asp.net application there may be different
server errors like file not found,server error,
etc.when those errors happens default ASP.NET error
page is shown which looks odd and users don't
understand what type of errors occured.to overcome
these problems it's a good idea to use own
error files.

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)

silverlight application are great.you can add silverlight
application in your asp.net project easily.follow the
steps and you will know how to create and add silverlight
applicaiton in asp.net application/website -

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 -

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)

It's a very common requirment that you may want to
insert ad codes or some other texts in a joomla article
or elsewhere.I am going to show how it can be done so
that if you want some text like "{replace it}" will be
replaced by your code -


Latest discussions

  • No posts to display.