Super User

Super User

normally we define connectionstrings under
<connectionStrings> tag in the web.config
file.membership providers use that
connectionstring.what if we needed to use
the connectionstring in asp.net pages?.

we know how to use asp.net membership provider.
most of the time we create membership tables
manualy.But those tables can be created
automatically by adding a line in the membership
provider configuration in web.config file.

following are guidelines to develop modules
for dotnetnuke 5/6 with visual studio 2008/2010 -

using asp.net membership provider user
registration is done by the CreateUserWizard
control in the Register.aspx page.

Sunday, 30 December 2012 13:55

using DataSet in application

we can use DataSet to populate DataList or
GridView efficiently.DataSet is the best
option for accessing rows of tables.

Sunday, 30 December 2012 13:54

using MYSQL database in asp.net website

MySQL provides drivers for .Net enabling building database
applications by their appropriate languages.

when you process credit card payment the two
most sensitive inputs are taken from customer
are card number and card security code.you
will want to verify that the data entered
is valid before processing credit card payment.

If you want to show DataList control's each item's
details when clicked in the 'details' link then
there is a easy way to do that is to use
CollapsiblePanelExtender.

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.

you may have seen input textbox becomes wider
dynamically in some websites when mouse cursor is
placed on it(in focus) to take some user input.It's
attractive to see and in this way it makes spaces
for larger input.


Latest discussions

  • No posts to display.