Ask a Question related to ASP.NET General, Design and Development.
-
May #1
convert tablecell to boundcolumn
Is there a way to convert type tablecell to boundcolumn? I need to set,
say column A of some rows (depends on the primary id of each row) to be
"readonly = true" but the same column of some other rows to be "readonly
= false". Please tell me how I can do that.
--
Direct access to this group with [url]http://web2news.com[/url]
[url]http://web2news.com/?microsoft.public.dotnet.framework.aspnet[/url]
May Guest
-
accessing a calender object placed inside <asp:tablecell>
hello , I am a.net developer recently i confronted with a problem that is while desighning the page i placed <asp:calendar> inside table cell and... -
How Move children from one TableCell to Another??
Heres the deal... i have a datagrid which displays products in a category. Any category has its own set of columns which show up in the grid, so it... -
Why is it that a TableCell cannot have both Text and a Child Control?
Why are child controls and text mutually exclusive using ASP.NET? The code below gives me either one or the other? private void... -
TableCell
I create a TableCell by TableCell cell = new TableCell() but I could not find how to add a TextBox inside this cell. Any ideas? Thanks in... -
convert type tablecell to boundcolumn
Is there a way to convert type tablecell to boundcolumn? I need to set, say column A of some rows (depends on the primary id of each row) to be...



Reply With Quote

