background preloader

1

Facebook Twitter

_ A String manipulation example in VB.NET, EQUIVALENTS: Len, Mid, Replace, InStr, UCase, Split etc _ by Jon Barker. Title:String manipulation examples in VB.NET.

_ A String manipulation example in VB.NET, EQUIVALENTS: Len, Mid, Replace, InStr, UCase, Split etc _ by Jon Barker

Equivalents of Len, Mid, Replace, InStr, UCase, Split, etc. Description:The following functions and procedures can be used to manipulate general strings, and more or less do whatever you like with them! If you get stuck, look at the bottom of this tutorial for contact information. <-- --> VB 6 Commands and equivalents: ASP.NET AJAX SlideShow Extender - Some Common Tips and Tricks. ASP.NET AJAX SlideShow Extender - Some Common Tips and Tricks SlideShow is cool extender control that comes with the ASP.NET AJAX control toolkit and can be used to create a Slide show by looping images in a round robin fashion.

ASP.NET AJAX SlideShow Extender - Some Common Tips and Tricks

The images are configured with the SlideShow by using a PageMethod or a webservice. In this article, we will see common tips and tricks while using the SlideShow Extender control. In this article, I assume that you are familiar with the SlideShow Extender. If you want to know more about this control, check the documentation over here.

Using jQuery To Create Stunning Tooltips in your ASP.NET Applications. Using jQuery To Create Stunning Tooltips in your ASP.NET Applications I’ve mentioned recently there are tonnes of jQuery plugins on the internet.

Using jQuery To Create Stunning Tooltips in your ASP.NET Applications

Well the other day I ran into one that was totally awesome! It’s a plugin called jQuery Tools and can be downloaded from here. The makers of this tool describe it this way: “jQuery Tools is a collection of the most important user interface components for the web. .NET Framework 2.0, Mono, MonoDevelop, Mac OS X / Cocoa# - Ben S. Stahlhood II's Blog. I started contributing to the Mono project recently.

.NET Framework 2.0, Mono, MonoDevelop, Mac OS X / Cocoa# - Ben S. Stahlhood II's Blog

Nothing big yet, but it is a start. I contributed an updated System.Diagnostics.DebuggableAttribute class with 2.0 features. It is fun working on a project like Mono and slowly seeing a majority of the code starting to work with current .NET Framework binaries. Parameterized Properties in C# and the mystery of Value2 in Excel - .NET4Office. One of the mysteries in Excel customization code that I see written by C# developers is the use of the "Value2" property to set the value of a Range in Excel.

Parameterized Properties in C# and the mystery of Value2 in Excel - .NET4Office

Why do C# developers use this wacky Value2 property? Most VB programs you see written against Excel use the Value property instead of the Value2 property. The documentation for Value2 says this about the difference between Value2 and Value: "The only difference between this property [Value2] and the Value property is that the Value2 property doesn’t use the Currency and Date data types. You can return values formatted with these data types as floating-point numbers by using the Double data type.

" "Stylish"-Firefox-plugin and "Fluid Black Design" for Last.fm – new last.fm design SUCKS Discussions – Last. (29 September 2007) S2U2 v0.3 - back to basic. Readme S2U2 v0.3 (29-9-2007) by A_C ============================ S2U2 is a simple lock/unlock application which has the iPhone style slide unlocking.

(29 September 2007) S2U2 v0.3 - back to basic

It can be used as a screensaver while you don't use your device. Prerequisition: =============== - WM5 or 6 devices - about 1M free RAM The recent changes are: v0.3 (29-9-2007) - added option DpadOn - fixed some devices that cannot slide the arrow button - increased the arrow button's sensitivity a little - super fast loading time of S2U2.

Writing user defined functions for Excel in .NET - .NET4Office. I've updated this article with some new guidance--for the details, see this post.

Writing user defined functions for Excel in .NET - .NET4Office

Excel enables the creation of user defined functions that can be used in Excel formulas. A developer must create a special kind of DLL called an XLL. Excel also allows you to write custom functions in VBA that can be used in Excel formulas. Unfortunately, Excel does not support or recommend writing an XLL that uses managed code. If you are willing to take your chances that your XLL might not run in current or future versions of Excel, there are solutions available that enable this scenario—search the web for “managed XLL”. 'null' is null or not an object javascript error using .net ajax. Alright, I'm writing this for everyone who's googled the phrase above and found many answers about behaviorid and other issues surrounding modalpopupextenders and the mysterious javascript error: Description: 'null' is null or not an object ajax behaviorid...

I was banging my head trying to figure this out, and there were enough blogs with people having similar errors without any answers that I decided this small post was probably worth throwing into cyberspace in case you stumbled across the same (dumb) problem I did. Here is the deal: I added a modalpopupextender, and tried to use the $find("mymodalpopupextenderbehaviorid") as I've done many times before. But for some strange reason, this time when I called that line of javascript, I got the above error. 'null' is null or not an object javascript error using .net ajax. 'null' is null or not an object javascript error using .net ajax. "A Supply Chain View of the Resilient Enterprise" "plug-ins" posts - Webware.

Keedox Bluetooth Sport Earbuds Compact and lightweight, behind-the-head cable design, sweat-proof, stay-put, comfort ear tips, Bluetooth 4.0 w/ NFC 'quick-pairing', built-in mic for hands free and and great sound all at a super affordable, low price.

"plug-ins" posts - Webware

Stored Proceedures: Reading Excel Files or Transferring SQL Server Tables into Oracle Tables. In this article, I shall introduce you to developing a .NET based CLR stored procedure which can read a simple Excel file and transfer that information into an Oracle database using Visual Studio.NET.

Stored Proceedures: Reading Excel Files or Transferring SQL Server Tables into Oracle Tables

Once we have completed the stored procedure with the Excel file, we will further extend it with a SQL Server 2000 table. This article has two downloadable files associated with it. You can get them here and here. .NET Test Driven Development - Darrell Norton's Blog [MVP] .net tutorials - Create a User Control in ASP.NET - Advanced tutorials for .net. .net tutorials - Create a User Control in ASP.NET - Advanced tutorials for .net. .net tutorials - Create a User Control in ASP.NET - Advanced tutorials for .net.

.NET. Welcome to the new platform of Programmer's Heaven!

.NET

We apologize for the inconvenience caused, if you visited us from a broken link of the previous version. The main reason to move to a new platform is to provide more effective and collaborative experience to you all. Please feel free to experience the new platform and use its exciting features. Contact us for any issue that you need to get clarified. .NET Phone Communication Library Part II - Send SMS - The Code Project - VB.NET. .NET Phone Communication Library Part IV - Receive SMS.

Download source files - 67.7 Kb Introduction In part II of the article, I showed you how to send SMS using a GSM modem which is built into your mobile phone. However, I did not show you how to detect incoming SMS. To detect new SMS received, it is a bit tricky as different mobile phones from different manufacturers may need different configurations. In this article, I am going to show you how to detect new SMS using the open source atSMS library. How It Works In order to detect incoming SMS, you must use the "AT+CNMI" command to set the new message indication to the terminal equipment (TE).

For the "+CNMI" command, the values are in the format of mode,mt,bm,ds,bfr. .NET Questions (CLOSED) - nested masterpages problem... Hi, I'm experimenting with nesting MasterPages (C#). I have a root masterpage and a nested masterpage: Root:<asp:contentplaceholder id="rootPlaceHolder" runat="server"> Nested: <asp:Content ContentPlaceHolderID="rootPlaceHolder" runat="server"><br />Inner Page Stuff Here<br /><br /> <asp:ContentPlaceHolder ID="innerPage" runat="server" /><br /><br /></asp:Content> and I have a page that uses the nested masterpage.

ContentPlaceHolder Content = (ContentPlaceHolder)Master.FindControl("innerPage"); string html = "this is a test from the middle! " I thought master.findcontrol would work as the nested masterpage is the masterpage for this page, but obviously not. .NET Reflector Add-Ins - Home. .NET Reflector - Understand and debug any .NET code. .NET Remoting with an easy example. Introduction .NET Remoting is a mechanism for communicating between objects which are not in the same process.

It is a generic system for different applications to communicate with one another. .NET objects are exposed to remote processes, thus allowing inter process communication. The applications can be located on the same computer, different computers on the same network, or on computers across separate networks. Microsoft .NET Remoting provides a framework that allows objects to interact with each other across application domains. Remoting was designed in such a way that it hides the most difficult aspects like managing connections, marshaling data, and reading and writing XML and SOAP.

Remote Objects What are remote objects? Any object can be changed into a remote object by deriving it from MarshalByRefObject, or by making it serializable either by adding the [Serializable] tag or by implementing the ISerializable interface. Unable to Service Request. Source Code Converters. .NET Language-Integrated Query for XML Data. MSDN Library Articles and Overviews. Dot Net On Web. Dot Net On Web. .NET Phone Communication Library Part I - Retrieve Phone Settings. Download source files - 66.4 Kb Introduction This article describes a way of communicating with your mobile phone using AT commands.

Normally, a GSM compatible mobile phone will have a built-in modem, which we can communicate using AT commands. The AT command set should be common among all the handphone manufacturers including Nokia, Sony Ericsson, Siemen, and Motorola, although slight differences exist. CodeDomProvider.CreateCompiler() is obsolete fix .NET Framework 13-Oct-07 10:30 AM. .NET Distributed Transactions on Enterprise Services: a demo. Download source and executable - 116 Kb Introduction Once upon a time, in the middle of 90s, there was a smart colleague of mine who loved to learn (and to teach) by examples. He was able to create clear, simple and practical examples on every computer-development related topic.

These examples (that he used to call "technology demos") were famous amongst all colleagues, and sometimes considered as milestones in the evolution of the company's general know-how. In fact, they were always developed on the latest Microsoft technology, often in beta version. I remember well, his sample titled (don't ask me why) "K", in which he demonstrated the use of COM+ distributed transaction support, implementing some components in Visual C++ 6.0 and Visual Basic 6.0, and making them work with two SQL Server databases, inside a DTC-orchestrated transaction. Showing The External IP-address In C# - C# .NET Framework. .NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows.

It includes a large library and provides language interoperability (each language can use code written in other languages) across several programming languages. Programs written for .NET Framework execute in a software environment (as contrasted to hardware environment), known as the Common Language Runtime (CLR), an application virtual machine that provides services such as security, memory management, and exception handling. .NET Framework. .NET framework 1.1 2.0 3.0 3.5 2.1… .net 3.0 OS compatibility. October 2007. YouTube. YouTube. Using jQuery To Create Stunning Tooltips in your ASP.NET Applications. Using jQuery with ASP.NET - A Beginner's Guide.

Posted by: Suprotim Agarwal , on 11/18/2008, in Category jQuery and ASP.NET Abstract: This article is a guide for getting started with jQuery using ASP.NET and Visual Studio 2008/2010. Using jQuery with ASP.NET - A Beginner's Guide. Using jQuery with ASP.NET - A Beginner's Guide. Windows 2012 Hosting, .NET 4.5 Hosting, ASP.NET Hosting, .NET Framework Hosting Offer from DiscountASP.NET. .net 3.0 in windows 2000. MS Outlook - Digging deep into the Outlook 2007 Interface.

MS Outlook - Digging deep into the Outlook 2007 Interface. Some Tips and Tricks while Using ASP.NET GridView Paging. Some Tips and Tricks while Using ASP.NET GridView Paging. Top 5 ASP.NET AJAX Articles You Must Read. Posted by: Suprotim Agarwal , on 10/3/2008, in Category ASP.NET AJAX. Using jQuery To Create Stunning Tooltips in your ASP.NET Applications. Efficient Server Side Paging With ASP.NET And jQuery.

Efficient Server Side Paging With ASP.NET And jQuery. How to open popup windows in IE/Firefox and return values using ASP.NET and Javascript. How to open popup windows in IE/Firefox and return values using ASP.NET and Javascript. Limit Number Of Characters In an ASP.NET Multiline TextBox using jQuery. Limit Number Of Characters In an ASP.NET Multiline TextBox using jQuery. Limit Number Of Characters In an ASP.NET Multiline TextBox using jQuery. ASP.NET TreeView and SiteMap : 5 Common Tips. ASP.NET TreeView and SiteMap : 5 Common Tips. ASP.NET TreeView and SiteMap : 5 Common Tips.

Create a TextBoxWatermark Extender Functionality using ASP.NET and jQuery. Create a TextBoxWatermark Extender Functionality using ASP.NET and jQuery. Efficient Server Side Paging With ASP.NET And jQuery. : Class DataTable. .: CounterSoft\Gemini Project Issue Tracking\Home :. 3 Different Ways to Display Progress in an ASP.NET AJAX Application. ASP.NET AJAX SlideShow Extender - Some Common Tips and Tricks. ASP.NET AJAX SlideShow Extender - Some Common Tips and Tricks. - PC World. - PC World. - PC World. "&nbsp;" - the Doomsday Tag.

"&nbsp;" - the Doomsday Tag. "&nbsp;" - the Doomsday Tag. AntispamSniper For Outlook 2.8.1.1. Defragger Source Code. AntispamSniper For Outlook 2.8.1.1. Defragger Source Code. Defragger Source Code. AntispamSniper For Outlook 2.8.1.1. _ A String manipulation example in VB.NET, EQUIVALENTS: Len, Mid, Replace, InStr, UCase, Split etc _ by Jon Barker. _ A String manipulation example in VB.NET, EQUIVALENTS: Len, Mid, Replace, InStr, UCase, Split etc _ by Jon Barker. Getjar Gold brings premium Android apps for free. SmsLemon. Best Android Apps of 2011 - Android app article - Marty Gabel. Getjar Gold brings premium Android apps for free. Best Android tablet games of 2011 - Android app recommendations - Andrew Koziara. Best Android tablet games of 2011 - Android app recommendations - Andrew Koziara. Getjar Gold brings premium Android apps for free. Getjar Gold brings premium Android apps for free.

Best Android tablet games of 2011 - Android app recommendations - Andrew Koziara. SmsLemon. Best Android Apps of 2011 - Android app article - Marty Gabel. SmsLemon. Best Android Apps of 2011 - Android app article - Marty Gabel.