complete web developing asp.net c-sharp (c#), sql-server and complete responsive web designing (html-html5, css-css3, java-script, jquery, bootstrap, photoshop)
Instead of Update Trigger
To Create INSTEAD OF UPDATE Triggers first of all we need to create a table (but we create two table) for which we apply trigger and need another table that hold all activity in main table.
--...
Response.Redirect in ASP.NET
In the previous part we study about what is page navigation and there types and also study HyperLink type page navigation technique in detail. In this part we will study about Response.Redirect...
Page Navigation
In this part we will study what is page navigation technique? Why use them? Basically there are different types of page navigation technique in ASP.NET but each technique has its own importance and benefits, and which page-navigation technique should be used depends on the current...
Before understand difference between n/3 tier architecture in asp.net or n/3 layer architecture we have to understand first of all what is Tier and What is layer?
Layer and Tier
The layers reside on the same machine...
In this part we will study how to image flip using html and css. In this part when we hover on the images will be show animation using css3 transition animation. We can set transition effect as we have required.
For apply flip image code, we need to create html page and a css page first and link...
QueryString through 3-layer architecture
In the ASP.NET beginners part we learned about how QueryString transfer data from one page to another page through URL. In this Part we will learn how transfer data using 3-layer...
To Create INSTEAD OF DELETE Triggers first of all we need to create a table (but we create two table) for which we apply trigger and need another table that hold all activity in main table.
--We create table tblDeparment
create...
In the previous chapter we study how QueryString transfer variable from one page to another page through URL using C# code. In this chapter we will study how to use QueryString through JavaScript to transfer data.
z-test.aspx
<%@...
INSTEAD OF INSERT Trigger
To Create INSTEAD OF DELETE Triggers first of all we need to create a table (but we create two table) for which we apply trigger and we need another table that hold all activity in main table.
--We...
QueryString
When we need to pass variables content from one aspx or html page to another page through URL we use QueryString.
There several choice to pass variables from one page to another but in this session we use...