Sunday, 20 December 2015
ASP_1_SIMPLE_INSERT_QUERY
1) CREATE ONE DATABASE FROM VS...
2) RIGHT CLICK ON WEBSITE
3) ADD
4) ADD NEW ITEM
5) SQL DATABASE
6) GIVE DATABASE NAME LIKE "DATABASE.MDF"
7) NOW ADD TABLE...
8) FROM LEFT SIDE SERVER EXPLORER RIGHT CLICK ON TABLE
9) CREATE TABLE "ADD 2 COLUMN NAME "
10) DRAG AND DROP TABLE IN ANY OF YOUR .ASPX PAGE
11) CREATE ONE ADDSTUDENT.ASPX PAGE
12) DOUBLE CLICK ON BUTTON AND WRITE THE CODE AS GIVEN BELOW ...
using System.Data;
using System.Data.SqlClient;
using System.Web.Configuration;
2) RIGHT CLICK ON WEBSITE
3) ADD
4) ADD NEW ITEM
5) SQL DATABASE
6) GIVE DATABASE NAME LIKE "DATABASE.MDF"
7) NOW ADD TABLE...
8) FROM LEFT SIDE SERVER EXPLORER RIGHT CLICK ON TABLE
9) CREATE TABLE "ADD 2 COLUMN NAME "
10) DRAG AND DROP TABLE IN ANY OF YOUR .ASPX PAGE
11) CREATE ONE ADDSTUDENT.ASPX PAGE
12) DOUBLE CLICK ON BUTTON AND WRITE THE CODE AS GIVEN BELOW ...
using System.Data;
using System.Data.SqlClient;
using System.Web.Configuration;
Saturday, 12 December 2015
1_INTRODUCTION_FTP
• It’s time to get the idea of how to upload your page in the server, for that we use the FTP.
• How to install filezilla‟s set up?
• Click on the NewSite and give the name of your site.
• Then specify the Host, username and password and logontype must be ACCOUNT, and in the account filed specify the name.
• And then click on the Connect button if it connected successfully then it will show me the screen as given below.
• Your remote server and localhost both became active.
• If you are interested to upload the page from localhost to server, select the specific page from the localhost location, and then click on the right hand side button and select upload.
• Then your page will successfully display in the server, now check that the page is worked properly on the server, so for the open your browser and write down your domain name/page name which you want check.
How to download the page from server to localhost?
• Just select your page and click on the right hand side button and click on the download.
• How to install filezilla‟s set up?
• Click on the NewSite and give the name of your site.
• Then specify the Host, username and password and logontype must be ACCOUNT, and in the account filed specify the name.
• And then click on the Connect button if it connected successfully then it will show me the screen as given below.
• Your remote server and localhost both became active.
• If you are interested to upload the page from localhost to server, select the specific page from the localhost location, and then click on the right hand side button and select upload.
• Then your page will successfully display in the server, now check that the page is worked properly on the server, so for the open your browser and write down your domain name/page name which you want check.
How to download the page from server to localhost?
• Just select your page and click on the right hand side button and click on the download.
Subscribe to:
Posts (Atom)


















































