| Thread | Last Post | Replies |
|
| DefaultValue for Public Property of ASP.NET 2.0 UserControl not appearing in Properties Window | 28 Feb 2006 16:11 GMT | 1 |
First, I'm using Visual Web Developer 2005 Express Edition, which I hope is exactly the same as Visual Studio 2005 minus a bunch of useful features. While the property itself (Amount) appears as it should in the
|
| autoscrolling in .net | 28 Feb 2006 00:21 GMT | 1 |
I've a requirement in which I need to implement autoscrolling.... Is there any control in .net which supports this functionality/............ My display list(data) should be scrolling ...........
|
| HtmlHead is not inheritable how can I prevent the <title> tag from rendering? | 27 Feb 2006 01:26 GMT | 4 |
I am trying to prevent the <title> tag from rendering in an HtmlHead control. How can I do this? I have been trying to replace it with a web user control that I have created which renders the title tag and takes advantage of caching features
|
| dynamically add usercontrol | 24 Feb 2006 15:01 GMT | 4 |
Can anybody explain to me how to dynamically add a usercontrol? When I try to use the this.Controls.Add the control is added, but none of the usercontrol member controls are instanciated. The workaround I have done is to add the control to the aspx and set visible
|
| How can I prevent SmartTag from showing? | 24 Feb 2006 03:01 GMT | 1 |
I've a webcontrol which inherited from BaseValidator. Under the .Net 2.0, such control has a default function----SmartTag, which is new in 2.0. But I do not need it.
|
| Setting web custom control properties at design time | 23 Feb 2006 20:13 GMT | 4 |
I am developing a Web custom control whose properties (such as text) I would like to map to other control properties (such as textbox1.text) or variables of the web form at design time. Is this possible?
|
| Accessing Textbox Text After Postback in Dynamic Control | 22 Feb 2006 16:44 GMT | 3 |
I have an aspx page, which loads a custom usercontrol (UCtrlA). UCtrlA has a drop down list, and depending on what is selected in UCtrlA's drop down list ("Create New" or "Edit Existing"), another usercontrol is added (dynamically) to UCtrlA through LoadControl (UCtrlNew or
|
| VS 2005 intellisense for complex properties in the XML/HTML designer | 21 Feb 2006 14:52 GMT | 2 |
I am using a web custom control with Visual Studio 2005 and I have a property called : [Category("Controls")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
|
| Custom Script Editor how to | 17 Feb 2006 20:25 GMT | 1 |
I am writing a custom script editor for use in web application and I would like to be able to have the text cursor be placed at the beginning of text that the user is searching for. How do I do this? Also, is there any way that I can highlight the word that they were
|
| MS_VIRTUAL_LIST_VIEW_CE_1.0 undocumented ? | 17 Feb 2006 09:03 GMT | 1 |
I'd like to know if microsoft provides a documentation or code source concerning this class used by Smartphone under window ce . The only thing i want is to get items text from applications (developping useful interface for blind people)
|
| -stmt mgmt issue | 16 Feb 2006 13:38 GMT | 1 |
I need to maintain state of few variables on my page,,, It's on the same page.... Which is better suited in this situation? Session or viewstate.....
|
| Design Time Support for custom User Controls | 15 Feb 2006 22:00 GMT | 2 |
Is there any way to get the UserControl designer(or my own designer) to create a class other than UserControl at design time? Or to find out what the actual class of a UserControl is at design time? Specifically the situation I have is this:
|
| Can a Web Forms Control be Used in a Desktop App? | 13 Feb 2006 08:04 GMT | 3 |
Can a Web Forms Control be Used in a Desktop App? Can it even be used on a Windows Form? Are there any special needs on the desktop for running Web Forms e.g. is IIS needed, or as long as client system has .NET Framework a Web Forms app will
|
| Using the Font property | 13 Feb 2006 03:34 GMT | 4 |
In a custom control, inherited from WebControl, I get a Font property automatically. What's it's purpose. When I render text within the control, it's not rendered with the attributes of that font object. Do I have to read the attributes of the font object and render each one ...
|
| Printing in ASP.NET | 11 Feb 2006 02:03 GMT | 1 |
Is it possible to send a file directly to printer in ASP.NET? I have a page which display the list of files associated with the record with hyperlinks to the files. I want to provide a link next to each file to allow people to click the button and send the appriopriate file to the ...
|