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 TouchToneTommy 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 jjmendo

  1. jjmendo

    declare user control in aspx page

    K, I've Imported System.Web.UI and type "Control" resolved. But 'Dim myControl As StateBind' get StateBind not defined. Here's the code for my usercontrol codebehind: Imports System Imports System.Web.UI.WebControls Public Class StateBind Inherits System.Web.UI.UserControl Public...
  2. jjmendo

    declare user control in aspx page

    Get Error: Type 'Control' is not defined I've imported the following: Imports System.Web.UI.WebControls Imports System.Web.UI.UserControl Imports System.Web.UI.Control
  3. jjmendo

    Resizing remote images with asp.net

    I've used the holmok image handler, http://www.holmok.com/imagehandler.aspx. It allows you to set the thumbnail size easily. You could program it in asp.net but it's just easier with the imagehandler. Had it up and running in minutes.
  4. jjmendo

    declare user control in aspx page

    I've created a user control consisting of a dropdownlist. I've also set the property in the dropdownlist. Now I need to get the value of the dropdownlist in the main page's code-behind page. Can anyone tell me how to delcare the user control in the code-behind. I've tried Protected UCState1...
  5. jjmendo

    Reusable Code

    I'm createing a web form and have a dropdownlist. the dropdownlist lists all the states. I would be placing this dropdownlist in several different pages. I'm unsure as to how to create a class for the dropdownlist code to be reused. I've always placed the code in the codebehind and haven't...
  6. jjmendo

    classic asp w/ asp.net

    Thank you for the quick reply. Would there be issues when transferring information between the old and new pages. I haven't developed in classic asp, does it support querystrings, storing server session info. Two scenerios, 1. classic asp transferring data to asp.net pages 2. asp.net...
  7. jjmendo

    classic asp w/ asp.net

    I need to update an application that was written in classic asp. Due to time concerns I can't update the entire application right now, but users need some functionality change in a couple of the pages. Would I be able to create these pages in ASP.net. Would the application allow both asp.net...

Part and Inventory Search

Back
Top