Rate this item
(0 votes)

when you run asp.net application project from visual
studio,visual studio uses their development server.
It's not the right way to develop asp.net appication.

Saturday, 22 December 2012 13:55

master pages in asp.net

Written by
Rate this item
(0 votes)

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.

Saturday, 28 December 2013 23:19

Modify wordpress post using filter

Written by
Rate this item
(0 votes)
It's possible to insert any kind of content in wordpress post or page using
short codes, but if you want to inject/modify content in post in more
advanced manner then there is a alternative is using filter
Last modified on Saturday, 28 December 2013 23:35
Monday, 06 January 2014 16:24

Dont know which database is used by your Joomla site?

Written by
Rate this item
(0 votes)
Its easy to find name of the database used by our joomla website. Just open your root directory via FTP, access the file configuration.php from the root folder.
Last modified on Monday, 06 January 2014 20:15
Saturday, 29 December 2012 13:54

c#,asp.net interview questions

Written by
Rate this item
(0 votes)

I have given many interviews on c#,asp.net jobs and
went through the questions.here i am posting,It may
help you -

Monday, 14 January 2013 18:14

how to show tips when windows application starts

Written by
Rate this item
(0 votes)

It'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.

Sunday, 23 December 2012 13:56

Asp.net http handlers

Written by
Rate this item
(0 votes)

all asp.net handlers implement the interface of IHttpHandler located
in the namespace of System.Web.ISAPI(Internet server application
programming interface) extensions are somehow analogous to Handlers.


Latest discussions

  • No posts to display.