| Thread | Last Post | Replies |
|
| Obtaining UserControl Name | 03 Sep 2004 19:20 GMT | 2 |
On my web form, I have inserted a UserControl, named ReceivedRecord in two different places on the form. The first UserControl on the web form is named ReceivedRecord1. It will record records that are classified as "New". The second user control on the web form is named
|
| HtmlAnchor Question | 03 Sep 2004 11:34 GMT | 1 |
Can the Click event of an HtmlAnchor control be overridden? I'd like it to accept a custom EventArgs object (that holds data) instead of the basic EventArgs object (which doesn't hold data). Thanks,
|
| Getting a node in the "IE Web Control" TreeView to display a tooltip with mouse over | 02 Sep 2004 21:57 GMT | 1 |
Hi all, I've actually written a fair amount of .NET code including the creation of my own web controls - however, I'm from an expert. I'm currently trying to determine how to set the tooltip for a node in a treeview webcontrol And by tooltip I mean the text that is displayed when ...
|
| Treeview checkbox control critical problem | 02 Sep 2004 21:20 GMT | 3 |
I have an treeview control with checkbox control. However, when I try to check the checkbox everytime, the web page always jump to the top of the page. Who can tell me what's wrong is it? Thanks
|
| Listbox on Postback | 02 Sep 2004 19:40 GMT | 4 |
Ok, I'm losing my mind. I have a simple ASP.NET page with a listbox control. I am loading the listbox with a few items during Page_Load, but only if it is NOT postback (the listbox is unbound, the items come from XML).
|
| ASP.Net Server Control (Web Custom Control) Code Update Problem | 02 Sep 2004 06:48 GMT | 3 |
I have created a new Server Control or Web Custom Control, and everything with the control itself works great. The problem is if I want to change any of the code in my Server Control none of the projects that pull in this control see the changes. Just for kicks
|