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...
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
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.
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.