Archive for March, 2011

User Control(textbox id,text+Tree)

Posted on 23/03/2011. Filed under: Asp.net 2.0 |

Code Behind for Ctl public partial class controls_textBoxWithTreeCtl : System.Web.UI.   {   public string CacheName{ get { return varCacheName; }        set { varCacheName = value; }       }           private string varTreeDBClassId;  public string TreeDBClassId{ get { return varTreeDBClassId; }       set { varTreeDBClassId = [...]

Read Full Post | Make a Comment ( None so far )

using Functions

Posted on 09/03/2011. Filed under: Sql Server, Sqlserver2008 |

/*This fuction we use it almost with lookup table to return the name it takes two parameters first one display the table and the second one  display the id that we want to return its related name*/   USE    [databaseName] GO   SET   /****** Object: UserDefinedFunction [dbo].[GetName] **/  ANSI_NULLS ONGO   SET  QUOTED_IDENTIFIER   [...]

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...

Follow

Get every new post delivered to your Inbox.