| Thread | Last Post | Replies |
|
| ASP.NET 2 and custom controls!! How can i create them? | 31 Oct 2005 21:04 GMT | 1 |
i can't find anything on the net to create a simple custom control with asp.net 2 and use it in other project..with that i mean having my own custom control on toolbox to drag it in designtime in asp.net 1 that was simple...i just built my project and there was
|
| Dynamically placing controls/ page items at runtime | 31 Oct 2005 10:31 GMT | 7 |
I have this table on my form which gets populated with data from my database at runtime. I would like to place some controls (linkbutton, textbox etc.) beneath the table when it is complete - at the moment the controls just stay where I place them and the table gets built on top ...
|
| Web User Control Drop Down List does not show selected item | 30 Oct 2005 14:01 GMT | 3 |
I have a user control that only contains a drop down list. This ddl is filled with countries. In my ASPX page the control displays properly and I can also get the selected item. However, when I want to select an item from the list by default that is not the first entry in the ...
|
| Application variables | 28 Oct 2005 22:38 GMT | 1 |
Hey guys!! I am building this application that I want users to log into my system with their login and password stored on a DB. After I do the check I want to clear them to access a specific folder on my
|
| Changing viewstate on client | 26 Oct 2005 16:37 GMT | 3 |
I created a custom datagrid that works similarly to the new GridView control (using the XML request/response objects to retrieve data in the background for paging/sorting). Everything is working, but I want to streamline it a little.
|
| Problem running a Jeff Prosise example | 26 Oct 2005 00:16 GMT | 1 |
I'm trying to run the third example in Chap. 8 (Custom Controls) of Prosise's "Programming Microsoft .NET". He provided a directory Hello1 containing two files - Hello1.aspx
|
| UserControl event & method call sequence | 25 Oct 2005 18:11 GMT | 3 |
I have an aspx page that loads an ascx user control. This is what happens: 1. As the aspx page loads it then loads the ascx usercontrol. 2. After loading the user control the aspx page calls a method in the user
|
| CAS prevents call to ConvertTo used by custom TypeConverter | 25 Oct 2005 09:42 GMT | 4 |
Hi, I have a web control, that has a property (a collection of strings) with it's own editor and typeconverter. The problem is that the type converter has to ConvertTo an InstanceDescriptor at runtime, but calls InstanceDescriptor (seem to) require
|
| Adding Windows Security to ascx | 24 Oct 2005 19:10 GMT | 1 |
I have an application that is growing and requires Windows role based security built into a navagation user control. I currently have the security in the aspx forms with the Web.config file authorization and authentication accessing roles and it is working.
|
| Adding another item to a completed DataLIst | 19 Oct 2005 02:14 GMT | 5 |
I'm using a datalist, 2 columns, verticle direction. When the items are finished being displayed, I'd like to "manually" add addition text to the end of the list and have it appear right after the last item. Something like this:
|
| Eventhandling from dynamically created controls | 14 Oct 2005 05:16 GMT | 1 |
I have some questions reguarding event handling of dynamically added controls. An example scenario (se code below): I have one button declared in the aspx file. When the button is
|
| Allowing a new design property for control inheriting DataGrid | 14 Oct 2005 02:39 GMT | 2 |
I created a custom control inheriting from DataGrid I would like to put a custom property for design time manipulation I added the accessor as below code but is does not appear in the property window. However other custom control i created having this code has no
|
| Custom asp.net control using collection - Design Time Refresh | 13 Oct 2005 13:21 GMT | 3 |
I have a custom asp.net control that uses a collection class to store items. Properties modified for each item cause the design time window to refresh, I am using the "ParentNotify" attribute, this works well. I also am using a composite control designer class that renders the ...
|
| How to implement "PostRender" event for Controls | 11 Oct 2005 12:54 GMT | 2 |
we need to dynamically load WebControls and WebUserControls and manipulate the rendered output (before output fragment caching). Actually, merely some static replacing of strings is required. And yes, this requirement should not exist but it does.
|
| raising Page event with customs webcontrol | 09 Oct 2005 20:34 GMT | 5 |
I'm trying to raise a Page level event from a custom webcontrol. I can get the event to fire but the context of the even is within the webcontrol and not the Page. How can I get the event to be at the Page context level where I can change other controls, variables, etc on the ...
|