| Thread | Last Post | Replies |
|
| how to add an HtmlInputRadioButton to an HtmlTableCell ? | 31 Mar 2004 19:33 GMT | 2 |
I'm trying to figure out to how add to my page, at runtime, an HtmlTable table with 2 colums, the first containing an HtmlInputRadioButton, the second column containing text. I'd like to use the Page.Controls.Add() approach if possible, rather than build the HTML as a string. I've ...
|
| adding Flow Layout Panel at runtime? | 31 Mar 2004 19:32 GMT | 2 |
A few questions. Is it possible to add a Flow Layout Panel dynamically at runtime using Page.Controls.Add()? Can you add HtmlInputRadioButtons dynamically so they appear within that
|
| Custom control inside datagrid | 31 Mar 2004 17:12 GMT | 1 |
Hi How do i add custom control as columns in datagrid.(these controls are derived from webcontrol) Thanks
|
| How do I set the first month displayed with the Calendar control | 31 Mar 2004 17:11 GMT | 2 |
I am working with the ASP.NET Calendar control (below is my code). How in the world do I set it so the default month is not the current month, but set it to a variable? Below is Calendar.aspx:
|
| Add my own row to to DataGrid at runtime. | 31 Mar 2004 15:41 GMT | 2 |
I have a datagrid all nicely bound up to a dataset, works perfect. What i would like to do is to add in my own row at the top of the grid (between the header and the data), without having to munge in a false row of data into the dataset's table.
|
| creating checkboxlist from arraylist | 31 Mar 2004 15:36 GMT | 4 |
I need to create a checkbox list that includes the DataValueField along with the DataTextField. The concept is mentioned on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/c pconcheckboxlistwebservercontrol.asp I am in the learning stage of ASP.net ...
|
| IEWebControl | 31 Mar 2004 02:50 GMT | 2 |
Do you have any idea how to use tabstrip control in .net framework 1.1.Microsoft doesnot support in 1.1 framework. regards kaushik
|
| trouble with asp:DataGrid | 31 Mar 2004 02:41 GMT | 1 |
Has anyone been having problems with the DataGrid control when displaying lots of data, say ~5000 rows or more. I have a page where no server side methods (OnSortCommand, OnEditCommand, etc...) I defined will work with >5000 rows of data in the DataGrid. When I limit the data ...
|
| Composite Control Namespace problem | 31 Mar 2004 02:30 GMT | 4 |
I am developing a composite control and I ran into the namespace problem. It boils down to the following simple example Create a Test ASP.NET application with a Test1.aspx page. Drop an ASP.NET Label control on this page. Change the namespace of the project and of the Test1 class ...
|
| All my validators no longer work in Server 2003 what do I set up? | 30 Mar 2004 23:36 GMT | 1 |
I was using XP Pro. asp.net and .net 1.1.4322; I now have the pages on Windows Server 2003. I do not have any compiled code. The validators simply don't work at all. Nothing; not an error - nothing. They still work fine on the other machine. Any ideas? Thank you.
|
| ListBox control | 30 Mar 2004 23:34 GMT | 1 |
Is there a chance to show various columns in a ListBox control, something like a ListView in VB6? Thanks Mike
|
| Textbox change | 30 Mar 2004 21:18 GMT | 1 |
I have a textbox that when I write something there that she runs a function. For that I use the method: [textboxname]_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles [textboxname].TextChanged
|
| asp:checkbox with javascript | 30 Mar 2004 20:41 GMT | 1 |
Javascript [code function ck1( //ft.MessageContent.value += ft.ck1.value
|
| Panel control overlap with the table below in Netscape | 30 Mar 2004 18:57 GMT | 1 |
In Netscape, if you set the HorizontalAlign to right. The content in the panel is overlap with a table below. (I am using flow layout). In Netscape, a panel is treated as a table with align=right. this makes the content overlap with another table below.
|
| RadioButtonList label attributes at runtime | 30 Mar 2004 18:56 GMT | 1 |
I'm populating a RadioButtonList at runtime by adding ListItems to its Items collection. My data is coming from the rows of a DataTable. I'd like to do this (pseudocode): For each R in T.Rows
|