Archive for March, 2011
User Control(textbox id,text+Tree)
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
/*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 )