Saturday, 22 December 2012 13:56

how to specify help in asp.net

Written by
Rate this item
(0 votes)

to display the help and let the users easily get help
whenever they need it you can call the Help.ShowHelp
method in your form.

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.

Rate this item
(0 votes)

It's a professional logic to use the databaseOwner
and objectQualifier values when creating tables
else you will not be able to identify the tables
in databases with ease and gain other benefits of it.

Sunday, 30 December 2012 13:54

how to use form in another form in a web page

Written by
Rate this item
(0 votes)

if you have a asp.net web page which is derived
from a master page then you may have trouble
using a form inside your page.It happens because
of your master page using a form.It's a little tricky
to be able to use another form which you need to use.
you have to use a javascript line for that.

Friday, 21 December 2012 13:55

Process of Code review

Written by
Rate this item
(0 votes)
the brief process of code review
Rate this item
(0 votes)

this post will show how to create a file in dotnetnuke module
directory and write some data in the file.you can use this
technique in asp.net application too -

Thursday, 26 December 2013 15:41

Admin setings page in wordpress

Written by
Rate this item
(0 votes)
You made a cool wordpress plugin and you want to have some settings
for you plugin.To achieve this you have to create a admin settings page
accessible from wordpress admin dashboard.

Latest discussions

  • No posts to display.