| Thread | Last Post | Replies |
|
| how to access user web control from parent page? | 29 Sep 2005 22:34 GMT | 1 |
I've created a user web control with 4 drop down list boxes in it. I've added this user control to my main web form page. I created the references to it in the class constructor: protected System.Web.UI.UserControl ReportLocationSelector;
|
| DHTML and RegisterStartupScript | 28 Sep 2005 21:58 GMT | 2 |
I have some DHTML actions which work very well at a page level. However when I take everything and make a control it just falls apart. Everything comes down to my Init() function for the DHTML. When using the code within a page I call the Init() in the body tag onload. When I
|
| how to make imagebutton respond to click but not return key | 28 Sep 2005 20:53 GMT | 1 |
I need to make an imagebutton that is contained in a datagrid respond only to a mouse click, and not a return key press. I have a user control on the same page that contains text boxes (HTML controls) and link buttons (.NET web controls) to handle the return key press as a
|
| custom control (with collection) do not render at Design time | 27 Sep 2005 14:16 GMT | 1 |
I built a custom control... Everithing is working fine... EXCEPT... ;-) When I first place the control on the webform at design time it showed as an empty control (it's ok), then I add my first collection item and it also showed correctly. BUT when I close or run
|
| Response.Redirect from within a user control affects browser histo | 27 Sep 2005 10:13 GMT | 4 |
I have an ASP .NET user control containing a data grid. The data grid has a column containing hyperlinks that redirect the user to the view page associated with their selection in the grid. This user control is hosted in another page and displayed to the user.
|
| Why LoadPostData() is not called? | 26 Sep 2005 14:06 GMT | 2 |
After pressing button its text becomes clear and no matter what text has been entered in textbox near it. Whats wrong to my project? +----------------------------------------------------------------+ | Attachment filename: webapptest.zip |
|
| Creating a popup *custom* control | 25 Sep 2005 18:42 GMT | 5 |
How can I create a popup custom control so it can be compiled as a dll? I think of a "MessageViewer" Custom control that opens a new browser window with some dynamic loaded text. I want to enable other developers just to use code like
|
| Generating HTML code in the code-behind | 25 Sep 2005 18:25 GMT | 3 |
Can I do this? I'm playing with AJAX, and it occurred to me that it'd be a lot easier to make changes to a control on the server, grab the HTML that control would now render, and return that to the client, where Javascript could
|
| About the "Page.RegisterRequiresRaiseEvent and Page.RequiresPostBa | 25 Sep 2005 11:58 GMT | 4 |
I wonder if the Page.RegisterRequiresRaiseEvent and Page.RequiresPostBack are asp.net bugs,for they are somewhat "ugly" and difficult to use.At the same time, I wonder if there is other alternatives I can choose.I've read the book "Developing Microsoft ASP.NET Server Controls and ...
|
| Is this newsgroup active? | 22 Sep 2005 19:09 GMT | 2 |
I have noticed no answers for several days, just a few posts, and of course the spam, Thanks
|
| Help needed for "generic" System.Object Converter | 22 Sep 2005 19:02 GMT | 3 |
Hi, I have custom web server control with one property being of type System.Object. At design time, only string values are allowed to be entered in the property window. If "StringConverter" is used for the TypeConverter attribute, a user
|
| Deploying user control from c# to vb | 22 Sep 2005 15:06 GMT | 4 |
I'm sure this has been answered many times, but can someone point me to some documentation? I've created a user control in C# and would now like to hand it to someone for deployment in an asp.net vb project. I have compiled the control and given the other developer the .ascx file ...
|
| Visio vs DotNet | 22 Sep 2005 05:55 GMT | 1 |
Is there any way to get class structures defined in Visio into the dotnet through some option of import?? thanks Sri
|
| Intellisense not working | 20 Sep 2005 18:53 GMT | 1 |
I have made a webcontrol which derives from the datagrid control. This works fine however I would like to get intellisense support in the HTML designer. Basically I need the same intellisense which is already provided for the DataGrid control along with a few extra properties ...
|
| Get Top and Left? | 19 Sep 2005 10:08 GMT | 2 |
I have added a control to my form in the codebehind (eg TextBox tb1 = new TextBox();). I now need to determine the width, CSS left, CSS top properties for that control so I can add label in front of it. I am not sure where to start. Can anyone post any helper code on how to do
|