Articles

Articles (154)

articles

Friday, 25 January 2013 13:55

how to export to excel by openxml

Written by
Rate this item
(0 votes)

exporting to data in excel is a very common practice
in business website.one can use asp.net Response methods
to export to excel which is easy to do using a gridview.but
contents not appear properly like there will be white back-
ground over excel rows and this way is not efficient too.

Thursday, 17 January 2013 13:56

how to get profile and membership data in dnn module

Written by
Rate this item
(0 votes)

getting dnn user information from dotnetnuke module is
easy.

you can get dotnetnuke user's User Credentials
and Profile data by the following way -

Wednesday, 16 January 2013 13:54

how to edit,update,delete items in DataList

Written by
Rate this item
(1 Vote)

If you used itemtemplate for items in datalist control then
you can easily delete,edit and then update items
using edititemtemplate.to do that add a itemtemplate and
edititemtemplate in the datalist.also you have to add
command buttons and command event handlers -

Rate this item
(0 votes)

you can create custom navigate url in dotnetnuke to send the url or
use it as a querystring in another page by the following way -

Rate this item
(0 votes)

many times when file download button inside updatepanel and you use
Page.Response methods for file downloading then things not go right
in some cases.

Monday, 30 December 2013 00:00

Calendar coding in Php

Written by
Rate this item
(0 votes)

Here is the simple coding on how to code do calendar programming using php..

Last modified on Monday, 11 August 2014 13:22
Friday, 17 January 2014 07:00

Vulnerable and Secured Extensions in Joomla

Written by
Rate this item
(0 votes)
An extension that has a security issue or a flaw because of its poor coding can be said as a vulnerable joomla extension.

To protect your site affecting from the vulnerable issues follow the below steps:

Last modified on Friday, 17 January 2014 20:35
Saturday, 22 December 2012 13:54

c# abstract class

Written by
Rate this item
(0 votes)

The abstract class indicates that a class may be used
as a base class for other classes and is not instantiable.

Friday, 21 December 2012 13:54

data type conversion in csharp

Written by
Rate this item
(0 votes)

One great job programmers do is to convert one type to
another type.there are 2 type of conversions.

Monday, 21 January 2013 13:55

how to use jquery slider in asp.net page

Written by
Rate this item
(2 votes)

if you want to use nice jquery slider in your asp.net website
follow the steps below -


Latest discussions

  • No posts to display.