| Thread | Last Post | Replies |
|
| Dynamic creation of UserControls - Problem with postback | 13 Jul 2003 07:09 GMT | 1 |
I have created a UserControl, and I am dynamically adding it to each row of a datagrid with a sub called by the datagrid's 'OnItemDataBound'. That part works. 'creates the instance of the control
|
| Calendar and naming <A> i cells | 12 Jul 2003 01:05 GMT | 1 |
I have to name all the Dates in a Calendar-Control, so I can select the <A>-tags from javascript. The standart output is : <TD style="WIDTH: 14%" align="middle"><A style="COLOR:
|
| Image control | 12 Jul 2003 00:27 GMT | 1 |
I would like to upload a form which also containing images to a MS SQLServer database using XML. What I would like to know is: 1. Is there a webcontrol which would allow one to insert an image (cut and paste or some other entry method)?
|
| [Events] Problems... | 11 Jul 2003 15:31 GMT | 1 |
Hi... i have an aspx page(home.aspx) that contains an ascx usercontrol (chrt.ascx). In home.aspx there is a button with his event...
|
| Composite Controls and Bubbling events | 09 Jul 2003 21:02 GMT | 1 |
I´m programming a composite WebCustomControl called wcc. I want to hide a button, once it's clicked!!! And my question is: Is there any way to execute the OnBubbleEvent(...) method,
|
| Sever Controls aren't visible on run time in browser. | 09 Jul 2003 19:39 GMT | 3 |
I did create Web Forms Page in VB .Net to follow help step by step, but when I've putted server controls( textbox, Label, button ) on form and click "Build and Browse" those controls disappeared from "run time" form.
|
| Determine PageLayout programatically | 08 Jul 2003 18:08 GMT | 1 |
I am building a custom server control. I need to determine whether the page the custom control resides in is in flow layout or grid layout. Because I am doing this from the server control, I need to determine this
|
| Painting scrollbars | 08 Jul 2003 13:01 GMT | 1 |
I know how to paint listbox items, but don't know how to paint the scrollbar of the listbox. Can someone give me some hints on this? Thanks...
|
| Passing form elements between forms | 08 Jul 2003 01:51 GMT | 1 |
I have two forms form1.aspx and form2.aspx. I need to reterive all the form elements from form1 into form2. In Form1.aspx n number of controls are created at runtime, and on click of one button form2.aspx is called using server.transfer.
|
| Cannot recieve click event on Link Button | 08 Jul 2003 01:44 GMT | 2 |
I have created a Web User Control with a link button on it. I dynamically load this control on my default page. In the Click event on my control I set x = 5. I just want to see if I can generate and trap an event with in my
|
| user control and order of events in page | 07 Jul 2003 03:13 GMT | 2 |
Pease be excuse the poorly phrased question. I'm a bit confused: I've got a user control that accepts username and password values submitted from a form and authenticates the user. Originally, the control also performed the response.redirect to the FormsAuthentication ...
|
| asp.net linkbutton event not firing | 07 Jul 2003 01:12 GMT | 1 |
All, I am unsure of why this is happening... When I run the same code at work, I get the expected results. However, when I'm at home I don't...
|
| Several issues with building a user control | 05 Jul 2003 10:57 GMT | 1 |
I'm trying to build a user control (specifically, a date picker) and am experiencing several issues. Also, I'm brand new to web development and ASP.Net, so hopefully this will be fairly basic. First, when I place the control on a WebForm, the designer lets me
|
| Using Table control in a custom composite control. Control does not render properly in design time. | 02 Jul 2003 09:06 GMT | 1 |
All, I have written a very simple custom composite control that includes a control of type System.Web.UI.WebControls.Table. The control renders fine in run time, but for some reason, it does not
|
| Select datagrid item programmatically in ASP.NET | 01 Jul 2003 18:53 GMT | 1 |
I have a question on ASP.NET Datagrid. Here goes nothing :- I have a datagrid with a SELECTCOMMAND on the first column. Whenever i click on the first column, it will highlight the particular
|