ARRGH! I am in the process of creating an application that uses the MS Charting controls along with some AJAX. I was working on my machine of XP with VS 2008. I didn’t have IIS installed so I w… more →
Asp.Net Team's WeblogFrank Adams wrote 5 months ago: ARRGH! I am in the process of creating an application that uses the MS Charting controls along … more →
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 →
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 →
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 →
wihemdra wrote 8 months ago: This is the code to show the data from table using store procedure which the toolbox is datagridview … more →
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 →
wihemdra wrote 8 months ago: In web.config after <configuration> statement. add this code : <appSettings> <add key … more →
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 →
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 →
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 →
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 →
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 →
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 →
Frank Adams wrote 1 year ago: One of the problems I had finding is searching directories for files via user input. Right now … more →
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 →
Frank Adams wrote 1 year ago: Imports System.IO Public Sub GetFiles(ByVal path As String) If File.Exists(path) Then … more →
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 →
wmsmith wrote 1 year ago: ‘Get the user roles Dim objDt As ‘this is a function that returns a datatable given the … more →
wmsmith wrote 1 year ago: I had a CheckBoxList Control Nested within my GridView Control. I needed to get the checked values o … more →