Introduction:
Here I will explain how to display or show gridview header and footer
when the gridview is empty in asp.net using c#,
vb.net
with example or show
gridview header and footer when there is no
data or empty in asp.net using c#,
vb.net with example. By
using gridview properties ShowHeaderWhenEmpty, EmptyDataText
we
can show gridview header even when data is empty but to show footer we need to
write custom code by adding new to gridview in asp.net.
Introduction:
Here I will explain how to jQuery
to get browser type and version or jQuery
detect browser version and type in asp.net
with example
or jQuery find browser type /
version with example. By using jQuery migrate plugin we
can get browser type and veriosn with example.
Introduction:
Here I will explain how to make gridview columns or cells
read only or not editable in gridview edititemtemplate in asp.net using c#,
vb.net
with example. By using readonly
property we can set asp.net
gridview
column as read only or not editable using c#,
vb.net with example.
Introduction:
Here I will explain what is the difference between DDL, DML, DCL and
TCL commands or statements in sql
server
with examples. In sql
server
database operations like insert, update, delete, etc… categorized into multiple
operations those are DDL, DML, DCL and TCL. In sql
server
DDL means data definition language, DML means data manipulation language, DCL
means data control language and TCL means transactional control language.
Description:
Introduction:
Here I will explain what is the difference between DDL, DML, DCL and
TCL commands or statements in sql
server
with examples. In sql
server
database operations like insert, update, delete, etc… categorized into multiple
operations those are DDL, DML, DCL and TCL. In sql
server
DDL means data definition language, DML means data manipulation language, DCL
means data control language and TCL means transactional control language.
Description:
Introduction:
Here I will explain how to add hours to current date using DateAdd function in sql
server
with example or adding hours or minutes to date in sql
server.
By using DateAdd function in sql
server we can add hours
or minutes to current date in sql
server.
Description:
Introduction:
Description:
In previous articles I explained dropdown validation using javascript in html, populate dropdownlist from database in
asp.net,
cascading dropdownlist in asp.net gridview, country, city, state cascading dropdownlist in asp.net and
many articles relating to dropdownlist,
gridview, asp.net, c#,vb.net and jQuery. Now I will explain
how to set dropdownlist selected value in asp.net using c#,
vb.net.