Tuesday, 07 January 2014 17:54

Setup your mail in Joomla

Written by
Rate this item
(0 votes)
Setting up your mail in joomla is easy if you not set during its installation. It can be find at Administrator(admin panel) -> Site -> Global Configuraiton -> Server. Below this you can see the 'Mail Settings'.
Last modified on Tuesday, 07 January 2014 21:57
Tuesday, 07 January 2014 17:46

Joomla: Removing time stamp from SEF URL's

Written by
Rate this item
(0 votes)
Because of non english character or an incorrect alias in our category names, joomla will replace the category name with a time stamp lik 2014-01-01-07-15-29. This can be solved easily. Just follow these steps to fix the problem
Last modified on Tuesday, 07 January 2014 22:00
Tuesday, 15 January 2013 16:24

how to show Gridview items details using DetailsView

Written by
Rate this item
(0 votes)

GridView is the most common data representation
contol in asp.net.It's needed to show users the
items details when the item is selected.DetailsView
control can be used precisely to show the Gridview items
details.

Monday, 28 January 2013 13:57

asp.net routing for url rewriting

Written by
Rate this item
(0 votes)

asp.net routing is easy to use for rewriting any url.

if you have a url like wwww.aspdotnetsite.com/Projects?user=username.
but if you want to have it in short name for marketing or for anything
you want like this is the resulting url -
wwww.aspdotnetsite.com/Projects/username

Tuesday, 25 December 2012 13:55

Text reader and writer in csharp

Written by
Rate this item
(0 votes)

this article covers how to read,write data through
textreader and textwriter.

Tuesday, 25 December 2012 13:56

How to Populate Dropdown from Dataset

Written by
Rate this item
(0 votes)

this post shows how to populate dropdown list from
dataset.it's done by the following generic method-

Rate this item
(0 votes)

limiting the number of characters in a textbox control
is tricky and useful.

the two functions in the codes mainly used to do that.
these two functions are-Limitvalidation and get_object.


Latest discussions

  • No posts to display.