--

...

Wednesday, 20 June 2018

Introduction to ASP.NET

To create dynamic web pages. To create web pages on the fly. To create web sites or web applications. Group of web pages is called web site. Every web page is of two types. Client side/static page Server side/dynamic page Internet : Network of networks is called Internet. Largest network in the world is Internet. The Internet is operated using Web Sites. On Internet we have to place the web site, then only we can access from any where. First of all we have to purchase web space, register it on our name, provide user...

Benefits of ASP.NET

It represents an exciting new platform for creating web sites with the .net framework, using any .net language. The benefits are, Structure ASP.NET brings structure back into programming by offering a code-behind page, which separates the client-side script and HTML from the server-side code. Layout control Using web forms in ASP.NET and positioning controls such as text boxes and buttons is easy, and VS.NET will create the appropriate HTML code for the target browser that is selected....

Friday, 8 June 2018

Creating ConnectionString by using 2-Tier and 3-Tire Architecture

...

Sunday, 3 June 2018

How to Find ConnectionString

From the Visual Studio Screen go to Server Explorer From the Server Explorer Right Click on Data Connection and then Select Add Connection Give the Server Name then Select Database and then Click on Advance Button After that you will find the Connection String ...

Introduction to C# .NET

It  is  pure  object  oriented  programming  language.  Also  it  is  Event Driven Programming Language. It is case sensitive. ...