No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: [QUOTE=naveenchander;139574]Hi, I am new to ASP.Net. I would like to know if there is a way by which I can Call a Serverside script through a Javascript. Or else is there a way to Postback a page through a javascript function. Thanks in advance Thanks, NaveenChander[/QUOTE] use ClientScript.RegisterClientScriptBlock to register … | |
I m working with web parts in asp.net and I want to save my personal setting into db(sqlerver) how to use these methods or others which are present in sqlprovider 1) SavePersonalizationBlob 2) LoadPersonalizationBlobs etc Waiting and need help help it humble request | |
i need to develop hr system . In Its First Module i have to develop Employee Management . Plz Give me Idea How to Collect Data To develop the Module I am Good at Programing Using Asp.net with C#,AJax ,sqlserver,javascript and web services,crystal report .... I can work with it … | |
[code=text] CREATE FUNCTION dbo.GetDuration(@FromDt as datetime) returns varchar(255) as BEGIN DECLARE @YRS AS SMALLINT, @MNT AS SMALLINT, @DY AS SMALLINT, @Fvalue varchar(255) SET @YRS = DATEDIFF(YY, @FromDt,GETDATE()) SET @MNT = DATEDIFF(MM, @FromDt,GETDATE()) % 12 SET @DY = DATEDIFF(DD,GETDATE(), DATEADD(MM, (@YRS 12) + @MNT,@FromDt) ) SET @Fvalue = CAST(@YRS AS VARCHAR) … | |
I m using sqlserver there is table name of Attendence Columns of Tables are 1)EmpCode int 2)AttendenceDate datetime 3)AttendenceTime Datetime 4)status tinyint Data in table would be like this Code AttendenceDate AttendenceTime status 1001 3/27/2009 3/27/2009 9:05 1 1001 3/27/2009 3/27/2009 7:05 0 1002 3/28/2009 3/27/2009 10:05 1 //user didnot … | |
I have from date and to date need to find no days from javascript?? e.g 30-3-2010 to 2-4-2010 like this | |
asp.net with C# how to show the message box after saving the data in db(sqlserver) ?? earlier i was using javascript alert like this [code] <pre lang="xml">public static void ShowMessage(string strMessage,Page pgno) { Label lbl = new Label(); lbl.Text = "<script type='text/javascript' language='javascript'>" + Environment.NewLine+ "window.alert('" + strMessage + "');</script>"; … |
The End.