Saturday, 03 August 2013 22:52

how to protect yourself while online

Written by
Rate this item
(0 votes)

Nowadays internet is being part of our life.So you need to
be cautious when you browsing internet.Following are some
guidelines to be safe -

Thursday, 26 December 2013 15:11

how to create wordpress plugin

Written by
Rate this item
(0 votes)
Following are the steps to create your first wordpress plugin.After you
successfully complete these steps, you are able to understand and
learn how to create wordpress plugin
Last modified on Thursday, 26 December 2013 15:35
Sunday, 13 January 2013 13:55

how to monitor website

Written by
Rate this item
(0 votes)

It is needed to check whether your website is
available or down.It's better you create a WPF
application to check that.you can also check
status periodically besides checking status on
a button click.the following program shows how
to check the website status by clicking a button -

Rate this item
(0 votes)

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?.

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 -

Wednesday, 16 January 2013 13:15

how to use datalist commands

Written by
Rate this item
(0 votes)

if you placed datalist command buttons as -

<asp:DataList ID="DataList1" DataKeyField="CommentId" runat="server"
OnItemCommand="DataList1_ItemCommand">
<ItemTemplate>
<asp:LinkButton ID="Edit" Text="Select" CommandName="Edit" runat="server" />
<asp:LinkButton ID="delete" Text="Approve" CommandName="Delete" runat="server" />
.......

Rate this item
(0 votes)

sometimes it's needed to check whether there are multiple same
modules in the current page or not to keep one version of the
module or some other checks.


Latest discussions

  • No posts to display.