User Profile

Collapse

Profile Sidebar

Collapse
Toniyo Jackson
Toniyo Jackson
Last Activity: Jul 9 '10, 09:46 AM
Joined: Jun 30 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Toniyo Jackson
    started a topic Conversion overflows error

    Conversion overflows error

    Am getting the 'conversion overflows' error while running the stored procedure. In stored procedure one column is having 30 decimal places. Due to this am getting this error. But, i have only read only access to stored procedure. i cant modify it. So i need to solve this problem in code.

    Please help me......

    Code:
    Dim objCMD As New SqlCommand            
    Dim objDA As New SqlDataAdapter            
    Dim
    ...
    See more | Go to post

  • I tried that also. still not working
    See more | Go to post

    Leave a comment:


  • Calendar is showing behind the iframe in asp.net

    Hi,

    Am using calendar extendar to select the date. Based on date am showing the records in pdf using iframe. after showing the record if i click the date calendar is going behind the iframe. Only in IE7 and IE8 its not working. below IE7 its working.

    Am have tried z index. but no use. Please can anyone solve my prob.

    This is my code

    Code:
     <table cellpadding="0" cellspacing="0"
    ...
    See more | Go to post

  • try this

    Code:
    For intItem As Integer = 0 To lstBox.Items.Count - 1
      For intSel As Integer = 0 To objDT.Rows.Count - 1
        If lstBox.Items(intItem).Value = CInt(objDT.Rows(intSel).Item("Screen_Id")) Then
          lstBox.Items(intItem).Selected = True
        End If
      Next
    Next
    See more | Go to post
    Last edited by Frinavale; Jun 30 '10, 04:02 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

    Leave a comment:

No activity results to display
Show More
Working...