Lost your password?

Blogs about: Aspnet Vb

Featured Blog

.NET and Coldfusion and IIS7 and Charting and AJAX and…

Frank Adams wrote 5 months ago: ARRGH!      I am in the process of creating an application that uses the MS Charting controls along … more →

Tags: AJAX, IIS7

Creating a Pop-Up Using ASP.NET VB

Frank Adams wrote 7 months ago: I have searched for a way to create a simple popup on my project. Something that is scalable and reu … more →

Using Classes in ASP.NET VB

Frank Adams wrote 8 months ago: I have created a web application that introduced me to something I haven’t really used before, class … more →

Tags: Class, function

Working with a Database in ASP.NET VB

Frank Adams wrote 8 months ago: I just realized I added code on the blog for working with databases in C# but not for VB.  This will … more →

Tags: Database, SQLClient

DataGridView+DataSet+SqlDataAdapter+StoreProc+SqlCommand in 2.0 ASP.NET(VB)

wihemdra wrote 8 months ago: This is the code to show the data from table using store procedure which the toolbox is datagridview … more →

Tags: ASP.NET, VB, SqlCommand, storeprocedure, DataGridView, dataset, SqlDataAdapter

Message Box in ASP.NET Using VB 2.0 Framework

wihemdra wrote 8 months ago: Sometimes we want to use message box in asp.net. I’m using function which streaming out a java … more →

Tags: ASP.NET, Message Box!!!, VB

String Connection in Web.Config using Asp.Net VB Language with SQL Server 2005

wihemdra wrote 8 months ago: In web.config after <configuration> statement. add this code : <appSettings> <add key … more →

Tags: Connection String, ASP.NET, VB.NET, web.config, SQL Server 2005, 2.0 .NET Framework

Connection Strings for Desktop Search in Application

Frank Adams wrote 9 months ago: Okay, I have been fighting with this for about two days now.  I believe I mentioned previously that … more →

Tags: Desktop, Directory, files

Page.IsPostback is Sneaky

Frank Adams wrote 11 months ago:    I had an issue yesterday with a dropdown on a form. I was trying to post the values to a new form … more →

Tags: Best Practices, Programming, PostBack

Working With Dates and Times Using ASP.NET VB

Frank Adams wrote 12 months ago: I know we have all have to use dates at some time or another.  I came across this posting and though … more →

Tags: Dates, Formats

Using Windows Desktop Search in ASP.NET VB Application

Frank Adams wrote 1 year ago: I was searching around the Internet for something or someone to help me with seaching files in a giv … more →

Tags: query, Search, Desktop, binding, DataGrid

File Upload Using ASP.NET VB

Frank Adams wrote 1 year ago: I noticed or I should say it was brought to my attention that although I show how to work with files … more →

Tags: files, upload

Performing Loops - VB and C#

Frank Adams wrote 1 year ago: This will be a short post. I just wanted to display the differences between C# and VB when performin … more →

Tags: ASP.NET & C#, VB.NET, C#, Loops

Searching for Files Using ASP.NET VB

Frank Adams wrote 1 year ago:       One of the problems I had finding is searching directories for files via user input. Right now … more →

Tags: VB.NET, files, Directory, Array, Fileinfo

Recursively Browse Directories Using ASP.NET VB

Frank Adams wrote 1 year ago: I have come across an issue.  I have solved it part of the way.  I needed to display the contents of … more →

Tags: files, Directory, Parse, sort

Using ASP.NET VB to get all files of directory and subdirectory2 comments

Frank Adams wrote 1 year ago: Imports System.IO Public Sub GetFiles(ByVal path As String)         If File.Exists(path) Then        … more →

Tags: files, Directory

Working With Numbers in VB.NET

Frank Adams wrote 1 year ago: Dim i As Integer = 0 i += 10 ‘ add 10 to i i -= 5 ‘ subtract 5 from i i *= 2 ‘ mul … more →

Tags: Programming, VB.NET, .NET

Update to dynamic checkboxlist: This is how to populate the checkboxlist in the Page_Load event.

wmsmith wrote 1 year ago: ‘Get the user roles Dim objDt As ‘this is a function that returns a datatable given the … more →

Dynamic CheckBoxList Control Nested within a GridView Control1 comment

wmsmith wrote 1 year ago: I had a CheckBoxList Control Nested within my GridView Control. I needed to get the checked values o … more →


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS