for
Hardening Postfix For ISPConfig 3 The goal of this tutorial is to harden the mail server postfix used by ISPConfig for internet mail servers where authenticated users are trusted. With this setup ...
Following code make accountnumber column as readonly that does not allows for changes as soon as a row has been added to the table. DataColumn col= new DataColumn(); col.ColumnName = "AccountNumber";  ...
Change the caption for the column. Add following code to change caption of the datatable column DataColumn col; mytable.Columns.Add("StudentName", System.Type.GetType("System.String")); col.Caption ...
LeVar Burton needs our help. The former host of classic educational series and childhood TV staple Reading Rainbow is trying to acquire the Twitter handle ...
At decision points in my life, I often ask: What would Mike Watt do? Watt was the bass player for the minutemen and firehose, and more recently the ...
... Qualcomm 1.5GHz dual-core processor chipsets. Check out Slashgear for further speculation. More » Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/TsuBmW8RlGY/is-this-the-new-blackberry-10-smartphone ...
... Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin, ClamAV ...
I always like to know some important things. So i adhere to this site for collecting some important and useful article for post and sharing with some of my friends. I like this article. its so nice.  ...
following code will add a datacolumn which automatically increments the value of the column for new rows added to the table DataColumn newcolumn=new DataColumn("studentID", System.Type.GetType("System.Int32"));  ...
Following code will create a studentID column that allow null values in this column for rows that belong to the this table. DataColumn newcolumn=new DataColumn("studentID", System.Type.GetType("System.Int32"));  ...
IF construct in expression while adding new column to datatable mydatatable.Columns.Add("CustomerTypeBasedOnExpenditure", System.Type.GetType("System.String"),"IIF(customertotal>1000, 'Good customer', ...
ISNULL function in Expression while adding new column to datatable. mydatatable.Columns.Add("ISEmployeePresent", System.Type.GetType("System.Boolean"),"IsNull(Present, -1)" ); Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/ZPFUxCAt4sM/14587 ...
... y estan invitado a venir todo el mundo, tanto las personas que ya tienen experiencia en Joomla como las que no la tienen. Más información en Hey Everyone! We'd like to take this opportunity to invite ...
Last November I flew a P-40 in California, one with three confirmed kills, rescued after a crash in a Pacific island. If I get to fly a P-40 again, ...
We are announcing a Joomla! Pizza Bugs and Fun event scheduled for Saturday, March 3, 2012. The event is global for virtual participants with local venues where ever they are organized. We squashed a lot ...
...  Flamerobin GUI (administration tool) and the PHP driver for it. This was tested on fresh FreeBSD 9 on a kvm-linux virtual machine. Read more: http://www.howtoforge.com/the-perfect-database-server-firebird-2.5.1-and-freebsd-9 ...
... Airport for incredibly dumb (but totally harmless) tweets about "destroying America" and "diggin' up Marilyn Monroe." More » Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/Lxu1dKE3Hzs/us-detains-and-deports-two-morons-over-dumb-destroy-america-tweets ...
...  { string[] filenames = System.IO.Directory.GetFiles(HttpContext.Current.Server.MapPath(MyDirectoryPath)); foreach (string filename in currntDirectoryFilenames)  ...
// get the value of hyperlink filed in asp.net HyperLink hypTestLink = (HyperLink)Gv.Rows[gvRow.RowIndex].Cells[testLinkcolumnindex].Controls[0]; ViewStateLinkData = string.IsNullOrWhiteSpace(hypTestLink ...
Following is grid view code for aspx page.  ...
Page 2 of 3

Login Form