| Thread | Last Post | Replies |
|
| HyperLink control; NavigateUrl; IE vs. Mozilla | 30 Sep 2005 19:48 GMT | 1 |
I seem to have found something rather odd.... certainly unexpected. I had a hyperlink control on my site, a logo on the header section which when clicked, took you back "home" to the root of the app. I had the NavigateUrl set to "~/". Now my understanding was that this was
|
| Datagrid does not show on a webpage | 30 Sep 2005 16:08 GMT | 2 |
I am trying to learn using the datagrid to display rows on a webpage. I dropped a datagrid control on a page, bound it to a data set that had a tables with 6 rows. When I run the application, nothing shows up! Thanks.
|
| Help regarding panel control. | 30 Sep 2005 13:41 GMT | 1 |
i am new to asp.net. I want to add some controls in panel and i want to align them properly. My problem is whenever i add control in panel that control is getting added at the top of panel. I am not able to move that control in center
|
| Radio list to image tabs - possible? | 30 Sep 2005 04:36 GMT | 3 |
In an effort to 'fancy up' my search box, I would like to get rid of standard radio buttons and replace them with tabs running across the top - see screenshot of original:
|
| ?"The virtual path maps to another application" | 30 Sep 2005 00:20 GMT | 1 |
I've got an vb.net ASP application with a separate web controls project (c#) in one of its subfolders (but not a separate app or virtual dir). When starting the app, the login page maps to a user control in the relative subdirectory with the message below.
|
| asp:TextBox | 28 Sep 2005 21:46 GMT | 2 |
I have code like this: <asp:textbox id="theID" Runat="server" readonly=True width="150px"> It gets rendered as this: <INPUT id=theID style="WIDTH: 100%" readOnly value=Normal name=theID>
|
| how to make imagebutton respond to click but not return key | 28 Sep 2005 20:52 GMT | 2 |
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
|
| loading multiple drop down boxes? | 28 Sep 2005 20:23 GMT | 1 |
I have 5 drop down list boxes on a web form. I've written code to populate the first one. How can I populate the remaining 4 with the exact contents of the first without
|
| ActiveX Control on ASP.NET Page | 28 Sep 2005 20:06 GMT | 1 |
I have a ActiveX control (TcpSocket Client) which has 3 Events OnConnect/OnDisconnect and OnEvent. my question is how do I embed this non-visual control on a aspx webpage and create a
|
| DropDownList and GridView problem | 28 Sep 2005 18:06 GMT | 1 |
Here is the problem I have gridview with 6 columns one of which is dropdownlist - binded to objectdatasource - stored procedure with parameter product_id I would like each dropdownlist of each row of the gridview to be filled
|
| Height of a Datagrid | 28 Sep 2005 02:05 GMT | 4 |
I want to place a button right below a datagrid. The datagrid has variable number of items, and the items have variable height. How can I find the position of the bottom of the grid? I have tried using Datagrid1.Height, but it is always zero. When, if ever, is the height
|
| webcontrol throws error | 27 Sep 2005 17:16 GMT | 1 |
i have a cs file in my app_code directory with the following code: using System; using System.Web.UI.WebControls; namespace RDK.WebControls
|
| Can a web control which is in another assembly be loaded using Register tag and not LoadControl? | 27 Sep 2005 09:49 GMT | 3 |
I am building a library of user controls which can be used by different projects. These controls are Web User Controls which have the corresponding ascx file. (They are not the Web Custom Controls which are rendered through code.)
|
| Passing Parameters in Hyperlink | 27 Sep 2005 09:46 GMT | 1 |
I want to pass a value in the NavigateURL property of the asp.HYPERLINK tag. right now i'm using something like this : asp:hyperlink id="Details" ImageUrl="images/btn.gif" NavigateUrl='details.aspx?id=<%=p.mystring%>'
|
| Updating DDL by script | 27 Sep 2005 09:04 GMT | 1 |
Is it possible to set any property of a dropdown list by JavaScript, so that this property can be checked out later by the server-side code? I tried to set some attribute of the DDL but the attribute does not keep its value after the page is reloaded.
|