Topic Illustrating the use of OleDb or Sql CommandBuilder to update database using dataset.
Posts Tagged ‘Visual Studio’
Updating database using dataset
Posted in Technology, Visual Studio, tagged Data, Database, DataSet, Dataset Delete, Dataset Update, OleDbCommandBuilder, SqlCommandBuilder, Update, Visual Studio on October 21, 2009 | 1 Comment »
JQuery in Visual Studio
Posted in Javascript, JQuery, Technology, Visual Studio, tagged ASP.Net, DotNet, JQuery, Visual Studio on July 18, 2009 | 2 Comments »
A big part of the appeal of jQuery is that it allows you to elegantly (and efficiently) find and manipulate HTML elements with minimum lines of code. jQuery supports this via a nice “selector” API that allows developers to query for HTML elements, and then apply “commands” to them. One of the characteristics of jQuery [...]
Use CS and VB files in App_Code
Posted in Technology, Visual Studio, tagged App_Code, ASP.Net, C#.Net, Class files, Class libraries, Code Compilation, Compilation, VB.Net, Visual Studio, Web.Config on July 11, 2009 | 3 Comments »
Detailed explanation of using csharp and vb files in app_code.
