all groups > asp.net building controls > november 2004 > threads for november 29 - 30, 2004
Filter by week: 1 2 3 4 5
Building a table from within a loop
Posted by Grant at 11/30/2004 9:39:05 PM
Hi,
Ive got this loop within a loop and Im trying to build a table. Problem is
when I exit the 2nd foreach loop (having created a new row) I cant add the
new row because it isnt in scope anymore. Basically I have this custom
arraylist containing a name property which has multiple attributes... more >>
Problem with Custom Web Control Property
Posted by Dexter at 11/30/2004 1:51:32 PM
Hello all,
I'm developing a custom web control that mount a webpage,
but now i don't can to modify the properties of my custom web control.
by exemplo:
the property NumeroGuia is 0 by default, but if i try to modify to 5236,
i don't can.
Somebody can help-me with this custom web control?
... more >>
Control no longer "draggable and droppable"
Posted by Scott Mitchell [MVP] at 11/29/2004 7:19:24 PM
(FYI, this question is cross-posted over the ASP.NET Forums -
http://asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=759339)
I have created a custom control that, previously, had a great design
time experience. I don't know what happened, but after Thanksgiving I
returned to this project and... more >>
question about my custom control
Posted by rodchar at 11/29/2004 1:19:14 PM
hey all,
i was wondering, i have a custom control that inherits from the image
button. i have 2 .aspx pages.
all the custom control does is open a new window for help info.
well, on 1 .aspx page the new window appears fine and in focus. however, on
the second window the new window opens... more >>
Extend the DataGrid
Posted by Sergio Florez M. at 11/29/2004 11:40:36 AM
I wish to extend the DataGrid control but my resulting control loses the
ability to expose the <columns> and the different <style> tags in HTML mode.
How do I expose them? and even better, how do I create and expose my own?
--
Sergio Florez M.
Medellín, Colombia.
... more >>
Can't import .OCX assembly into Web Matrix Project.
Posted by Jason Robertson at 11/29/2004 2:33:05 AM
Hi,
I am using Web Matrix Project as .NET programming environment. Can you show
me detailed steps how to import the .ocx library into the Web Matrix
Project. I can't seem to be able to import other assembly than .dll, .exe or
..mcl . I am pretty new to the .NET programming environment, and ma... more >>
|