Access DB DataReader To Gridview
Access DB DataReader To Gridview Purpose: – Illustrates using Acces DB DataReader Gridview in VB.NET ASP.NET. Prerequistes: Install Visual Web Developer 2010 Install SQL Server Express Download Northwind and Pubs Databases Attach Northwind Database to Databases in Sql Express Attach pubs Database to Databases in Sql Express Notes: You can build your own library of syntax examples by using same web site over and over and just add new web... [Read More...]
Access DB DataAdapter To Gridview
Access DB DataAdapter To Gridview Purpose: – Illustrates using Acces DB DataAdapter Gridview in VB.NET ASP.NET. Prerequistes: Install Visual Web Developer 2010 Install SQL Server Express Download Northwind and Pubs Databases Attach Northwind Database to Databases in Sql Express Attach pubs Database to Databases in Sql Express Notes: You can build your own library of syntax examples by using same web site over and over and just add new... [Read More...]
VB.NET String Function Right()
VB.NET Right(string,length) – String Function Purpose: – Illustrates using Right(string,length) and String Functions. Prerequistes: Install Visual Basic (Express or Standard Edition) Install SQL Server Express Download Northwind and pubs Database Attach Northwind Database to Databases in Sql Express Attach pubs Database to Databases in Sql Express Notes: Console Application is used to simplify things, but Windows Forms or Web Forms... [Read More...]
VB.NET String Function Left()
VB.NET Left Example – Code Sample Syntax Abstract: – Illustrates using VB.NET Left Code Example. Left Other Languages Left VB.NET ASP.NET Left C# Console Left C# ASP.NET Other VB.NET Console Examples *** 1. Download Source Code *** Download Source Code for All VB Console Examples in One Project *** 2. Left Syntax *** Purpose: Returns a string containing a specified number of characters... [Read More...]
VB.NET String.IsNullorEmpty()
VB.NET StringIsNullorEmpty Example – Code Sample Syntax Abstract: – Illustrates using VB.NET StringIsNullorEmpty Code Example. StringIsNullorEmpty Other Languages StringIsNullorEmpty VB.NET ASP.NET StringIsNullorEmpty C# Console StringIsNullorEmpty C# ASP.NET Other VB.NET Console Examples *** 1. Download Source Code *** Download Source Code for All VB Console Examples in One Project – source code... [Read More...]
C-Sharp – WPF – 3D – Code Samples
C-Sharp – WPF – 3D Examples Purpose: – Illustrates the C-Sharp WPF syntax for working with the 3-D Objects. View Other C-Sharp Examples C-Sharp – WPF – 3D Examples Animation Rotate Transform 3D Animation Rotate 3D Transform 3-D Scene Animation Rotation Code Sample Shows how to animate a rotation transformation on a 3-D model in procedural code. Animated Rotation Markup Sample Demonstrates rotation with markup... [Read More...]
Learn vb.net in 24 hours
Yes that’s right you can actually learn vb.net in 24 hours. No matter you migrated from another language or you are an absolute beginner. Here are some vb books recommended for you http://www.visualbasicbooks.com/ vb.net is the most popular language used by users all over the world. It is simple too. Here are some of the pages which are highly recommended for you to learn vb.net in 24 hours. Note: You have to choose only one link not all. Tip... [Read More...]
vb competition
I recently went to a vb competition and i was surprised to see complex questions can also be solved and done using vb 6 and vb.net . How to solve core arithmetical and logical questions ? If you have a good knowledge of linear equations in mathematics , you can easily form the equation using variables and show the results. Some of the questions were :- Like we need to enter any 2 members to make the following pattern . For example if we entered the... [Read More...]
style your first letter using css
Now you can style the first letter and first line the css . For styling first letter CSS :first-letter pseudo-element <html> <head> <style type=”text/css”> p:first-letter { color:#ff0000; font-size:xx-large; } </style> </head> <body> <p>This is a text.</p> </body> </html> When can this be useful? This can be useful for styling the first letter of an parragraph . CSS :first-line... [Read More...]
Spry tabbed panels
In this tutorial i will talk about spry tabbed panels . Here are some links that are recommended if you want to learn spry tabbed panels. http://kb2.adobe.com/community/publishing/504/cpsid_50437.html http://www.ehow.com/how_2255175_dreamweaver-cs-spry-tabbed-panels.html Note:Spry objects are in dreamweaver version cs3 or higher So i will show you how you can create and modify tabbed panel. Go to insert> sry > spry tabbed panel Now it will... [Read More...]
how to style quotes using css
source: http://www.cssnewbie.com/six-ways-style-blockquotes/ The blockquote XHTML tag is a fairly useful (if somewhat underused) element. Semantically speaking, a blockquote should be used any time you’re quoting a longer piece of text from another source – another speaker, another website, whatever. It’s a way of setting the text apart, and showing that it came from some other source. Stylistically, you could accomplish all... [Read More...]