| Thread | Last Post | Replies |
|
| how to add class attribute to html code? | 14 Aug 2004 19:43 GMT | 3 |
I have a control that has a property. The property is a class type. I have made it expandable in property grid like fontinfo class. But I set a property of that class, the property is not written to the control as an inline attribute.
|
| "Error Creating Control" and "Cast from String" | 14 Aug 2004 14:54 GMT | 1 |
I'm creating a custom date control. In appearance, it's just a textbox and a button. It has three custom properties: CalDate, CalDateType and Required. Required is just a boolean, and CalDate is the contents of the textbox. CalDateType is an enum with four values:
|
| Implementing IPostBackDataHandler in a custom web control with VB.NET | 12 Aug 2004 19:34 GMT | 1 |
I have created a custom class with Visual Basic that inherits from the drop down list web control. In order to update the value properly, I have tried to implement IPostBackDataHandler, but receive the following error message:
|
| Custom Control design time access to SQLConnection on Web Page | 12 Aug 2004 15:19 GMT | 1 |
I'm developing a server web control and it requires a SQLConnection object. Is there a way at design time to display a list of available SQLConnection objects that have been dropped on the page as a property of my custom control?
|
| extend Regular expression validator control | 12 Aug 2004 02:31 GMT | 1 |
I would like to extend Regular expression validator control to read from a config file, the custom expressions to validate. basically would like to increase the number of validation
|
| FORM wrapping | 12 Aug 2004 01:52 GMT | 3 |
We're migrating a website to the Content Mgmt Server 2002. I've noticed all the pages look like so: <body> <form>
|
| How do I dynamically add a user control to a web page? | 11 Aug 2004 15:16 GMT | 1 |
I have a user control which I created that does not work when I add it dynamically to a web page. My code looks like this. For x = 0 to max 'Instantiate a new conrol
|
| How to add images in a DataGrid | 09 Aug 2004 11:49 GMT | 2 |
Hi Friends, I have a database having all the country names and some geogrphical details of the countries. I am displaying it in a DataGrid. I want to add Flag of each and every country.
|
| Custom Webcontrols, VS EDI support and intellisense? | 09 Aug 2004 10:42 GMT | 4 |
I have been working on some custom webcontrols. Among other things I have extended the datagrid with a few things Everything is working perfectly nice and smooth But how on earth do I add xsd schemas for intellisense etc?
|
| Events in a custom template control | 08 Aug 2004 02:34 GMT | 1 |
I have written a template control which contains a button. I have added a public event to the control which I raise on the button's Click event. In the main page that contains an instance of this template control I have code in the codebehind page to handle this event. My problem ...
|
| Multiple dependent dropdownlists in whidbey | 06 Aug 2004 20:21 GMT | 1 |
I'm trying to get 3 DropDownLists in an ASP.NET 2.0 page working together so that the value selected in DropDownList1 is used as a parameter which tells DropDownList2 how to populate itself. Equally, the value selected in DropDownList2 should tell DropDownList3 how to
|
| Controls Problem | 06 Aug 2004 17:00 GMT | 2 |
I have a question. I have created an application using VS.NET and the application runs fine on IE, (I mean all the image buttons, textboxes etc.) I understand that validation control features dont work on Netscape, but why does'nt imagebuttons and buttons work on Netscape.
|
| Capture the file path | 06 Aug 2004 16:58 GMT | 1 |
I need to capture a file path in the user machine. I'm trying to show a Open Dialog without success... any ideas? []'s Caio
|
| Calling IsValid in a web control | 06 Aug 2004 14:48 GMT | 3 |
Is there anyway to check the IsValid property in a user control? I've made a user control that holds a number of validators. There are also event handlers in the control that handle button presses. The problem is that the IsValid property is defined on the page and isn't available ...
|
| data repeater question | 04 Aug 2004 23:20 GMT | 1 |
I have a quick question. I am displaying all the orders that are active. I am making use of a datarepeater with checkboxes to display data and a submit button to insert into the database. suppose i want to make the orders inactive using the checkboxes and click on
|