freemyanmarlyrics.com
FML Ads
http://www.freemyanmarlyrics.com/p/mini-directory.html
Subscribe to: Posts (Atom). Lay Phyu - Diary. So Tay - Mee Eain Shin. Wai La - Make Up Ma Kyite Thaw Thi Chin Myar. Myo Gyi - Pyaung Lal Chin Myar. Wanted - Ta Yout Ta Nay Yar Mha. Myo Gyi - Pyaung Lal Chin Myar. Wine Su Khine Thein - Khar Cha Nay Ya Tal. Wai La - Make Up Ma Kyite Thaw Thi Chin Myar. Hlwan Paing - Gi Ta Sar So. Athen Cho Swe (6). Aung Kaung Htet (2). Aung Ye Linn (1). Aw Ra Tha (3). Aye Minn Minn San (1). Chan Aye Win (1). Chaw Su Khin (9). Chit Su Wai (4). Chit Thu Wai (14). Do Re Me (1).
aspmemo.net
Free ASP.NET Source Code & Tutorial: How to encrypt and decrypt Query String Parameters in ASP.NET
http://www.aspmemo.net/2012/02/how-to-encrypt-and-decrypt-query-string.html
Free ASP.NET Source Code and Tutorial. Sunday, February 12, 2012. How to encrypt and decrypt Query String Parameters in ASP.NET. Method since he used the Inline SQL Statemnet and Query String in his programming. Hence query strings are able to see, we should encrypt the parameters where it is confidential or not so that we prevent our application from malicious access. In the following sample, I show you using RC2. Using System.Collections.Generic;. Using System.Web;. Using System.Text;. If (null = key).
aspmemo.net
Free ASP.NET Source Code & Tutorial: GridView Custom Paging and Sorting Using LINQ
http://www.aspmemo.net/2014/12/gridview-custom-paging-and-sorting.html
Free ASP.NET Source Code and Tutorial. Sunday, December 7, 2014. GridView Custom Paging and Sorting Using LINQ. In this article I will explain how to populate the ASP.Net GridView control from database using LINQ and how to sort GridView row using its SortExpression property. For this sample to work you will need to download the Microsoft Northwind database here. GridView Custom Paging and Sorting. Inside "Northwind" project, add ADO.NET Entity Data Model as below:. Asp:GridView ID="gvCustomer" runat="se...
aspmemo.net
Free ASP.NET Source Code & Tutorial: April 2015
http://www.aspmemo.net/2015_04_01_archive.html
Free ASP.NET Source Code and Tutorial. Sunday, April 12, 2015. ASPNET ListView Custom Paging with DataPager. Exactly how many total records were being paged through as well as returning the precise subset of records to display on the page. The following example use ObjectDataSource. For DAL and Microsoft.Practices.EnterpriseLibrary.Data.dll (download here. Copy the following code to head tag. Here is server controls and copy to form tag. LayoutTemplate table asp:PlaceHolder runat="server" ID="groupPlaceH...
aspmemo.net
Free ASP.NET Source Code & Tutorial: How to pop up the whole page using Telerik RadWindow
http://www.aspmemo.net/2014/03/how-to-pop-up-whole-page-using-telerik.html
Free ASP.NET Source Code and Tutorial. Wednesday, March 12, 2014. How to pop up the whole page using Telerik RadWindow. When we use the single page pattern, we have to use Modal Dialog or popup to accept the user input or to display the context information. Here I use the Telerik RadWindow. I used the Telerik trial version here. And added "Telerik.Web.UI.dll" to my project solution as References. Dialog box using Telerik RadWindow. Url) { var manager = $find(' %= RadWindowManager1. Protected void Page Lo...
aspmemo.net
Free ASP.NET Source Code & Tutorial: How to generate the invoice form as PDF file using iTextSharp
http://www.aspmemo.net/2014/01/how-to-generate-invoice-form-as-pdf.html
Free ASP.NET Source Code and Tutorial. Sunday, January 26, 2014. How to generate the invoice form as PDF file using iTextSharp. We often generate the invoice form as PDF format and send the customer as reference. Microsoft Crystal Report and Telerik Report are handy but expensive for small business. There are other API. Among them, I prefer iTextSharp. Since it is widely used and lot of examples online. You can download here. I show you how to used iTextSharp for generating PDF as below :. Copy the follo...
aspmemo.net
Free ASP.NET Source Code & Tutorial: How to create Alert Message Box for the whole application
http://www.aspmemo.net/2014/09/how-to-create-alert-message-box-for.html
Free ASP.NET Source Code and Tutorial. Monday, September 1, 2014. How to create Alert Message Box for the whole application. We often have to display Alert Dialog for the end user to show message about information or error. Here I show you how to create Alert Message Box using ModalPopupExtender in User Control. By using User Control and Master Page, it can be re-used elsewhere in the site. First, create the user control (AlertMessage.ascx) and then add CSS and the server control as below :. In code-behi...
aspmemo.net
Free ASP.NET Source Code & Tutorial: ASP.NET ListView Custom Paging with DataPager
http://www.aspmemo.net/2015/04/aspnet-listview-custom-paging-with.html
Free ASP.NET Source Code and Tutorial. Sunday, April 12, 2015. ASPNET ListView Custom Paging with DataPager. Exactly how many total records were being paged through as well as returning the precise subset of records to display on the page. The following example use ObjectDataSource. For DAL and Microsoft.Practices.EnterpriseLibrary.Data.dll (download here. Copy the following code to head tag. Here is server controls and copy to form tag. LayoutTemplate table asp:PlaceHolder runat="server" ID="groupPlaceH...
aspmemo.net
Free ASP.NET Source Code & Tutorial: September 2014
http://www.aspmemo.net/2014_09_01_archive.html
Free ASP.NET Source Code and Tutorial. Monday, September 1, 2014. How to create Alert Message Box for the whole application. We often have to display Alert Dialog for the end user to show message about information or error. Here I show you how to create Alert Message Box using ModalPopupExtender in User Control. By using User Control and Master Page, it can be re-used elsewhere in the site. First, create the user control (AlertMessage.ascx) and then add CSS and the server control as below :. In code-behi...