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" />
.......

Sunday, 13 January 2013 14:56

how to backup database file of your application

Written by
Rate this item
(0 votes)

you should backup your database file of your
windows software.there are many reasons why you
will backup your database file.i will not write
details about that.i showing here how to
backup your database file for safety of your
database -

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 -

Friday, 10 January 2014 18:02

Joomla for your Community website

Written by
Rate this item
(0 votes)
Need to create your own community website and confused with what tool to use. Just use Joomla with follwing components.
Last modified on Friday, 10 January 2014 20:25
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.
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)

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.