Click here to Skip to main content
15,886,362 members

Articles by J a a n s (Article: 1, Tip/Tricks: 5)

Article: 1, Tip/Tricks: 5

RSS Feed

Average article rating: 4.44

Programming Languages
C#
23 Aug 2006   Updated: 23 Aug 2006   Rating: 4.44/5    Votes: 21   Popularity: 5.78
Licence: CPOL    Views: 163,869     Bookmarked: 50   Downloaded: 4,782
Please Sign up or sign in to vote.
An article on parsing/opening event log files(*.evt) using c#

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.27

24 Mar 2011   Updated: 24 Mar 2011   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: CPOL    Views: 7,480     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Much easier to go for async invoke.new MethodInvoker(MyMethod).BeginInvoke(null, null);We can use the suitable overload in case of parameters/callback methods.Note: MethodInvoker is available inside the System.Windows.Forms name space. You can create your own delegates also.
Javascript
5 Aug 2010   Updated: 6 Aug 2010   Rating: 4.67/5    Votes: 3   Popularity: 2.23
Licence: CPOL    Views: 30,929     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Creating an input control which can accept multiple input values with the help of jQuery and un ordered list (UL).
Web Development
ASP.NET
12 Jan 2010   Updated: 12 Jan 2010   Rating: 4.33/5    Votes: 5   Popularity: 3.03
Licence: CPOL    Views: 37,820     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
There will be some scenarios where we may have to identify the sender that caused the async postback(While using update panel) . Normally we will try to identify the control by checking the sender element . This wont be always giving the correct value as multiple clicks/ elements under the...
12 Jan 2010   Updated: 12 Jan 2010   Rating: 3.50/5    Votes: 3   Popularity: 1.67
Licence: CPOL    Views: 12,212     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
We can display a page mask (for avoiding unnecessary clicks) during a async postbacks with the help of an modalpopup extender.1. Add a new modalpopup extender in the page.<ajaxToolkit:ModalPopupExtender ID="MPE001" BackgroundCssClass="maskbg" runat="server" TargetControlID="dummyLink"...
4 Jan 2010   Updated: 16 May 2011   Rating: 4.87/5    Votes: 34   Popularity: 7.33
Licence: CPOL    Views: 24,893     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
For C# guys....using System ;using System.Runtime ;using System.Runtime.InteropServices ;public class Internet{ [DllImport("wininet.dll")] private extern static bool InternetGetConnectedState( out int Description, int ReservedValue ) ; public static bool...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior) NA
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.