Web based of electronic document management systems

Size: px
Start display at page:

Download "Web based of electronic document management systems"

Transcription

1 Invention Journal of Research Technology in Engineering & Management (IJRTEM) ISSN: ǁ Volume 1 ǁ Issue 7 ǁ Web based of electronic document management systems Viliam Malcher 1, Jürgen Maier 2 ( 1 Faculty of Management, Department of Information Systems, Comenius University, Bratislava 25, Odbojárov 10, P.O. Box 95, Slovak Republic, Europe) ABSTRACT : An electronic document management system is a software program that manages the creation, storage and control of document electronically. The primary function of that system is to manage electronic information within an organization s workflow. In this paper the aim is to develop web based application for document management systems that is able to deliver access to any one authorized anytime, anyplace on any device. Keywords: Document management systems, electronic document, web application, digital document, document scanning INTRODUCTION Digital document management systems are software applications that capture paper document and variety of electronic files while providing for the storage, retrieval, security and archiving of these document [1, 2]. The document management process begins with the conversion of paper document and other electronic document (for an example word documents, images) to electronic files. Document management applications enable more efficient distribution of and control over information, files and records throughout your organization. To implement a successful digital management system, you must choose the right system for your organization. Digital document management provides your staff with immediate access to the information that allows them to make better decisions about issues [3]. With digital document management systems, your employees will be able to support their work processes, work more efficiently, collaborate more efficiently, and they can dramatically increasing productivity. Document management systems make it easy the share documents electronically with colleagues and client over a network. Digital document management enables the management of information and provides the ability to rapidly find, retrieve and share all the documents in repository of your department, or company. In this paper we have proposed a web based application for the searching and open files. DIGITAL DOCUMENT MANAGEMENT The process of digital document management begins with the conversion of paper or other documents into digitized images. These images (files) can be organized and quickly retrieved, indexed and archived. When files are scanned or electronically converted, we expect that a high-resolution digital copy is stored on the hard drive. Which documents user can read a what actions they can perform on these documents depend on the level of security that the system administrator has assigned to them. One of the most important factors in how successful a document management system will be is how easy it is to use. Usability is critical in encouraging rapid staff acceptance. A system will be only be widely used if it is simple to find and open documents for reading. We develop a web based application for electronic documents [4, 5, 6]. The document here is considered as a computer electronic document, not the paper document. The typically process of manipulating a document normally involves 4 stages: create, view, edit, and save. The stage of edit document we will not considered. All electronic document are created in the PDF (Portable Document Format) format. The process of digitalization of document and all schema of management document is shown in Figure 1 Volume 1 Issue

2 Fig. 1: Process of scanning documents in the electronic format. All document are saved in the PDF format on the file server. Files and folders are basic elements of the file system. Every file must exist in the folder. It means, the folder have many files. Users can manipulate with files include searching and open the selected files. Files and folders can be shared using a password protection. For using of this project we used database, namely Access database, and the ASP.NET technology with C# language. The information about the electronic document are saved in the table in the Access database, see Figure 2 Fig. 2: The structure of the table for the documents. All digitalized electronic documents are stored in the PDF format on the file server (Figure 3). Fig. 3: The PDF documents located on the file server. Volume 1 Issue

3 The PDF document is opened automatically by the Acrobat Reader. The Acrobat Reader must be installed on the client computer. The ASP.NET code programmed in the language C# is written in the Appendix. Fig. 4: Web application for the searching and open the document. CONCLUSION Probably the biggest advantage of electronic document management systems has been its ability to provide simultaneous document access to a number of users spread throughout the organization. Employees in remote locations can quickly retrieve and view documents. These documents cannot be altered, and any document access or action can be tracked through an history. Document management systems turn paper into digital images such as PDF or other files that can be stored electronically and, with some software help, searched or edited. These systems also can improve electronic filing, retrieving and secure access to information. At its simplest, a document management system consists of a scanner and software that convert paper documents to electronic PDF files. Most electronic document formats such as Word documents and Excel spreadsheets can also be loaded into electronic document management systems. During minutes, for example, are loaded as Word document to provide full text searching of meeting minutes. This allows searching past minutes to quickly determine when a specific issue was discussed or how a decision was made. REFERENCES [1] W. B. Green, Introduction to Electronic Document Management Systems (Academic Press, Inc., 1993). [2] A. Azad, Implementing Electronic Document and Record Management Systems (Anerbach Publication Taylor & Francis Group, LLC, 2008). [3] R. Kunis, g. Rünger and M. A Schwind, Model for Document Management in e-gvernemt Systems Base on Hierarchical Process Folders, The Electronic Journal of e-government, Vol.5, Issue 2, (2007) [4] S. R. G. Fraser, Real World ASP.NET: Building a Content Management System (Apress, 2002). [5] M. MacDonald, M. Szpuszta, Pro ASP.NET 2.0 in C# 2005 (Apress, 2005). [6] M. MacDonald, A. Freeman, and M. Szpuszta, Pro ASP.NET 4.0 in C# 2010 (Apress, 2010). APPENDIX <%@ Page Language="C#" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.OleDb" %> <%@ Import Namespace="System.Diagnostics" %> <html> <body style="font-family: arial"> <form id="form1" runat="server"> <table> <tr align="left"><td><img src="norms.png" width="180" height="40"> <font size="6pt">list of Norms</font></td> </tr> Volume 1 Issue

4 <asp:label ID="A" Visible="false" runat="server" /> <asp:label ID="B" Visible="false" runat="server" /> <asp:label ID="LabelS" Visible="false" runat="server" /> <table width="100%" bgcolor="#cccccc"> <tr><td><asp:button ID="button1" Text="Menu" OnClick="Menu" Font-Size="9" Width="120px" Height="25px" BackColor="seagreen" ForeColor="white" runat="server" /> <font size="2pt">write chars of Norm number:</font> <asp:textbox ID="txtSearch" Width="200px" runat="server" /> <asp:button ID="Btn1" OnClick="Searching" Text="Searching" BackColor="darkolivegreen" ForeColor="white" runat="server" /> <br> </td> </tr> <br> <table width="40%"> <tr><td valign="top"> <asp:gridview ID="gridView1" runat="server" CellSpacing="1" GridLines="1" CellPadding="2" BackColor="beige" ForeColor="Black" Font-Size="10pt" AutoGenerateColumns="false" OnSelectedIndexChanged="SelectionIndexChanged" DataKeyField="ID"> <Columns> <asp:commandfield ShowSelectButton="true" ButtonType="Button" SelectText="Sel" /> <asp:boundfield HeaderText="Norm number" DataField="NormNumber" /> <asp:boundfield HeaderText="Norm Name" DataField="NormName" /> </Columns> <HeaderStyle Font-Bold="True" HorizontalAlign="center" ForeColor="white" BackColor="seagreen" Font-Size="10pt" /> </asp:gridview> <td valign="top"><asp:panel ID="Panel1" Width="500px" Visible="false" BackColor="silver" runat="server"> <table><caption bgcolor="beige"><b>record</b></caption> <tr><td><font face="arial" size="2">norm number:</font> <td><font face="arial"><asp:textbox id="normnumber" font-size="10" BackColor="beige" Width="200px" runat="server"/></font> <tr><td><font face="arial" size="2"><b>norm name:</b></font> <td><font face="arial"><asp:textbox id="normname" font-size="10" BackColor="beige" width="350" Rows="4" TextMode="Multiline" runat="server"/></font> <tr><td><font face="arial" size="2">file norm:</font> <td><font face="arial"><asp:textbox id="filename" font-size="10" BackColor="beige" Width="200px" runat="server"/></font> <tr><td><font face="arial" size="2">note:</font> <td><font face="arial"><asp:textbox id="note" BackColor="beige" runat="server" width="300px"/></font> <tr><td> <asp:button ID="btnSubor" Text="Open File" ForeColor="white" Font-Size="9" BackColor="darkolivegreen" OnClick="OpenFile" runat="server" /> <tr><td> </asp:panel> </form> </body> </html> <script runat="server"> public void Searching(Object o, EventArgs e) string cmd, FilterValue; Panel1.Visible = false; Volume 1 Issue

5 FilterValue = txtsearch.text; OleDbConnection conn = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0; Data Source = C:\ABOX\NORMY2\Data\NormyDb.accdb"); cmd = "select * from Norms where NormNumber LIKE '%" + FilterValue + "%' ORDER BY NormNumber ASC"; OleDbDataAdapter da = new OleDbDataAdapter(cmd,conn); DataSet ds =new DataSet(); da.fill(ds,"mytable"); gridview1.datasource = ds; gridview1.databind(); gridview1.visible = true; public void SelectionIndexChanged(Object o, EventArgs e) Panel1.Visible=true; GridViewRow row = gridview1.selectedrow; A.Text = row.cells[1].text; Response.Write(A.Text); OleDbConnection conn = new OleDbConnection("Provider = Microsoft.ACE.OLEDB.12.0; Data Source = C:\\ABOX\\NORMY2\\Data\\NormyDb.accdb"); string cmd = "SELECT * FROM NORMS WHERE NormNumber ='" + A.Text + "'"; OleDbDataAdapter da = new OleDbDataAdapter(cmd, conn); DataSet ds = new DataSet(); da.fill(ds,"t"); gridview1.datasource = ds; gridview1.databind(); NormNumber.Text=ds.Tables["T"].Rows[0]["NormNumber"].ToString(); NormName.Text=ds.Tables["T"].Rows[0]["NormName"].ToString(); FileName.Text=ds.Tables["T"].Rows[0]["FileName"].ToString(); Note.Text=ds.Tables["T"].Rows[0]["Note"].ToString(); LabelS.Text = FileName.Text; void Menu(Object o, EventArgs e) Response.Redirect("Menu.aspx"); public void OpenFile(Object o, EventArgs e) Process p = new Process(); ProcessStartInfo s = new ProcessStartInfo(@"C:\ABOX\Normy2\Normy\"+LabelS.Text); p.startinfo = s; p.start(); </script> Web based of electronic document management systems Listing1: The code programmed by the language C# in the ASP.NET technology. Volume 1 Issue

Employee Attendance System module using ASP.NET (C#)

Employee Attendance System module using ASP.NET (C#) Employee Attendance System module using ASP.NET (C#) Home.aspx DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

More information

Insert Data into Table using C# Code

Insert Data into Table using C# Code Insert Data into Table using C# Code CREATE TABLE [registration]( [roll_no] [int] NULL, [name] [varchar](50), [class] [varchar](50), [sex] [varchar](50), [email] [varchar](50))

More information

Further Web-Database Examples

Further Web-Database Examples Further Web-Database Examples Most of the examples of Web-database before involve only displaying data using a select query. Moreover, in all cases, the user do not have any control on the selection of

More information

8 Library loan system

8 Library loan system Chapter 8: Library loan system 153 8 Library loan system In previous programs in this book, we have taken a traditional procedural approach in transferring data directly between web pages and the ASP database.

More information

In the previous chapter we created a web site with images programmed into HTML page code using commands such as: <img src="images/train.

In the previous chapter we created a web site with images programmed into HTML page code using commands such as: <img src=images/train. Chapter 6: Mountain Bike Club 113 6 Mountain Bike Club In the previous chapter we created a web site with images programmed into HTML page code using commands such as: In

More information

BİLGİLERİN GRIDVIEW İÇERİSİNDE EKLENMESİ, DÜZENLENMESİ VE SİLİNMESİ

BİLGİLERİN GRIDVIEW İÇERİSİNDE EKLENMESİ, DÜZENLENMESİ VE SİLİNMESİ BİLGİLERİN GRIDVIEW İÇERİSİNDE EKLENMESİ, DÜZENLENMESİ VE SİLİNMESİ default.aspx

More information

XML with.net: Introduction

XML with.net: Introduction XML with.net: Introduction Extensible Markup Language (XML) strores and transports data. If we use a XML file to store the data then we can do operations with the XML file directly without using the database.

More information

Web Programming Paper Solution (Chapter wise)

Web Programming Paper Solution (Chapter wise) .Net.net code to insert new record in database using C#. Database name: College.accdb Table name: students Table structure: std_id number std_name text std_age number Table content (before insert): 2 abcd

More information

Encrypt and Decrypt Username or Password stored in database in ASP.Net using C# and VB.Net

Encrypt and Decrypt Username or Password stored in database in ASP.Net using C# and VB.Net Encrypt and Decrypt Username or Password stored in database in ASP.Net using C# and VB.Net Here Mudassar Ahmed Khan has explained how to encrypt and store Username or Password in SQL Server Database Table

More information

Lab 9: Creating Personalizable applications using Web Parts

Lab 9: Creating Personalizable applications using Web Parts Lab 9: Creating Personalizable applications using Web Parts Estimated time to complete this lab: 45 minutes Web Parts is a framework for building highly customizable portalstyle pages. You compose Web

More information

Lab 4: ASP.NET 2.0 Membership, Login Controls, and Role Management

Lab 4: ASP.NET 2.0 Membership, Login Controls, and Role Management Lab 4: ASP.NET 2.0 Membership, Login Controls, and Role Management Forms authentication is a popular means of securing Internet applications. In ASP.NET s brand of forms authentication, you designate a

More information

CST272 Getting Started Page 1

CST272 Getting Started Page 1 CST272 Getting Started Page 1 1 2 3 5 6 8 10 Introduction to ASP.NET and C# CST272 ASP.NET ASP.NET Server Controls (Page 1) Server controls can be Buttons, TextBoxes, etc. In the source code, ASP.NET controls

More information

Arena Development 101 / 102 Courses # A280, A281 IMPORTANT: You must have your development environment set up for this class

Arena Development 101 / 102 Courses # A280, A281 IMPORTANT: You must have your development environment set up for this class Arena Development 101 / 102 Courses # A280, A281 IMPORTANT: You must have your development environment set up for this class Presented by: Jeff Maddox Director of Platform Integrations, Ministry Brands

More information

3 Customer records. Chapter 3: Customer records 57

3 Customer records. Chapter 3: Customer records 57 Chapter 3: Customer records 57 3 Customer records In this program we will investigate how records in a database can be displayed on a web page, and how new records can be entered on a web page and uploaded

More information

Displaying Views of Data (Part II)

Displaying Views of Data (Part II) Displaying Views of Data (Part II) In Chapter 6, we discussed how we can work with the GridView control in ASP. NET. This is the last part in the series of two chapters on how we can use the view controls

More information

Module 2: Using Master Pages

Module 2: Using Master Pages Module 2: Using Master Pages Contents Overview 1 Lesson: Advantages of Using Master Pages 2 Lesson: Writing Master and Content Pages 9 Lesson: Writing Nested Master Pages 21 Lesson: Programming Master

More information

CST272 Getting Started Page 1

CST272 Getting Started Page 1 CST272 Getting Started Page 1 1 2 3 4 5 6 8 Introduction to ASP.NET, Visual Studio and C# CST272 ASP.NET Static and Dynamic Web Applications Static Web pages Created with HTML controls renders exactly

More information

The main Topics in this lecture are:

The main Topics in this lecture are: Lecture 15: Working with Extensible Markup Language (XML) The main Topics in this lecture are: - Brief introduction to XML - Some advantages of XML - XML Structure: elements, attributes, entities - What

More information

THE AMERICAN LAW INSTITUTE Continuing Legal Education. Adobe Acrobat for Lawyers October 4, 2017 Video Webcast Studio Recorded August 3, 2017

THE AMERICAN LAW INSTITUTE Continuing Legal Education. Adobe Acrobat for Lawyers October 4, 2017 Video Webcast Studio Recorded August 3, 2017 1 THE AMERICAN LAW INSTITUTE Continuing Legal Education Adobe Acrobat for Lawyers October 4, 2017 Video Webcast Studio Recorded August 3, 2017 By Craig Brody C. Brody Associates, LLC Philadelphia, Pennsylvania

More information

Web Forms ASP.NET. 2/12/2018 EC512 - Prof. Skinner 1

Web Forms ASP.NET. 2/12/2018 EC512 - Prof. Skinner 1 Web Forms ASP.NET 2/12/2018 EC512 - Prof. Skinner 1 Active Server Pages (.asp) Used before ASP.NET and may still be in use. Merges the HTML with scripting on the server. Easier than CGI. Performance is

More information

Unit-4 Working with Master page and Themes

Unit-4 Working with Master page and Themes MASTER PAGES Master pages allow you to create a consistent look and behavior for all the pages in web application. A master page provides a template for other pages, with shared layout and functionality.

More information

ASP.NET Pearson Education, Inc. All rights reserved.

ASP.NET Pearson Education, Inc. All rights reserved. 1 ASP.NET 2 Rule One: Our client is always right. Rule Two: If you think our client is wrong, see Rule One. Anonymous 3 25.1 Introduction ASP.NET 2.0 and Web Forms and Controls Web application development

More information

Dreamweaver CS3 Concepts and Techniques

Dreamweaver CS3 Concepts and Techniques Dreamweaver CS3 Concepts and Techniques Chapter 3 Tables and Page Layout Part 1 Other pages will be inserted in the website Hierarchical structure shown in page DW206 Chapter 3: Tables and Page Layout

More information

Working with Data in ASP.NET 2.0 :: Adding a GridView Column of Checkboxes Introduction

Working with Data in ASP.NET 2.0 :: Adding a GridView Column of Checkboxes Introduction 1 of 12 This tutorial is part of a set. Find out more about data access with ASP.NET in the Working with Data in ASP.NET 2.0 section of the ASP.NET site at http://www.asp.net/learn/dataaccess/default.aspx.

More information

Lab 6: An introduction to LINQ for db4o

Lab 6: An introduction to LINQ for db4o Lab 6: An introduction to LINQ for db4o By edwin_vermeer www.codeproject.com What is LINQ? LINQ will probably be the new Visual Studio 2008 feature that will speak most to your imagination. With LINQ you

More information

LIPNET OUTBOUND API FORMS DOCUMENTATION

LIPNET OUTBOUND API FORMS DOCUMENTATION LIPNET OUTBOUND API FORMS DOCUMENTATION LEGAL INAKE PROFESSIONALS 2018-03-0926 Contents Description... 2 Requirements:... 2 General Information:... 2 Request/Response Information:... 2 Service Endpoints...

More information

Creating Section links in WebKidss

Creating Section links in WebKidss Creating Section links in WebKidss First thing we need to do is to either create a form or access an existing one. Whether you modify an existing one or you are starting from scratch you will enter your

More information

Chapter 4 Notes. Creating Tables in a Website

Chapter 4 Notes. Creating Tables in a Website Chapter 4 Notes Creating Tables in a Website Project for Chapter 4 Statewide Realty Web Site Chapter Objectives Define table elements Describe the steps used to plan, design, and code a table Create a

More information

$this->dbtype = "mysql"; // Change this if you are not running a mysql database server. Note, the publishing solution has only been tested on MySQL.

$this->dbtype = mysql; // Change this if you are not running a mysql database server. Note, the publishing solution has only been tested on MySQL. 0.1 Installation Prior to installing the KRIG publishing system you should make sure that your ISP supports MySQL (versions from 4.0 and up) and PHP (version 4.0 or later, preferably with PEAR installed.)

More information

Cloud Computing. Up until now

Cloud Computing. Up until now Cloud Computing Lectures 17 Cloud Programming 2010-2011 Up until now Introduction, Definition of Cloud Computing Pre-Cloud Large Scale Computing: Grid Computing Content Distribution Networks Cycle-Sharing

More information

Introduction to Adobe Acrobat X. Ken Dickinson Bay Area Computer Training

Introduction to Adobe Acrobat X. Ken Dickinson Bay Area Computer Training Introduction to Adobe Acrobat X Ken Dickinson Bay Area Computer Training www.bactrain.com Table of Contents What s the best way to create a PDF?... 3 Convert Microsoft Word, PowerPoint, and Excel files

More information

ABBYY FineReader 14. User s Guide ABBYY Production LLC. All rights reserved.

ABBYY FineReader 14. User s Guide ABBYY Production LLC. All rights reserved. ABBYY FineReader 14 User s Guide 2017 ABBYY Production LLC All rights reserved Information in this document is subject to change without notice and does not bear any commitment on the part of ABBYY The

More information

c360 Web Connect Configuration Guide Microsoft Dynamics CRM 2011 compatible c360 Solutions, Inc. c360 Solutions

c360 Web Connect Configuration Guide Microsoft Dynamics CRM 2011 compatible c360 Solutions, Inc.   c360 Solutions c360 Web Connect Configuration Guide Microsoft Dynamics CRM 2011 compatible c360 Solutions, Inc. www.c360.com c360 Solutions Contents Overview... 3 Web Connect Configuration... 4 Implementing Web Connect...

More information

Developing User Controls in EPiServer

Developing User Controls in EPiServer Developing User Controls in EPiServer Abstract It is recommended that developers building Web sites based on EPiServer create their own user controls with links to base classes in EPiServer. This white

More information

Chapter 2 How to develop a one-page web application

Chapter 2 How to develop a one-page web application Chapter 2 How to develop a one-page web application Murach's ASP.NET 4.5/C#, C2 2013, Mike Murach & Associates, Inc. Slide 1 The aspx for a RequiredFieldValidator control

More information

dnrtv! featuring Peter Blum

dnrtv! featuring Peter Blum dnrtv! featuring Peter Blum Overview Hello, I am Peter Blum. My expertise is in how users try to use web controls for data entry and what challenges they face. Being a developer of third party controls,

More information

Review PDF Converter for Windows software downloader cnet ]

Review PDF Converter for Windows software downloader cnet ] Review PDF Converter for Windows software downloader cnet ] Description: Key Features Supported Formats Accurate Preservation 2 Efficient Conversion Modes Support Encrypted PDF Files Conversion Miscellaneous

More information

The Journal of Insect Science

The Journal of Insect Science The Journal of Insect Science http://www.insectscience.org Subject: Contact: Purpose: Publication Information / Workflow Adam Engelsgjerd 520.621.2502 engelsgjerda@u.library.arizona.edu This document is

More information

SHRIMATI INDIRA GANDHI COLLEGE

SHRIMATI INDIRA GANDHI COLLEGE SHRIMATI INDIRA GANDHI COLLEGE (Nationally Accredited at A Grade (3rd Cycle) By NAAC) Tiruchirappalli 2. INSTRUCTION MATERIAL 2017-2018 DEPARTMENT OF COMPUTER APPLICATION 1 CONTENT S.NO SUBJECT CODE PAGE.NO

More information

Web-based Vista Explorer s tree view is just a simple sample of our WebTreeView.NET 1.0

Web-based Vista Explorer s tree view is just a simple sample of our WebTreeView.NET 1.0 WebTreeView.NET 1.0 WebTreeView.NET 1.0 is Intersoft s latest ASP.NET server control which enables you to easily create a hierarchical data presentation. This powerful control incorporates numerous unique

More information

Foreign-Key Associations

Foreign-Key Associations Search ASP.NET Sign In Join Home Get Started Downloads Web Pages Web Forms MVC Community Forums Overview Videos Samples Forum Books Open Source Home / Web Forms / Tutorials / Chapter 3. Continuing with

More information

Caso de Estudio: Parte II. Diseño e implementación de. Integración de Sistemas. aplicaciones Web con.net

Caso de Estudio: Parte II. Diseño e implementación de. Integración de Sistemas. aplicaciones Web con.net Caso de Estudio: Diseño e Implementación de la Capa Web de MiniBank Integración de Sistemas Parte II Diseño e implementación de Parte II. Diseño e implementación de aplicaciones Web con.net Introducción

More information

Directions for updating to E-Commerce version

Directions for updating to E-Commerce version Directions for updating to E-Commerce version 4.0.58 There are three steps required to update to E-Commerce version 4.0.58 from version 4.0.57: ensure that.net 3.5 SP1 is installed, change how ww.dll is

More information

Asp.Net Dynamic Form

Asp.Net Dynamic  Form Asp.Net Dynamic Email Form Easy Install. Use Custom User Control or Use Dynamic Email Form Library Generate Dynamic Email Form from Xml file. Submit Form to your email. Submit Form with Network Credential.

More information

ASP.NET - MANAGING STATE

ASP.NET - MANAGING STATE ASP.NET - MANAGING STATE http://www.tutorialspoint.com/asp.net/asp.net_managing_state.htm Copyright tutorialspoint.com Hyper Text Transfer Protocol HTTP is a stateless protocol. When the client disconnects

More information

RUNNING TRUST FROM YOUR WEBSITE

RUNNING TRUST FROM YOUR WEBSITE RUNNING TRUST FROM YOUR WEBSITE INTRODUCTION TRUST is a powerful web-based application that gives organizations the ability to assess the needs of their clients in a variety of service areas. As soon as

More information

Creating a Custom Report in Quality Window 5

Creating a Custom Report in Quality Window 5 Creating a Custom Report in Quality Window 5 An example of how you can create a Certificate of Analysis using the data contained in a Quality Window application. June 2005 The purpose of this document

More information

Adobe Acrobat 8 Professional Forms

Adobe Acrobat 8 Professional Forms Adobe Acrobat 8 Professional Forms Email: training@health.ufl.edu Web Site: http://training.health.ufl.edu 352 273 5051 This page intentionally left blank. 2 Table of Contents Forms... 2 Creating forms...

More information

Creating Searchable PDFs with Adobe Acrobat XI - Quick Start Guide

Creating Searchable PDFs with Adobe Acrobat XI - Quick Start Guide Creating Searchable PDFs with Adobe Acrobat XI - Quick Start Guide Overview Many scanned PDF files are not usable with technology because the content is perceived as images by computers and other devices.

More information

ASP.NET Security. 7/26/2017 EC512 Prof. Skinner 1

ASP.NET Security. 7/26/2017 EC512 Prof. Skinner 1 ASP.NET Security 7/26/2017 EC512 Prof. Skinner 1 ASP.NET Security Architecture 7/26/2017 EC512 Prof. Skinner 2 Security Types IIS security Not ASP.NET specific Requires Windows accounts (NTFS file system)

More information

Working with Data in ASP.NET 2.0 :: Custom Formatting Based Upon Data Introduction

Working with Data in ASP.NET 2.0 :: Custom Formatting Based Upon Data Introduction This tutorial is part of a set. Find out more about data access with ASP.NET in the Working with Data in ASP.NET 2.0 section of the ASP.NET site at http://www.asp.net/learn/dataaccess/default.aspx. Working

More information

CMS Training. Web Address for Training Common Tasks in the CMS Guide

CMS Training. Web Address for Training  Common Tasks in the CMS Guide CMS Training Web Address for Training http://mirror.frostburg.edu/training Common Tasks in the CMS Guide 1 Getting Help Quick Test Script Documentation that takes you quickly through a set of common tasks.

More information

INTRODUCTION & IMPLEMENTATION OF ASP.NET

INTRODUCTION & IMPLEMENTATION OF ASP.NET INTRODUCTION & IMPLEMENTATION OF ASP.NET CONTENTS I. Introduction to ASP.NET 1. Difference between ASP and ASP.NET 2. Introduction to IIS 3. What is Web Application? Why is it used? II. Implementation

More information

SUMMATIVE ASSESSMENT-II FOUNDATION OF INFORMATION TECHNOLOGY. Time allowed : 3 hours ] [ Maximum marks : 70. Section-A

SUMMATIVE ASSESSMENT-II FOUNDATION OF INFORMATION TECHNOLOGY. Time allowed : 3 hours ] [ Maximum marks : 70. Section-A Series HRK/1 SET-4 Code No. 53/1 Roll No. Candidates must write the Code on the title page of the answer-book. Please check that this question paper contains 12 printed pages. Code number given on the

More information

AD07 A Tool to Automate TFL Bundling

AD07 A Tool to Automate TFL Bundling AD07 A Tool to Automate TFL Bundling Mark Crangle ICON Clinical Research Introduction Typically, requirement for a TFL package is a bookmarked PDF file with a table of contents Often this means combining

More information

Example project: Fedenet portal site

Example project: Fedenet portal site Example project: Fedenet portal site Hans C. Arents Office Future International Services Atlas Park, Weiveldlaan 41 B. 32, B-1930 Zaventem, Belgium Tel: +32 (0)2 725 40 25 -Fax: +32 (0)2 725 40 12 Email:

More information

We are looking at two kinds of server controls HTML server controls and ASP.NET web server controls.

We are looking at two kinds of server controls HTML server controls and ASP.NET web server controls. ASP.NET using an.aspx extension We are looking at two kinds of server controls HTML server controls and ASP.NET web server controls. HTML server controls: http://www.w3schools.com/aspnet/aspnet_refhtmlcontrols.asp

More information

STEP 1: CREATING THE DATABASE

STEP 1: CREATING THE DATABASE Date: 18/02/2013 Procedure: Creating a simple registration form in ASP.NET (Programming) Source: LINK Permalink: LINK Created by: HeelpBook Staff Document Version: 1.0 CREATING A SIMPLE REGISTRATION FORM

More information

K/Compute (Private) Limited Web:

K/Compute (Private) Limited   Web: K/Compute (Private) Limited Email: info@kcompute.com Web: www.kcompute.com Document Repository v 3.0 Copyright 2012, KCompute (Private) Limited 1.0 Product Brief 1.1 Introduction (KDR ) is an enterprise

More information

CST141 ASP.NET Database Page 1

CST141 ASP.NET Database Page 1 CST141 ASP.NET Database Page 1 1 2 3 4 5 8 ASP.NET Database CST242 Database A database (the data) A computer filing system I.e. Payroll, personnel, order entry, billing, accounts receivable and payable,

More information

How to Create a PDF. Using Acrobat Distiller. Acrobat Distiller settings. Adobe Acrobat Professional 8.0 Guide

How to Create a PDF. Using Acrobat Distiller. Acrobat Distiller settings. Adobe Acrobat Professional 8.0 Guide How to Create a PDF With Adobe Acrobat, you can convert a variety of file formats to Adobe Portable Document Format (PDF), a universal file format that preserves all the fonts, formatting, images, and

More information

NCR Customer Connect Working with Templates: ADVANCED

NCR Customer Connect Working with Templates: ADVANCED NCR Customer Connect Working with Templates: ADVANCED Adding Your Logo to an Image Banner... 2 Mixed 2 Column + 1 Column Template... 4 Changing the Body-Separator Color... 6 Changing the Template Border

More information

COMS 359: Interactive Media

COMS 359: Interactive Media COMS 359: Interactive Media Agenda Review Web Design Preview Review Tables Create html spreadsheets Page Layout Review Table Tags Numerous Attributes = border,

More information

Lab 5: ASP.NET 2.0 Profiles and Localization

Lab 5: ASP.NET 2.0 Profiles and Localization Lab 5: ASP.NET 2.0 Profiles and Localization Personalizing content for individual users and persisting per-user data has always been a non-trivial undertaking in Web apps, in part due to the stateless

More information

Can Adobe Acrobat 8 Professional Convert Pdf To Excel

Can Adobe Acrobat 8 Professional Convert Pdf To Excel Can Adobe Acrobat 8 Professional Convert Pdf To Excel Learn how to convert a PDF containing a spreadsheet into Excel while ensuring that How to Export Data From an Adobe PDF File Into a Microsoft Excel

More information

5 Snowdonia. 94 Web Applications with C#.ASP

5 Snowdonia. 94 Web Applications with C#.ASP 94 Web Applications with C#.ASP 5 Snowdonia In this and the following three chapters we will explore the use of particular programming techniques, before combining these methods to create two substantial

More information

SYSTEMS DESIGN / CAPSTONE PROJECT MIS 413

SYSTEMS DESIGN / CAPSTONE PROJECT MIS 413 SYSTEMS DESIGN / CAPSTONE PROJECT MIS 413 Client Checkpoint #4 Building your first Input Screen and Output Screens To trigger grading: send an email message to janickit@uncw.edu (see last page for additional

More information

Adobe Acrobat 8 Professional - Available November 8, 2006 Communicate and Collaborate with the Essential PDF Solution

Adobe Acrobat 8 Professional - Available November 8, 2006 Communicate and Collaborate with the Essential PDF Solution Adobe Acrobat 8 Professional - Available November 8, 2006 Communicate and Collaborate with the Essential PDF Solution Acrobat 8 - Top 10 Reason to buy - NEW Acrobat Customer Ability to unlock advanced

More information

Chapter 4 Creating Tables in a Web Site Using an External Style Sheet

Chapter 4 Creating Tables in a Web Site Using an External Style Sheet Chapter 4 Creating Tables in a Web Site Using an External Style Sheet MULTIPLE RESPONSE Modified Multiple Choice 1. Attributes are set relative to the elements in a table. a. line c. row b. column d. cell

More information

Unit-2 ASP.NET Server Controls

Unit-2 ASP.NET Server Controls INTRODUCTION TO HTML CONTROLS, SERVER CONTROLS AND VALIDATION CONTROLS There are three types of the controls: HTML Controls Web Server Controls Validation Controls HTML Controls HTML Forms are required

More information

CMS 101. For questions or issues: go.pacific.edu/webrequest

CMS 101. For questions or issues: go.pacific.edu/webrequest CMS 101 For questions or issues: go.pacific.edu/webrequest Overview Introductions What is a CMS? What is Workflow? Logging into the CMS and overview of CMS interface Creating a folder Creating a Detail

More information

THE LIFE OF AN ENTREPRENEUR IN 90 PAGES PDF EBOOK EPUB MOBI

THE LIFE OF AN ENTREPRENEUR IN 90 PAGES PDF EBOOK EPUB MOBI DOWNLOAD OR READ : THE LIFE OF AN ENTREPRENEUR IN 90 PAGES PDF EBOOK EPUB MOBI Page 1 Page 2 the life of an entrepreneur in 90 pages pdf the life of an entrepreneur in 90 pages Take your PDF tools to go.

More information

Migrating from ASP to ASP.NET

Migrating from ASP to ASP.NET Migrating from ASP to ASP.NET Leveraging ASP.NET Server Controls Dan Wahlin Wahlin Consulting LLC http://www.xmlforasp.net Summary: Converting ASP web applications to ASP.NET can prove to be a timeconsuming

More information

Metastorm BPM Release 7.6

Metastorm BPM Release 7.6 Metastorm BPM Release 7.6 Web Client ASP.NET Web Parts Developer Guide May 2008 Metastorm, Inc. email: inquiries@metastorm.com http://www.metastorm.com Copyrights and Trademarks 1996-2008 Metastorm, Inc.

More information

Working with Data in ASP.NET 2.0 :: Adding Client Side Confirmation When Deleting Introduction

Working with Data in ASP.NET 2.0 :: Adding Client Side Confirmation When Deleting Introduction This tutorial is part of a set. Find out more about data access with ASP.NET in the Working with Data in ASP.NET 2.0 section of the ASP.NET site at http://www.asp.net/learn/dataaccess/default.aspx. Working

More information

Reports, Tables, and Graphs:.NET Reporting in Autodesk MapGuide Toby Jutras

Reports, Tables, and Graphs:.NET Reporting in Autodesk MapGuide Toby Jutras December 2-5, 2003 MGM Grand Hotel Las Vegas Reports, Tables, and Graphs:.NET Reporting in Autodesk MapGuide Toby Jutras GI42-2 In this session, we will explore Microsoft's ASP.NET technology for reporting

More information

Using Data to Drive Your Recruitment Efforts. AACRAO 2008, Orlando Session 179 Thursday, March 27 th 1:15 pm - 2:15 pm

Using Data to Drive Your Recruitment Efforts. AACRAO 2008, Orlando Session 179 Thursday, March 27 th 1:15 pm - 2:15 pm Using Data to Drive Your Recruitment Efforts 0011 0010 1010 1101 0001 0100 1011 AACRAO 2008, Orlando Session 179 Thursday, March 27 th 1:15 pm - 2:15 pm Introductions Humboldt State University northernmost

More information

ASP.NET 2.0 FileUpload Server Control

ASP.NET 2.0 FileUpload Server Control ASP.NET 2.0 FileUpload Server Control Bill Evjen September 12, 2006 http://www.codeguru.com/csharp/sample_chapter/article.php/c12593 3/ In ASP.NET 1.0/1.1, you could upload files using the HTML FileUpload

More information

Web publishing training pack Level 2 Extend your knowledge of the web publishing system

Web publishing training pack Level 2 Extend your knowledge of the web publishing system Web publishing training pack Level 2 Extend your knowledge of the web publishing system Learning Objective: Understanding of concepts to enhance web pages look, streamline web publishing and evaluate your

More information

Basic Computer Course

Basic Computer Course Basic Computer Course KNOWING COMPUTER: - 3. What is Computer? Basic Applications of Computer 4. Components of Computer System Central Processing Unit Keyboard, mouse and VDU Other Input devices Other

More information

Teacher User Easy Setup Guide. Teacher User Setup Guide - wushka.com.au -

Teacher User Easy Setup Guide. Teacher User Setup Guide - wushka.com.au - Teacher User Easy Setup Guide - - 5 Easy Steps to Set Up Your Students and Reading Groups Input your students details individually Step 1: Manage Class List Page OR Use the upload tool to set up all students

More information

3DA Meta Data Exporter for Revit is a registered trademark of 3DA Systems Inc. and 3dasystems.com

3DA Meta Data Exporter for Revit is a registered trademark of 3DA Systems Inc. and 3dasystems.com Copyright This manual is protected by copyright laws. No part of it may be translated, copied or reproduced, in any form or by any means, without written permission from 3DA Systems Inc. 3DA reserves the

More information

Steps On How To Use Microsoft Word 2007 Pdf Materi

Steps On How To Use Microsoft Word 2007 Pdf Materi Steps On How To Use Microsoft Word 2007 Pdf Materi The Help option allows you to get help with the Microsoft Office, such as getting started The Page layout option in Microsoft Word 2007 allows the user

More information

Key Elements Assessment Tool

Key Elements Assessment Tool key Elements Assessment Tool introduction

More information

DB2 Web Query (REST based) Application Extension. Usage Instructions

DB2 Web Query (REST based) Application Extension. Usage Instructions DB2 Web Query (REST based) Application Extension Usage Instructions Updated March 29, 2016 Page 1 1 Overview... 4 2 Initial Setup... 5 3 Using the Extension... 6 3.1 Modes of use... 6 3.1.1 Browse Mode...

More information

Working with Data in ASP.NET 2.0 :: Using Parameterized Queries with the SqlDataSource Introduction

Working with Data in ASP.NET 2.0 :: Using Parameterized Queries with the SqlDataSource Introduction 1 of 17 This tutorial is part of a set. Find out more about data access with ASP.NET in the Working with Data in ASP.NET 2.0 section of the ASP.NET site at http://www.asp.net/learn/dataaccess/default.aspx.

More information

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION Tutorial 5 Working with Tables and Columns HTML and CSS 6 TH EDITION Objectives Explore the structure of a Web table Create headings and cells in a table Create cells that span multiple rows and columns

More information

WebSharpCompiler. Building a web based C# compiler using ASP.NET and TDD. Author: Dominic Millar Tech Review:Matt Rumble Editor:Cathy Tippett Feb 2011

WebSharpCompiler. Building a web based C# compiler using ASP.NET and TDD. Author: Dominic Millar Tech Review:Matt Rumble Editor:Cathy Tippett Feb 2011 WebSharpCompiler Building a web based C# compiler using ASP.NET and TDD Author: Dominic Millar Tech Review:Matt Rumble Editor:Cathy Tippett Feb 2011 http://domscode.com Introduction This tutorial is an

More information

Security: Threats and Countermeasures. Stanley Tan Academic Program Manager Microsoft Singapore

Security: Threats and Countermeasures. Stanley Tan Academic Program Manager Microsoft Singapore Security: Threats and Countermeasures Stanley Tan Academic Program Manager Microsoft Singapore Session Agenda Types of threats Threats against the application Countermeasures against the threats Types

More information

DevEdit v4.0 Setup Guide (ASP.Net)

DevEdit v4.0 Setup Guide (ASP.Net) DevEdit v4.0 Setup Guide (ASP.Net) http://www.devedit.com Table of Contents Table of Contents...1 Legal Disclaimer...2 Getting Started...3 Web Server Requirements...3 Uploading the Files...3 Setting up

More information

Working with Data in ASP.NET 2.0 :: Displaying Binary Data in the Data Web Controls Introduction

Working with Data in ASP.NET 2.0 :: Displaying Binary Data in the Data Web Controls Introduction 1 of 17 This tutorial is part of a set. Find out more about data access with ASP.NET in the Working with Data in ASP.NET 2.0 section of the ASP.NET site at http://www.asp.net/learn/dataaccess/default.aspx.

More information

Cabinet complying with BS /12/14

Cabinet complying with BS /12/14 Cabinet complying with BS1192 15/12/14 Version History Version Version Date Author Description 01 15/12/14 J Squires Document Creation 02 16/12/14 J Squires Amended as per Mervyn Richards comments Page

More information

Philadelphia University Faculty of Engineering

Philadelphia University Faculty of Engineering Philadelphia University Faculty of Engineering Marking Scheme Examination Paper BSc CE Advanced Programming Language (630521) Final Exam Second semester Date: 30/05/2012 Section 1 Weighting 40% of the

More information

ExtraView 11.1 Key New Features

ExtraView 11.1 Key New Features ExtraView 11.1 Key New Features This document is provided to ExtraView s customers under non-disclosure and for information purposes only. Its contents must not be shared with third parties without the

More information

Topic: Google Drive. Instructional Technology Services Google Drive Faculty Help. Required information for Google account:

Topic: Google Drive. Instructional Technology Services Google Drive Faculty Help. Required information for Google account: Instructional Technology Services Google Drive Faculty Help Topic: Google Drive Google Drive is a file storage and synchronization service provided by Google which enables user cloud storage, file sharing

More information

Create PDF s. Create PDF s 1 Technology Training Center Colorado State University

Create PDF s. Create PDF s 1 Technology Training Center Colorado State University Create PDF s What is a PDF? A Portable Document Format, or PDF, is a file format developed by Adobe that is used to maintain an original document and allow the document to be shared with anyone, no matter

More information

Chapter 13: An Example Web Service Client

Chapter 13: An Example Web Service Client page 1 Chapter 13: An Example Web Service Client In this chapter, we are going to build a client web application that uses a free web service called Terraserver. Terraserver is a site run by Microsoft

More information

Output a HTML Table to file PDF use FPDF

Output a HTML Table to file PDF use FPDF Output a HTML Table to file PDF use FPDF Informations Class: PDFTable Author: vietcom License: Freeware Version: 1.2 (18-Nov-2004) In this class, I use class HTMLParser from Jose Solorzano and class FPDF

More information

ADOBE ACROBAT 9 USER GUIDE

ADOBE ACROBAT 9 USER GUIDE page 1 / 5 page 2 / 5 adobe acrobat 9 user pdf Give your users access to the world s best PDF solution while maintaining the highest levels of security and compliance. With Adobe Acrobat, you get peace

More information