| Thread | Last Post | Replies |
|
| Experts, am I right about this? [TabControl insanity] | 30 Jun 2005 22:43 GMT | 1 |
I just finished working on a control that made me completely nuts. It's a tab control, and it works beautifully in an IE browser. Just like the kind that are used in desktop apps (multiple rows of tabs that rearrange themselves appropriately when clicked).
|
| Reach UserControl from ASPX codebehind? | 30 Jun 2005 15:46 GMT | 3 |
I created a usercontrol and dropped it onto my aspx... But from CodeBehind of that aspx I can't reach to that UserControl...I just want to reach to it just like when I dropped for instance a textbox onto that form so I can play with it's properties and subscribe to it's events?
|
| using TagPrefix to avoid having @ Register directives on pages using custom controls | 30 Jun 2005 15:37 GMT | 2 |
I am designing a custom control in a seperate DLL. I have used the assembly:TagPrefix attribute in this project. The project is included as a reference in our website project. I can use my custom control if I have a @ Register directive in my page, but I want to develop this ...
|
| How to receive postback values for Composite Control | 28 Jun 2005 07:20 GMT | 2 |
Please help me since I am new to composite control. I've been building a composite control that contains 3 textboxes. Rendering control portion works fine, but I don't know how to receive postback values from each textbox.
|
| Newbie question | 27 Jun 2005 18:36 GMT | 4 |
I've keyed in the following code that I copied drom my asp .net for dummies book: <%@Page Language="vb" debug="True" %> <html>
|
| dynamically build sql based on text in textbox and dropdownbox | 23 Jun 2005 20:27 GMT | 1 |
I have a web form that contains textboxes for first name and last name. I also have a dropdown list that contains companies. I would like the user to enter criteria in any manner in the control and get results from the database.
|
| An ImageButton that retrieves its image from a Resource | 22 Jun 2005 20:16 GMT | 2 |
Well, that sums it up, doesn't it? I would like to have an image button (more compact than a regular button) in a web custom control. However, to minimize dependencies and limit installation nuisances I was thinking of retrieving the image of the image button from an embedded ...
|
| Using DataViewManager with a WebControls.DataGrid | 20 Jun 2005 19:37 GMT | 1 |
Does anyone know how to bind a dataset to a WebControls.DataGrid using a DataViewManager. For a Forms DataGrid, it is... // Bind to a DataGrid. System.Windows.Forms.DataGrid myGrid = new
|
| Problem with INamingContainer | 20 Jun 2005 17:05 GMT | 2 |
I created a composite control which works just fine. I want to be able to set the focus to one of its contained controls (a textbox) but this is giving me a javascript error. The problem is that the ClientID property of the contained textbox is not giving me the correct value. When ...
|
| custom web controls and conversion to inline code | 17 Jun 2005 18:06 GMT | 2 |
Our client wanted delivery of the code using inline scripting, but for obvious reasons, we developed the ASP.NET 1.1 app using codebehind. We have an issue now when trying to convert the codebehind code to an inline format. The control fires a custom event (to pass detailed error ...
|
| Sample Whidbey Web Part Code | 14 Jun 2005 20:25 GMT | 1 |
Can anyone point me to some examples of Whidbey Web Parts being designed from scratch. The documentation on this is still blank (eg. http://msdn2.microsoft.com/library/t54h7hh7(en-us,vs.80).aspx). Is the generally accepted way to create web parts just to create a user
|
| Framework 2.0 Beta 2 serializing a server control at run time | 14 Jun 2005 06:18 GMT | 3 |
How can I persist a server control to aspx code at run time in Framework 2.0 Beta 2. This can be done at design time with the ControlPersister.PersistControl method.
|
| Problem of User Control | 11 Jun 2005 20:20 GMT | 2 |
I am newbie of ASP.NET. I tried to develop a simple user control and add it to a web page for testing. However, when I start debug, the web page doesn't show the user control at all, and a file download popup window open to ask me downloan the web form. I even used the code that ...
|
| How to check if a client has installed an application or not from ASP.NET | 10 Jun 2005 20:02 GMT | 1 |
Does anyone know how to check on the client machine if a particular application/OCX is installed programmatically in ASP or ASP.NET environment ? Any help will be greatly appreciated .
|
| design time support for collections | 10 Jun 2005 16:56 GMT | 1 |
I have a servercontrol that contains a list of buttons. What I would like to do is to create property on my WebControl where I can edit the buttons (create, delete, set the order, set the name of each button, backgroundcolor of each button). What is working is that the property ...
|