Slides:



Advertisements
Similar presentations
Practical Programming COMP153-08S Lecture: Repetition Continued.
Advertisements

التخطيط لموقع الوب تحديد الهدف –شخصي –علمي –تجاري –.... من الذين سوف يشاهدون الموقع الوقت الازم لإنشاء الموقع.
ASP.Net AJAX. AJAX Asynchronous JavaScript and XML: – JavaScript, Document Object Model, Cascade Style Sheet, XML, server-side script such as.Net, etc.
Introduction to Data Adapter. A Simplified View of ADO.Net Objects Ado.Net Data Provider Connection Adapter Command Reader Dataset Data Consumer WinForm.
Web Site Security ISYS 512/812. Authentication Authentication is the process that determines the identity of a user. Web.config file – node Options: –Windows:
Introduction to Web Application Development with.Net and Web Service ISYS 350.
More on lists, exceptions, loops and validation. You can use the exception to indicate the error that occurred Private Sub btnCheck_Click(ByVal sender.
Introduction to Web Service ISYS 512. Web Service XML Web Service Web services are classes that are stored on the web which can instantiate and use in.
Directory and File. Access Files in a Directory Name space: System.IO The Directory and File classes contain only shared methods that set or return information.
DR.JOHN ABRAHAM PROFESSOR UTPA ASP.NET. ACTIVE SERVER PAGES (ASP) Web application development environment Web applications use web browser to display.
ADO.NET By Hanumantha Rao.N MCA By Hanumantha Rao.N MCA.
1 Κατανεμημένες Διαδικτυακές Εφαρμογές Πολυμέσων Γιάννης Πετράκης.
INSPIRING CREATIVE AND INNOVATIVE MINDS Module 4: Adding Code to a Microsoft ASP.NET Web Form Implementing Code-Behind Pages Adding Event Procedures to.
© Minder Chen, ASP.NET 2.0: Introduction - 1 ASP.NET 2.0 Minder Chen, Ph.D. Framework Base Class Library ADO.NET: Data & XML.
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 4 I Need a Tour Guide.
Lecture 8 Visual Basic (2).
1/31 5/6/2014 BAZELE PROGRMARII PE OBIECTE PROIECTE IN VISUAL BASIC Conf univ dr Botezatu Cezar INFORMATICĂ MANAGERIALĂ Anul I. STUDII DE LICENŢĂ.
1 CC111 Lec9 : Visual Basic Visual Basic (3) Lecture 9.
使用 SQL 指令執行報表 不需設定 Crystal Report 連線.
Effective Security in ASP.Net Applications Jatin Sharma: Summer 2005.
Visual Basic.NET Windows Forms Hello World Homework Assignment.
Microsoft Visual Basic 2008 CHAPTER TWELVE Cell Phone Applications and Web Services.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 Unit 3: Adding Code to a Microsoft ASP.NET Web Form.
1 CS 3870/CS 5870: Note 13 Lab 6 Authentication and Authorization Roles Management.
1 CS 3870/CS 5870: Note 07 Lab 3 Lab 4 Test 1: Two Tables.
CS0004: Introduction to Programming Project 1 – Lessons Learned.
The Conditional Sentence Georgia Center for Language.
ADO.NET Objects – Data Providers Dr. Ron Eaglin. Requirements Visual Studio 2005 Microsoft SQL Server 2000 or 2005 –Adventure Works Database Installed.
Module 3: Using Microsoft.NET- Based Languages. Overview Overview of the.NET-Based Languages Comparison of the.NET-Based Languages.
1 CS 3870/CS 5870: Note05 Prog3 Web Application with Database.
Objectives  Create a database using Mysql  Create a tables and insert data on them  Create a relationship between tables  Create a user  Export your.
PRACTICE SAC 1 Some solutions. 'inputs 'sale price 'postcode 'coupon codes 'processing 'calculate commissions (commission based on cost) 'calculate postage.
1 CS387/CS587: Note05 Lab 3. 2 Global.asax Must not be under any sub-folder Application_Start Application_End Application_Error Session_Start Session_End.
Web Application Development Introduction. Lesson: Creating Web Forms What is a Web Form? Creating a Web Form with Visual Studio.NET.
Created by Alia Al-Abdulkarim 2008 Visual Basic Vs. Java.
ASP.NET P AGE O BJECTS.  Each ASP.NET page inherits the PAGE object  The PAGE supplies 3 built in objects:  REQUEST: All information passed to the.
1 CS 3870/CS 5870: Note 16 Web User Controls. Prog 7 Copy Prog6 to Prog7 Modify all files for Prog7 Remove Web.config from sub-folders Make sure Prog7.
تقسيم الشبكات Subnetting
ADO.NET Objects Data Adapters Dr. Ron Eaglin. Agenda Builds on Information in Part I Should have working knowledge of creating a database connection Continuation.
1111 Creating ASPX Controls Programatically Objectives You will be able to Dynamically add controls to a page. Dynamically alter properties of controls.
Introduction to VB programming Dr. John P. Abraham UTPA Chapters 2 & 3.
 ASP.NET provides an event based programming model that simplifies web programming  All GUI applications are incomplete without enabling actions  These.
These materials where developed by Martin Schray. Please feel free to use and modify them for non-commercial purposes. If you find them useful or would.
Visual Basic Declaring Variables Dim x as Integer = 0 In the statement above, x is being declared as an Integer (whole number) and is initialised.
Directory and File. Access Files in a Directory Name space: System.IO The Directory and File classes contain only shared methods that set or return information.
المحاضرة التاسعة استخدام أدوات التحكم المتقدمة Rich controls.
الشباب. من هم الشباب إن الشباب أفضل فترات العمر، وتعود أفضليتها لما يجتمع للإنسان فيها من القوة والنشاط دون غيرها وراحة الحياة وبهجتها في الدنيا, غالبا.
Web Application with Database
Introduction to VB programming
Files and Streams.
تعريف تطبيقات واستخدامات نظم المعلومات الجغرافية المحتويات تعريف نظم المعلومات الجغرافية مكونات نظم المعلومات الجغرافية الاسئلة الخمسة التى تجيب عنها.
لنفرض أن هدف التجربة هو مقارنة صنفين من السماد (A و B) من حيث كمية محصول نوع معين من القمح.
TreeView Control.
للمزيد زورونا على موقعنا الإلكتروني:
1.الدوال Function 2.الاجراءاتSub Procedure 3.وحده نمطيه Add Module
مدرسة محمد بن عبد الوهاب المستقلة للبنين
Boolean Expressions and If statements
نظام التشغيل Windows xp.
تدريب (3-1)- مكونات سطح المكتب لنظام التشغيل (Windows XP).
Introducing ASP.net with Visual Studio Environment
1.الدوال Function 2.الاجراءاتSub Procedure 3.وحده نمطيه Add Module
3. Browsing the Web تصفح الانترنت
C++ Programming L11 . Classes(3) kkkkkkkkkkkkkk
Chapter 3.5 Input and Output
Input and Output.
購物範例.
ASP.NET Relationships between tables
Database Handling Class and Service
Files and Streams.
Web Service.
Presentation transcript:

نقوم بنسخ الملف student.mdb إلى المجلد abc/App_Data

Default.aspx

Untitled Page.style1 { width: 100%; }.style2 { width: 172px; } FirstName Surname Subject Default.aspx As text

Default.aspx.vb

Imports System.Data Imports System.Data.OleDb Imports System.Web.Mail Imports System.Security.Cryptography Imports System.IO Partial Class _Default Inherits System.Web.UI.Page Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim con As New OleDbConnection("Provider=Microsoft.jet.oledb.4.0;Data Source=" & Server.MapPath("/abc/App_Data/student.mdb")) Dim cmd As New OleDbCommand("INSERT INTO `department_x`(`FirstName`,`Surname`,`Subject`) VALUES(?,?,?)", con) Con.Open() cmd.Parameters.AddWithValue("?", TextBox1.Text.ToString) cmd.Parameters.AddWithValue("?", TextBox2.Text.ToString) cmd.Parameters.AddWithValue("?", TextBox3.Text.ToString) cmd.ExecuteNonQuery() Con.Close() End Sub End Class Default.aspx.vb As text

Web.config

Web.config As text

لقد تم فتح حساب في الموقع إن هذا الموقع يدعم تصميم المواقع بالأكواد المحمية asp.net و قواعد البيانات access

عنوان موقع في الإنترنت اسم مجلد

نقوم بنسخ المجلد abc من سطح المكتب ونلصقه داخل المجلد

سوف نقوم بسحب المجلد الى الإنترنت

أصبح عنوان الموقع ويحوي هذا المجلد الملف default.aspx بالنداء لهذا الملف كما يلي نجد

التأكد من أن السجل قد تم إدراجه في قاعدة البيانات access student.mdb ننسخ قاعدة البيانات إلى سطح المكتب وبواسطة MS – Access يتم فتحها فنرى أن السجل المدخل تم ادراجه

وهذا ما يؤكد أنه تم إدراج السجل إلى قاعدة البيانات من الإنترنت