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...