Results matching for "weather+data"
Sort Listings By
Show Only
By Customer Review
Licence Type
Using ADO.NET to Develop Data Access Logic (DAL)
posted byBeansoftwareinTutorials & Tips
Dynamic Web sites usually use one or more data sources like a database or xml files. This tutorial explains how to use ADO.NET to easily communicate with data sources through a recommended 3 tier architecture.
(0 ratings)
Reviews0
PriceFree
Views947
Binding Client Side Controls Dynamically to an XML Data Source Object
The XML data island in IE 5.x provides a simple and convenient way to dynamically alter the content of a Web page using data stored either locally or remotely in XML format. This article demonstrates how to change the data content of your Web application pages client side through the use of DHTML events and dynamic data binding with XML island DSOs, and helps you decide in what format the XML should be saved.
(0 ratings)
Reviews0
PriceFree
Views2381
Practical data binding: Get your feet wet in the real world
posted byvoltroninIntroduction to XML
Data binding, although commonplace in today's world of Java technology and XML programming, is still largely misunderstood. This column throws out all the theoretical claptrap and focuses on the concepts you need to get started with data binding. You will understand the differences between general data binding and data binding in the XML world, as well as round-tripping, semantic equivalence, and what to look for in a data binding package.
(0 ratings)
Reviews0
PriceFree
Views1747
Dynamic Web-based data access using JSP and JDBC technologies
posted bykwigintinDatabase-Related
This article discusses using the JSP and JDBC technologies to integrate static, dynamic, and database content in Web sites. For the purposes of simplicity and illustration, the JSP pages here use short scriptlets to expose the JSP developer to the underlying JDBC concepts instead of hiding them in custom tags. The author introduces a key design approach that integrates JavaBeans components with JDBC, similar to the way that JavaServer Pages technology already uses beans with HTTP. He also provides code for implementing this integration.
(3 ratings)
Reviews0
PriceFree
Views3489
Tip: Use data dictionary links for XML and Web services schemata
posted byvoltroninIntroduction to XML
When designing XML and Web services schemata you will often (and ideally) reuse data elements defined in pre-existing standards. If so, it is extremely useful to include links to such standards, providing precise data dictionary references. In so doing, you make processing and maintenance easier to automate. This tip illustrates this practice.
(0 ratings)
Reviews0
PriceFree
Views1921
EaseSoft DataMatrix ASP.NET Web Server Control
EaseSoft DataMatrix Barcode ASP.NET Web ServerControls use its internal HttpHandler to transfer barcode images directly to the client without any temporary files.It is the most efficient method to generate the barcodes dynamically. EaseSoft Barcode ASP.NET Controls are fully compatible with Microsoft C#.NET, VB.NET, Borland C# Builder and Borland Delphi .NET
(0 ratings)
Reviews0
PriceFree
Views1529
VB.NET 2005 Tutorials: Access and Manipulate SQL Server data
posted byJohn_JacobinTutorials & Tips
VB.NET 2005 Tutorials: Access and Manipulate SQL Server data - Using Ad Hoc Queries - In this tutorial you will learn about Consuming and Manipulating Data Viz. Access and Manipulate SQL Server data - Using Ad Hoc Queries; Running Queries, The SELECT Statement, The INSERT Statement, The UPDATE Statement and The DELETE Statement.
(6 ratings)
Reviews0
PriceFree
Views2723
ASP.NET 2.0 Training : Data Source Object Model
posted bysanereddyinTutorials & Tips
ASP.NET 2.0 Training : Data Source Object Model - In this tutorial you will learn about Data Source Object Model in ASP.NET 2.0, the Rationale of DataSource components, Data Source Control Internals, Tabular DataSource Controls, Hierarchical Data Source Controls, The SqlDataSource Control: Usage and Data Source Parameters.
(6 ratings)
Reviews0
PriceFree
Views2519
ASP.NET 2.0: DataBound Controls - Details View
posted byrjamesinTutorials & Tips
In this tutorial you will learn DetailView DataBound Control, To create a file system Web site, Connecting to SQL Server, Use a Drop-Down List as the Master and To test the drop-down list.
(3 ratings)
Reviews0
PriceFree
Views1998
Storing Binary Data to Database by using ASP.NET 2.0
posted byBeansoftwareinTutorials & Tips
Tutorial explains how to store to database and get back binary data, like images, .pdf or .zip files.
There is an option to store this type of data to web server file system. But, there is also an option to store it to database and return it with ASP.NET server code.
(0 ratings)
Reviews0
PriceFree
Views1166
Flex DataGrid, Tree, List single click select controls
posted byJBhargavinFlex & Air Applications
DataGrid, Tree and List with multi-select limits and Single click to select or deselect
Multi-select with single clicks Flex controls like List, Tree, DataGrid with a settable maximum number of selections.
The controls in this package that allow single click select/deselect and a max limit on number of selections are
- List
- Horizontal List
- TileList
- Tree
- DataGrid
- Advanced DataGrid
(0 ratings)
Reviews0
PriceUSD 12.00
Views636
Product Data CSV Export for AspDotNetStoreFront
The product data exporter code consists of two files that you install in your website. This will create a page on your website from which you can download all the product data from your store. The page will prompt for a password before allowing the product data to be exported. The output of this script can be connected to Aten Software's data feed service, which can submit your product listings to any shopping engine.
(0 ratings)
Reviews0
PriceFree
Views695
xCRUD - Data Management System PHP CRUD MySQL
posted byfoskainContent Management
The fast ajax interface (powered by jQuery) for all of your actions, you do not need to wait for page reloading and loading unneeded modules, you get access to the data almost immediately.
Supports all popular types of fields mySQL, date- and time-picker for date fields, drop-down lists for ENUM and SET fields, WYSIWYG editors for textareas, maps for POINT.
Simple validation rules, unique fields check.
Control over your data through the callback functions.
Control displayed fields and columns, turn off the main actions, search, export to CSV is also present. Lot of features for grid customization.
Supporting file and image uploading, unlimited thumbs creation and resizing. Blob storage is also available.
Table joining, subselects, relations.
Simple plugin for easy wordpress integration.
Bootstrap compatible.
(6 ratings)
Reviews0
PriceUSD 13.00
Views1276
Submitting Web Form data from one ASP.NET page to another
posted byfaisalinTutorials & Tips
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.
(6 ratings)
Reviews0
PriceFree
Views3844
VB.NET 2005 Tutorials: Access and Manipulate Data - Working with Disk Files
posted byJohn_JacobinTutorials & Tips
VB.NET 2005 Tutorials: Access and Manipulate Data - Working with Disk Files - In this tutorial you will learn about Access and Manipulate Data, Working with Disk Files, Browsing for Files, Streams and Backing Stores, Using the FileStream Class, Using the StreamReader and StreamWriter Classes, Using the BinaryReader and BinaryWriter Classes.
(0 ratings)
Reviews0
PriceFree
Views1583
VB.NET 2005 Tutorials: SQL Server data - Using Stored Procedures
posted byJohn_JacobinTutorials & Tips
VB.NET 2005 Tutorials: Access and Manipulate SQL Server data - Using Stored Procedures - In this tutorial you will learn further more about Access and Manipulate SQL Server data - Using Stored Procedures, Creating a Stored Procedure, Running Stored Procedures from .NET, Using Parameters in Stored Procedures, The @@IDENTITY Variable
(6 ratings)
Reviews0
PriceFree
Views2778
ASP.NET 2.0 Free Tutorials : SqlDataSource Control
posted bysanereddyinTutorials & Tips
ASP.NET 2.0 Free Tutorials : SqlDataSource Control - In this tutorial you will learn about The Data Source Wizard - SqlDataSource Control, the process of setting up the data source. DataSource controls enable programmers to declaratively connect data sources to the user interface. The logic for retrieving the data from the source is inbuilt into the control.
(12 ratings)
Reviews0
PriceFree
Views4390
ASP.NET 2.0: Displaying Master-Detail Data on Separate Pages
posted byRyanJames27inTutorials & Tips
In this tutorial you will learn how to display Master-Detail Data on Separate Pages, create the details page, test the pages and Allow Editing, Deleting, and Inserting Using a DetailsView DataBound control.
(0 ratings)
Reviews0
PriceFree
Views1763