Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kenpogi

  1. kenpogi

    Downloading ZIP file has ASPX extension in File Download POPUP

    hey ppl i got it to work using the ff code: Dim strFileNamePath As String strFileNamePath = System.IO.Path.GetFullPath(fileName) Dim myFile As System.IO.FileInfo = New System.IO.FileInfo(strFileNamePath) HttpContext.Current.Response.Clear()...
  2. kenpogi

    PopUp Calendar image goes under the dropdownlistboxes

    Thanks a lot guys! iframe tag works perfectly
  3. kenpogi

    PopUp Calendar image goes under the dropdownlistboxes

    But textboxes are windows controls too right?
  4. kenpogi

    Downloading ZIP file has ASPX extension in File Download POPUP

    I'm trying to download a word document into a ZIP file. Basically, the page appears as a page.aspx window. When I try and force the download (forcing the file name to be .zip), the download still specifies a .aspx to be saved. What can I do to force a .zip to be downloaded (especially in the...
  5. kenpogi

    COMException problem on XP

    I have an application that runs on COM objects. Basically what we're trying to do is to download to a file the contents of the page. Thing is, it works perfectly in Win2K but in XP, it gets the ff message exception: Event Type: Error Event Category: None Event ID: 0 General Information...
  6. kenpogi

    PopUp Calendar image goes under the dropdownlistboxes

    I downloaded a script from the internet for pop up calendars. Basically, it works fine but when the image pops to a space where there are drop down listboxes, the listboxes seem to be on top of the generated calendar image. Help please!thanks guys!
  7. kenpogi

    raiseEvent onclick in javascript

    Hello peeps.. How do i force the onclick event from the onchange function?"window.external.raiseEvent" doesn't seem to work. Please help. Thanks.
  8. kenpogi

    LinkItem onclick event handling

    ok..code seems to be working for onchange.. one last question..how do i fire the onclick event inside the onchange function?is that possible?
  9. kenpogi

    LinkItem onclick event handling

    yes yes..my bad:)
  10. kenpogi

    LinkItem onclick event handling

    Will try the onchange event. Thanks. As for the client id, the javascript's dynamically formed that's why it's that long :)
  11. kenpogi

    LinkItem onclick event handling

    Hi. I'm having a problem regarding access of the onclick event of a dropdownlist in javascript. It seems that during the onclick event, the javascript cannot catch the SelectedIndex that I chose..rather..it always defaults to the 0 index: Here's the code: <script language='javascript'> <!--...

Part and Inventory Search

Back
Top