Saturday, 22 August 2015

How to add Booking Functionality on Web site using simple HTML and JQuery just like red bus and book my show

Here is Simple example of Booking website functionality. user can book online cinemas tickets or book a bus ticket online so how they design on web. here is the example. so watch it and learn it.

Screen Shot


You Can Direct Download From :: Google Drive

Saturday, 31 January 2015

Outlook Redemption

Redemption objects providing access to the properties, functions and objects blocked by the Outlook Security Patch. In addition to providing the exact replica of the corresponding Outlook objects, some of these objects have extra properties and methods, such as RTFBody on all Safe*Item objects, AsString and AsArray on attachments, etc. These objects are designed to be used alongside your existing OOM or CDO 1.21 code with as few modifications as possible.

  • How to use Redemption.dll with your C# .Net Application ?


STEP 2 :- Register Redemption.dll


  • Goto  START -> RUN
  • Type : regsvr32.exe "<path of dll file>"




STEP 3 :- Now Open Visual Studio
  • Create New Project
  • Goto -> Project -> Add References