| Thread | Last Post | Replies |
|
| How to implement Sub form in vb.Net web page? | 13 Oct 2004 18:31 GMT | 1 |
Any Idea How to implement Sub form in vb.Net web page? Japhet.
|
| Simple Image resizing - work on stand alone, not on third party se | 13 Oct 2004 18:11 GMT | 1 |
Trying to resize an image in the page_load, image1.width="400". It works when I run it on my stand alone web matrix run, but if I load the code on a my third party server, the code has a compiler error, BC30311: Value of type 'String' cannot be converted to
|
| Fail to set the cursor to the textbox of my choice | 13 Oct 2004 12:37 GMT | 1 |
How can I set the cursor into the textbox of my choice using VB.NET on a webform?
|
| SendUsing | 13 Oct 2004 05:00 GMT | 2 |
I am using SmtpMail.Send( ) to send a message. When this application is run from localhost it executes and the message is delivered correctly. When the same code is executed from a remote host it throws an exception ...
|
| CustomControl on webform in designer shows only text | 13 Oct 2004 02:23 GMT | 4 |
I've made a customcontrol (inherits from system.web.ui.webcontrol) Everything works fine. But when I make my customcontrol...and I reference it in an other project place the control in the toolbox
|
| .NET svc pack 1 breaks IEWC?! | 13 Oct 2004 00:09 GMT | 1 |
I just downloaded & installed the new .NET service pack 1 and suddenly my IEWC multipage control quit working. When I click on my "Next" button of a 3 page webform, nothing happens. Has anybody else experienced this problem? Is there a work around yet?
|
| Datagrid Expand/Collapse | 12 Oct 2004 18:21 GMT | 2 |
Can anyone advice me of a way to emulate the Tree Control by the use of DataGrid for Web forms? What I would ideally like to do is to have Summary rows with details rows hidden until such time that the user clicks a particular Summary row.
|
| Grid with an enquiry form | 12 Oct 2004 01:03 GMT | 1 |
I have an enquiry web form with several fields to which I also need to link a grid. As it is an enquiry form I don't necessarily want to bind the grid to a db. Ideally I want to allow user to fill the form fields and the gird, in possibly unbound mode, read the values (fields and ...
|
| How to store name/value pairs in DataGrid? | 11 Oct 2004 23:05 GMT | 1 |
I want to show a Status name in a BoundColumn, and somehow save its ID so I can retrieve it later. I have tried using a 2nd BoundColumn that is hidden (Visible="False"), but the hidden column is not accessible using this in the Update event:
|
| Checkboxes in DropDownList | 11 Oct 2004 21:16 GMT | 1 |
Does anyone know if there's a custom control of a dropdownlist that have checkbox as its value?
|
| Display html on another computer instead of local computer | 11 Oct 2004 11:56 GMT | 1 |
I have a datagrid that whenever a user click the link button,the system will go to the database retrieve the url path and display the particular HTML page on another computer instead of local computer itself.So how am i going to implement that in Vb.net.This is my sample code of ...
|
| dropdown list displays on top of div tags | 11 Oct 2004 09:47 GMT | 1 |
I have a dynamic html site navigation control in a website I am developing. On pages where there are dropdownlist controls, the dropdownlist will render on top of the dynamic html navigation. This ends up hiding the navigation in that spot. This also only happens in Internet ...
|
| Rendered Control questions | 10 Oct 2004 15:35 GMT | 1 |
I'm writing a rendered control to display either a plain text (in a span element), or an edit box, (in an input element) according to the control attribute ReadOnly. Fundamentally I have the runtime behaviour I want.
|
| HELP!!! Create a scheduled occurence!! | 09 Oct 2004 03:40 GMT | 3 |
How can you have a web app to run a series of commands without user intervention say every week? Thanks MP
|
| ViewState of Child Controls Not Working Mystery??? | 09 Oct 2004 00:02 GMT | 3 |
I can not get the child controls of my custom control to retain view state To use this control initial page load 1. the containing page dynamically creates a control (button, in this case)
|