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