guyS's WebLog

IShare, My DotNet Fingerprint

Browse by Tags

All Tags » Bits & Bytes (RSS)
Calling web pages using HttpWebRequest
I use the following method when I had to call an Asp web page which return to me the result as Xml, from my Web Services. It was done in order to externalize the services from an existing DNA application to a Smart Client. public static string GetABHttpRequest...
The Enterprise Localization Toolkit
The Enterprise Localization Toolkit is a solution for managing localized applications. Its a free, not supported tool set given by Microsoft and we can use it in our applications. We just completed a project where we decided to use this tool. We had about...
DotNetInfra v1.0.0 - Simple Threading Priority Queue were Published
I just uploaded another small project to DotNetInfra solution workspace on GotDotNet - Simple Threading Queue Pool This code is a simple priority threading queues that can be easy to manage. Each threading tasks will be execute by the manager in their...
DotNetInfra Solution v1.0.0
DotNetInfra Library contains a set of Libraries services samples in diverse Application Areas. The first release include the ExceptionProvider services which is a generic set of components for managing application exceptions. Its base on the work done...
Using Embedded Resource in your application
When u want to attach your application assembly file additional information that located in a file (XML, Txt, image or other type) you can attach it as Embedded Resource. The advantages I can raise for doing so r : 1.) You do not need to deploy the embedded...
DataGrid JS Functionality
I have Just added a short article regard attaching your grids JS functionality I did not add the following JS functions (maybe I should). The functions enable to get a reference to an input element from .NET page. This can be use within our JS Edit Row...
Scrolling Grid with Fixed Headers...
When ever I see a great code that its possible to make it even better - I just cannot hold myself and I took up the gauntlet and enhance it. Sometimes, I enjoy it more then when I write code from scratch. This time I saw the functionality & HTML structure...
JS Eval in C# - using reflection
A few posts ago I publish a code that retrieve from a given Assembly a specific method call type and then activate the method using Invoke Here is a shorter version. We only need to supply the typeClass in the format of AssemblyName.className For example...
Posted: May 26 2004, 04:09 PM by guyS | with no comments
Filed under:
XML2ENTRY_FORM : ERD - Step #2
Step #2 present the ERD that will use to hold entry forms definition and the source for the transform XML we will use for rendering the entry form ERD Includes: form definitions element definitions (name, title, maxlength etc) element default values ...
Index/Resources on - classes Services Accessibility approaches in ASP.NET applications
I gathered the ways & resources (partial list) we can expose our classes services in ASP.NET applications
More Posts Next page »