Tips n Tracks

  • Increase font size
  • Default font size
  • Decrease font size
  • default color
  • black color

Reference

Sample image

Microsoft .NET Framework Get Details.

Sample image

Microsoft .NET Framework Get Details.

Reference

Sample image Microsoft .NET Framework Get Details.
Sample image

Microsoft .NET Framework Get Details.


JavaScript Auto filling data for ASP.NET web forms with data lock


JavaScript Auto filling data for ASP.NET web forms with data lock

When we go for shopping online, we purchase any item say CD, Books and place order. To ship our order company ask for our billing as well as shipping address. If we going to gift that item to anyone then both addresses will be different else will same. For same billing and shipping address shopping cart gives us an option. By clicking (checking/selecting) it our billing address content get fill in shipping address field which save our time to retype same address again.
All the process of auto filling data is done by JavaScript. Here we are going to design JavaScript Auto filling data for ASP.NET web forms. Also we are going to lock those fields as we simply coping data from one data field to other.
Working and coding of any JavaScript which get applied on web forms is based on design of form. So first of all we design a web form in ASP.NET. You can design form depending upon data you want from user. Create new ASP.NET web site and design your form. Here I have used dummy form for representation which looks as follows.

JavaScript Autofil


Read the rest of this entry »

XML Uses and Advantage


XML Uses and Advantage

Uses and Advantages of XML are:

  • XML is a meta-markup language that enables the creation of markup languages for particular documents and domains.
  • XML tags describe the structure and semantics of a document’s content, not the format of the content. The format is described in a separate style sheet.
  • XML documents are created in an editor, read by a Parser, and displayed by a browser.
  • XML on the Web rests on the foundations provided by HTML, CSS, and URLs.
  • Numerous supporting technologies layer on top of XML, including XSL style sheets, XLinks, and XPointers. These let you do more than you can accomplish with just CSS and URLs.
  • XML tags are not pre-defined. You must define your own tags which provide more flexibility.
  • RSS (Really Simple Syndication) Syndicated web site updates (news feeds and blog entries, for example)
  • SOAP (Simple Object Access Protocol) Distributed application communication.
  • WSDL (Web Services Description Language) Web services
  • Open Document, Open file format for office applications (word processing, spreadsheet, and so on)

All of these markup languages are for metadata, but SGML and XML may be further considered meta-languages, since they can be used to create other metadata languages.

XML – at a Glance


XML – at a Glance

XML is a Markup Language stands for eXtensible Markup Language. XML is a simple, very flexible text format derived from Standard Generalized Markup Language (SGML – ISO 8879). Originally designed to meet the challenges of large-scale electronic publishing, XML is also playing an increasingly important role in management, display, organization and the exchange of a wide variety of data on the Web and elsewhere. The XML standard was created by World Wide Web Consortium (W3C) to provide an easy to use and standardized flexible way to create “self-describing data” – that describes both its content and its structure to share information on the World Wide Web, intranets, and elsewhere.


Read the rest of this entry »

Comments Off

What is a markup language


What is a markup language?

A markup language combines text and extra information about the text. The extra information, for example about the text’s structure or presentation, is expressed using markup, which is intermingled with the primary text.

The term “markup” is derived from the traditional publishing practice of “marking up” a manuscript, which is, adding symbolic printer’s instructions in the margins of a paper manuscript. markup Language indicate what typeface, style, and size should be applied to each part of a manuscript or data.


Read the rest of this entry »

How can I register (install) a .dll on windows?


How can I register (install) a .dll on windows?

To register (install) a .dll on windows Microsoft provided a command-line tool ‘Regsvr32.exe’. Regsvr32 registers .dll files as command components in the windows registry.

When you use Regsvr32.exe, it attempts to load the component and call its DLLSelfRegister function. If this attempt is successful, Regsvr32.exe displays a dialog indicating success. To register dll go to start > Run

Tip..!!
You can also register a dll by creating a .bat file. Now we see example to register dll ‘RTF_to_HTM.dll’. Open Notepad.exe and put text ‘regsvr32 RTF_to_HTM.dll’ and save it.
File Name – registerDLL.bat
Save as Type – All Files


Read the rest of this entry »

Web hosting for .NET web development projects it is always best to get asp web hosting to make sure it supports both IIS and SQL.