| Thread | Last Post | Replies |
|
| Cell Space problem in Datagrid | 19 Mar 2004 04:55 GMT | 1 |
I have problem with datagrid cell space I set the page size to 20 The height of the grid is 408px The problem goes like this
|
| How does a user control get a reference to an instance of parent page? | 19 Mar 2004 03:02 GMT | 3 |
Sorry for the double post. I just realized i should've put this here. This is one of those issues where I'm wondering if i'm going about this the right way... In a user control, I need a reference to an instance of the parent page's
|
| How to show different layout in a Repeater? | 19 Mar 2004 02:11 GMT | 1 |
I used a Repeater to render a list, like the following: <asp:Repeater ...> <ItemTemplate> <%# ((IDataRecord)Container.DataItem)["authorName"]%>
|
| Create WebControl Dynamically | 18 Mar 2004 20:38 GMT | 1 |
What's wrong with these code? (I've drag a panel on WebForm) Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
| Open menu Link | 18 Mar 2004 19:34 GMT | 1 |
Language: ASP.NET with VB.NET How can I open a little window with a menu when I pass over with mouse on a link? I have links and when I pass over I want to open only the choices that
|
| Custom Control Design Time Issue | 18 Mar 2004 18:03 GMT | 2 |
Hi, I have written a custom address control and placed it within an asp.net page. This control uses a Template (ITemplate) to bring in custom content. The issue I'm running into is displaying the control during designtime. If the template contains a full table (with table
|
| how do I allow literal control in a webcontrol c#? | 18 Mar 2004 17:53 GMT | 2 |
hi guys.. I am getting this error Literal content ('<cc1:Session Name="') is not allowed within a 'cc1:SessionCollection'.
|
| How to display an image on web datagrid header? | 18 Mar 2004 11:01 GMT | 1 |
The web datagrid control header has only a property "HeaderText" for setting the column name, is there a way to put an image on a header field Thanks FD
|
| How do I determine DesignMode for webcontrol in visual studio.net 2003 ? is there a method for this? | 18 Mar 2004 10:59 GMT | 1 |
how do I determine webcontrol DesignMode, is there a method for this? pls advise, Nigil Chua
|
| Dynamic Controls and Event firing order | 18 Mar 2004 09:38 GMT | 1 |
I've got a small problem regarding dynamic user controls and handling their events. On my page, the user can create a list of items to fill in: at first, there's only one item but the user can add more to his liking. It is
|
| CreateChildControls(...) or Render(...)? | 18 Mar 2004 09:31 GMT | 1 |
Should I create controls for a composite WebControl in the CreateChildControl or the Render method? It seems like CreateChildControl is not called at design time when the control is on a page being designed. Here's my situation. I'm making a composite WebControl that has a label ...
|
| OnCheckChanged does not work in DataGrid ! Why? | 18 Mar 2004 04:47 GMT | 1 |
I insert checkbox into datagrid's template. I add onCheckChanged=updateStatus as attribute. For example: <ItemTemplate> <asp:CheckBox id="match" runat="server"
|
| client script in user control | 17 Mar 2004 18:52 GMT | 2 |
I have web pages with common header. So I considering make it a web user control. But I have the following problems: The original pages have javascripts so it switch images when mouse is over it. like this:
|
| hoiw to disable enter key in textbox ? | 17 Mar 2004 18:11 GMT | 1 |
I try create two textbox and one button on web form enter the text in textbox and press the enter key. The form has been submit. How to disable the entry to submit the form. Thank !
|
| Single Record in multiple rows in datagrid | 17 Mar 2004 16:23 GMT | 2 |
I have a datagrid in which I would like to add another column. I want this column to span all the columns in the datagrid, but on a second row. I would also like to be able to click a button in the first row of this single record which would show this new column, almost like an ...
|