- A control that wont do squat!
Hello everyone,I have been trying to build this control, and it wont do anythingBasically this control consist of textboxes, a datalist, and a submit buttonIts actually just a form to submit information. The control can either load in a person'sinformation from a DB if the CustomerID proper...
- a controls place/value in the framework
I have a question about the usage of usercontrols and servercontrols (user defined).I know, one of the main purposes of building your own control is for reuse. But, it seems to me, that another good use of them is simply for organization. So that, even if you don't intend to use this contro...
- 500 errors with www.webhost4life.com, anybody?
Hey everybody,I have recently changed my site over from php/mysql to asp.net ajax/sql express, and with the advice of several threads on these forums settled with webhost4life as my new host. After publishing to their temporary url, I get a bunch of error 500 messages at a certain point of the...
- 5 domains on one hosting account? (shared disk space & bandwidth?)
I currently own 5 domains, none of which generate any bandwidth to speak of. On one of the domains I store video clips (currently 1/2 gig).Is there any way I can get an ASP 2.0 hosting account that will permit me to share my bandwidth and disk space between all my accounts?My only other require...
- Accessing a public variable from within an click event
I've created a user control that has a text box, button, label and a few properties. I want to set a variable via a public property and consume that variable within the click event of the button. From the results of debugging my public property for the variable seems to work. However, when...
- Accessing a user-controls properties from within another
Hi everybody. I have a page with two user-controls. Upon clicking a button in one of my controls i want to change some properties of the other user control. Let's say i call one control "tasks" and the other "loginarea".This is the event handler for the button in the "tasks" control:void fo...