Category
December 10, 2015
I’ve released a chrome extension which helps to translate English words to Tamil and show it in a tooltip by moving the mouse hover the English words. It is a quick and easy...
November 26, 2008
If you are writing a program to send a mail with an attachment, then you might come across the problem with some random ATTXXXXX.dat file.if you you don’t attach a...
November 26, 2008
I found a nice article about how to send emails using System.Net.Mail on asp.net forums. Have a look at asp.net forum
November 26, 2008
I found a nice article about how to send emails using System.Net.Mail on asp.net forums. Click the following link to access the page asp.net forum
November 26, 2008
This code should be in yourfilename.aspx.vb . Const maxFileSize As Integer = 1048576 Dim intDocFileLength As Integer = Me.AttachmentFile.PostedFile.ContentLength If intDocFileLength > maxFileSize Then Label1.Text = “File size exceeds the...
November 26, 2008
If you want to limit the number of characters in a text field use the code below: < asp:TextBox runat="server" ID="Body" TextMode="MultiLine" MaxLength="5" Columns="55" Rows="10" BackColor="#FFCC99" Width="346px" style="background-color: #FFF0E1"> <...
November 26, 2008
* I have used VB in this demonstration. If you want to handle the error for the whole application in ASP.NET, you could use the global.asax. Put the below code...
March 19, 2008
Today morning when I opened my browser (Mozilla Firefox) it asked me to update a few add-on. I have updated the web developer tool bar and restarted firefox. When it...
March 17, 2008
Central Administration page Shared Services Administration
March 17, 2008
Install WSS/MOSS (if SQL installation skipped the Windows Internal Database will be installed) Log on to the server using the SharePoint Installation account. Load the DVD or download the setup.exe...
March 17, 2008
Install SQL Server 2005 Express Edition Install first the Microsoft SQL Server Configuration Tools by going to the saved directory of downloaded installation files from http://msdn2.microsoft.com/en-us/express/bb410792.aspx. Double click the SQLEXPR.EXE....
March 14, 2008
Run Windows Update to update all service packs and IE If you are running Windows Service pack 1, then it is better to install the latest SP. I have installed...
March 14, 2008
I have done the basic installation because: it is the minimum configuration needed for a developer to adequately build event receivers and web parts, as well as develop workflows. It...
February 29, 2008
Installation Planning WSS is designed to support a single server or small, medium, and large server farms with services spread across the hardware. In the bare configuration, SharePoint Services supports...
February 27, 2008
Before starting to talk about the installation process…… You will read numerous terms in this site that describe sharepoint products, so to avoid any ambiguity, I will use the following...
February 27, 2008
I have invloved in a number of new projects including RedDot CMS Migration and Sharepoint development. I went to a training course for “Administering Microsoft Windows SharePoint Services and SharePoint...
January 18, 2008
My convocation day on Friday the 11th was a great day. I was waiting for this day for four years! I woke up early morning , had a nice shower...
January 2, 2008
Happy New Year to everyone. It’s been a while but I am back. Last year was too hard as I was deadly busy at the end of my final year....