Code Master - A reference guide for programmer's

Programming is fun and interesting. As you all know, sometime we programmers stucks in the middle way of coding without getting a solution. Blogs like this will help us to find a path to solve our problems. The contents of this blog are the solutions that I found by myself and from other sources. Sharing such solutions is also interesting. Thank you!

Sunday, August 18, 2013

Modal Popup - Ajax toolkit

›
<ajaxToolkit:ModalPopupExtender ID="MPE" runat="server"     TargetControlID="LinkButton1"     PopupCont...

Generate unique key using c#

›
 private string GetUniqueKey()   {   int maxSize  = 8 ;   int minSize = 5 ;   char[] chars = new char[62];   string a;   a = "ab...

Function for autocompletion

›
<cc1:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server"                             ServiceMethod=...

File Download

›
string name=Filename.Text string ext=Path.GetExtension(name); Response.AppendHeader("content-disposition","attachment;file...
‹
›
Home
View web version
Powered by Blogger.