Quantcast
Channel: www.codedisplay.com » C#
Browsing latest articles
Browse All 173 View Live

Efficient way to Save or Insert TextBox Value into MS Access DataBase Table...

We can use MS Access Database for small scale applications. Asp.net Ado.Net provides us an easy, efficient way to develop Database driven application using MS Access as back end. To start an...

View Article



JQuery AJAX Example Code in Asp.net to Insert or Save Data into SQL Server...

In almost each and every web application we need to save or insert data into database. To save or insert data into database we need to postback into the server. Using AJAX we can provide the...

View Article

Get Asp.Net Original Unhandled Exception Error Message in JQuery AJAX error...

In my previous articles I have explained how we can invoke or call server side method using JQuery AJAX. Here in this article I will explain “How we can handle ASP.Net WebMethod Unhandled Exception...

View Article

How to get set server side DIV of a Master page from Content page Code behind...

In most of the projects we need get and set Master page DIV tag from our code behind. We knew that we can do it by using Asp.Net FindControl() method. But after that we need to cast to get the…Read more ›

View Article

How to get set server side DIV of a Content page from Master page Code behind...

In my previous post I have described how we can Get & Set value of a Master page DIV control. It’s also equally important to know “how we can Get & Set value of a Content page or Child...

View Article


Jquery to Merge HTML Table Row for same group of data using rowsapn attribute

When we need to represent data in an HTML Table, more often we need to merge same cell value or row td value. Here in this article I will show you “How one can easily merge same group of data…Read more ›

View Article

Getting last ID value of identity column from SQL Server for the most...

For the relational database like SQL Server, Oracle, and Microsoft Access/Jet we have to maintain a primary key to establish relation among entities. To do that we can use business code if applicable,...

View Article

CSS to Conditionally set Asp.Net Repeater Row Background Colour using C# VB.Net

Asp.Net Repeater Control is used to represent data repeatedly. Sometimes we can use this control to represent data in tabular format. Since more often we use this control, we need to represent data...

View Article


JQuery Click Event to Highlight a Row of an HTML table with Even Odd CSS

Highlighting a row is very essential when the table is very wide & need to scroll horizontally to read whole row. Using CSS and JQuery it’s very easy to implement, but a bit complex while the table...

View Article


Why C# or VB.net Generics perform better than Collections – a case study with...

Generics are the most powerful feature of .NET 2.0. Generics not only allow us to define type-safe data structures but also gives us a significant performance boost and higher quality code. Collections...

View Article
Browsing latest articles
Browse All 173 View Live




Latest Images