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

Thursday, 26 December 2013 15:50

how to delete a option in wordpress

Written by
Rate this item
(0 votes)
It's sometimes needed to delete a plugin option of your plugin.
It's a necessity too when plugin is activated or deactivated
Last modified on Thursday, 26 December 2013 15:54
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
Saturday, 22 December 2012 15:54

how to display ArrayList content in DtataGrid

Written by
Rate this item
(0 votes)

we all know well that the DataGrid is used for database work.we
can use DataGrid contorl to show data from database tables.
but it's that the new version of the DataGrid control in the c#
language and Vb.net is able to show any other objects
of classes which implements IList interface.

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)

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.

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.


Latest discussions

  • No posts to display.