A1VBCode Forums

Arguments Exception


http://www.a1vbcode.com/vbforums/Topic25837.aspx

By tehtarik - 9/30/2008

Hi im currently working on input of data (visual basic).

im using a manual web form with the insert parameters...

Protected Sub~~~~~~~~~~~~

If Page.IsValid Then

PostUpDataSource.Insert()

End If

how ever after i debug i get the error: System.ArgumentsException Format of the initialization string does not comform to specification starting at index 0..

my upload.apsx.vb file doesnt have a catch n throw exception method..

im i suppose to include 1 or the problem which i faced is not from there

Pls give me some advice.. thank you for reading :  )

By tehtarik - 10/5/2008

Problem solved :  )