| Thread | Last Post | Replies |
|
| How to use Collection Editor for control | 15 Jan 2004 15:50 GMT | 3 |
Hey guys, I am building a web control. Can someone give me a sample snippet or explanation on how to use the collection editor to add/remove items to my control's collection or array?
|
| warning sign | 15 Jan 2004 07:47 GMT | 2 |
is it possible to get a warning window when using user Control ? (warning window like the one apper when installing exe file )
|
| Controls with a client side onLoad function or seting a cursor server side | 15 Jan 2004 03:55 GMT | 3 |
Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or body tags in the control.
|
| Inherited TextBox | 14 Jan 2004 21:19 GMT | 1 |
All, I want to create a custom control which is actually inherited from a textbox. This custom control will have one more field called Required. If requires is set to TRUE then before user can post this
|
| user controls: dynamiclly added child controls dont survive post back ? | 14 Jan 2004 21:13 GMT | 1 |
i have some strange behaviour: i've created a web user control that add's some child controls (e.g: textbox, image buttons) to its control collection (= Me.Controls) at runtime. no prob. but after a postback gets fired (and the web page reloads) the
|
| extending the RegularExpressionValidator | 14 Jan 2004 18:39 GMT | 1 |
I would like to have a RegularExpressionValidator that would also require an entry. So I opened Reflector and looked at the RegularExpressionValidator control and found the EvaluateIsValid function. In this function it returns a true if the ControlToValidate is empty. OK so my ...
|
| validation not working properly | 14 Jan 2004 16:03 GMT | 1 |
I have a control that I am building that adds two validation controls to the control heirarchy like so: [code] 'setup and register client-side validation
|
| control value after submit | 14 Jan 2004 15:52 GMT | 3 |
QUESTION IS AT BOTTOM... ------------- ASPX ----------------------------------------- <form id="form1" runat="server"> <asp:placeholder id="plhA" runat="server"/>
|
| Exposing an internal datasource in the designer | 14 Jan 2004 14:13 GMT | 3 |
I've created a Custom control that inherits from the DataGrid class. My control contains collections that I want to appear in the DataSource property dropdown at design time. Once I've selected the DataSource, I want
|
| Controls like IE URL entry field | 14 Jan 2004 08:18 GMT | 1 |
I need to design a control like IE URL entry field. When I type "http://www.a" in URL, all the addresses have "http://www.a" would display. the number of URL display would be decreased as you type more words on the URL. Is it possible to do the same in ASP.NET? If so, which ...
|
| Adding Controls to Toolbox With Add-In | 14 Jan 2004 04:08 GMT | 1 |
I'm having problems creating an add-in to install a library of custom controls I have in the toolbox. I've created a Visual Studio .NET Add-in project and implemented this code in the OnConnection() method: public void OnConnection(object application,
|
| usercontrol and clientside validation | 14 Jan 2004 00:06 GMT | 2 |
I have a usercontrol and i have written sone clientside validation script associated along with it. Now when i register this usercontrol in the mainwebform, how can i access the clientside validation to validate the
|
| Use "Class" to display CSS data in ASP.NET | 13 Jan 2004 15:45 GMT | 2 |
As I know, I can use "Class" attribute in ASP to render the HTML control with some CSS properties. I want to know that is it the same effect in ASP.NET? But I found it is not. Below is my code. Please suggest the correction, if I wrong. If not, how can i use CSS in ASP.NET <asp ...
|
| dropdownlist control | 13 Jan 2004 10:38 GMT | 5 |
I want to display a image and the text in the dropdownlist box. How can i do that by adding a property to dropdownlist control?
|
| Add control to asp:PlaceHolder on asp.net page from user control on same page | 12 Jan 2004 22:52 GMT | 5 |
I have an asp.net page default.aspx with a user control and a placeholder control. <html> <body>
|