/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-st
A SqlDataReader is good for reading data in the most efficient manner. We can not use it for writing data. We can read from SqlDataReader objects in a forward-only sequential manner. Once we have read some data, we must save it because we will not
Login form designing include a login page (shown above) , a page where user will be redirected after successful login and a sign out page which will be displayed after signing out.
To create DataGridView first of all we need to insert DataGridView tool from toolbox.Now, once the DataGrid is inserted we need to display data in i
The ADO.NET DataSet contains DataTableCollection and their DataRelationCollection. It represents a collection of data retrieved from the Data Source. We can use Dataset in combination with DataAdapter Class.
/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-st
Here I’m going to demonstrate how to delete all Temporary Internet Files of Internet Explorer through C#.Net.Exampleprivatevoid btnDelete_Click(obje