Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Tina #1
DataGrid does not comeback in ASCX
I am accustomed to displaying datagrids in ASPX pages with data in textboxes
inside template items. Normally I have an Update button on the form. In
the click event of that button I spin through the datagrid comparing the
values in the editable textboxes with the original values to determine what
needs updating.
I have done this dozens of times and it always works great.
BUT, now I'm doing that same thing in an ASCX control. I have a datagrid
with template columns and an update button. In the click event of that
button NOTHING IS IN THE DATAGRID !! dg.items = 0.
Anyone know what is wrong and if it can be fixed?
Thanks,
T
Tina Guest
-
ASP.NET 2.0 BUG with ASCX controls
My application runs fine for a long while then, all of a sudden my it starts getting this error pointing to my ascx control in the call stack ... -
ascx... again :'(
Hello, I got a Solution, containing two projects, a project of classes, and a web project. The two projects directories are not located in the... -
ascx... in a class.vb
I made a class in an other file than the aspx one. This class is juste an HtmlTable, it looks like a window, and i'd like to add a property to this... -
[ASCX] Add an ascx in a webcontrol...
hey there, ok i made a class, that inherits webcontrol, and i add an htmltable to it. I was wondering how to declare an ascx file as an object in... -
Placehoder and ASCX
you could pass to your placeholder1 a reference to placeholder2... so from inside placeholder1's ascx u could write something like this: ...



Reply With Quote

