Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~905 People Reached
Favorite Forums
Favorite Tags
Member Avatar for naveenchander

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

Member Avatar for chandrannew
0
234
Member Avatar for qasimidl

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

0
47
Member Avatar for qasimidl

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 …

Member Avatar for catherine sea
0
56
Member Avatar for qasimidl

[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) …

Member Avatar for coryloriot
0
65
Member Avatar for qasimidl

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 …

Member Avatar for kvprajapati
0
78
Member Avatar for qasimidl

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

Member Avatar for Ramesh S
0
65
Member Avatar for qasimidl

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 = &quot;&lt;script type='text/javascript' language='javascript'&gt;&quot; + Environment.NewLine+ &quot;window.alert('&quot; + strMessage + &quot;');&lt;/script&gt;&quot;; …

Member Avatar for jbisono
0
360