c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

How to read your xml file in asp.net?

| | Category: .Net

In this Article, I explain how to read your xml data’s using dataset. Normally to Dataset contains Readxml property to read the xml file content. Here I am using this Readxml property to read a content from xml file.

How to bind Gridview using xml in asp.net?

| | Category: .Net

This Article, I explain how to bind your Gridview using xml data’s. Here I am using Web application to achieve this. First you have to create one small web application with c# language.

How to find your Current bank balance using SQL query?

| | Category: SQL

In this section, I explain how to find your bank balance using sql query. This questions asked by many interviewer, so please do this practice before go to interview.

How to open and close a popup in asp.net mvc using Jquery?

| | Category: asp.net MVC

In this article, I describe how to open popup in mvc using jquery. Here I am using jquery-ui.js and jquery-ui.css. Here I demonstrate with adding sales items. please refer these below link to add js and css file .

How to upload a file in asp.net mvc?

| | Category: asp.net MVC

In this article, I describe how to upload a file in mvc. Here I am using normal html input statement to upload a file, in this input control use type as file and use form post method in html beginform.

How to append prefix to existing value in a field using sql query?

| | Category: SQL

In this article, I describe how to append prefix to all existing value in a field using sql query. Here I am adding ‘+’ prefix to countrycode in a country table.

How to get first, last date and total days in a month from current date using sql query?

| | Category: SQL

In this article, I found a sql query to find first, last and total days in a month from the current or any date using inbuilt functions such as DATEADD(),DATEDIFF() and DAYS() functions. Here i am using current date. If you want to get any date then replace your date with GETDATE()

How to get DAY , MONTH and YEAR from current date using sql query?

| | Category: SQL

In this article, I found a sql query to find day, month and year from the current or any date using inbuilt functions such as DATEPART() or DAY(), MONTH() and YEAR() functions.

How to use Write and Read in console?

| | Category: .Net

In this section, I explain how to use Write and Read Line in console Application. In WriteLine helps to display or print your message once you enter the message then press enter the message(name) will read by ReadLine

What is concept of Boxing and Unboxing?

| | Category: .Net

Boxing permits any value type to be implicitly converted to type object or to any interface type implemented by value type. Boxing is a process in which object instances are created and copy values in to that instance.

Page 73 of 82