Ask a Question related to ASP.NET General, Design and Development.
-
VB Programmer #1
HELP: Flow layout with Web UserControl?
I have a custom menu usercontrol that is to go on the top of all my asp.net
webforms.
I was wondering, how can I use FLOW layout on a page that uses this user
control? (The reason I need to do this is that I have to DYNAMICALLY
create/place hyperlink labels on the webform at various coordinates (based
on data from a database). The hyperlinks will actually be placed on top of
an image.)
Thanks in advance.
Robert
VB Programmer Guest
-
Can we use a usercontrol inside a usercontrol
hi group can we use a usercontrol inside a usercontrol. i mean can we use <%Register tagprefix..... src=....ascx%> in an ascx file. thanks in... -
Event not firing in usercontrol inside usercontrol
I'm stumped on this problem. I've created a user control that dynamically creates 5 linkbuttons in the CreateChildControls method. Each of these... -
table flow
Is it possible to make and individual cell from a table flow onto the next page? -
Work flow
What's the best work flow from fh11 to dwmx04? Do you save your fh doc as a png, then import to fw or as a jpg and put it directly into dw (but... -
Use LoadControl to load a usercontrol but the webcontrol in the usercontrol can not AutoPostBack
a uscontrol test.ascx have a dropdownlist web control the dropdownlist's AutoPostBack property is set "true" but when i use... -
VB Programmer #2
Re: Flow layout with Web UserControl?
Thanks Axel. I'm a dork. ;)
"Axel Dahmen" <NoSpam@NoOneKnows.de> wrote in message
news:eilzjZzPDHA.3880@tk2msftngp13.phx.gbl...
Hmmm, if I've got you right, then all you have to do is to just remove the
GridLayout attribute from the <body> tag of your web page.
HTH,
Axel Dahmen
-------------------------------
"VB Programmer" <growNO-SPAM@go-intech.com> schrieb im Newsbeitrag
news:#$VJNpyPDHA.2228@tk2msftngp13.phx.gbl...asp.net> I have a custom menu usercontrol that is to go on the top of all my> webforms.
>
> I was wondering, how can I use FLOW layout on a page that uses this user
> control? (The reason I need to do this is that I have to DYNAMICALLY
> create/place hyperlink labels on the webform at various coordinates (based
> on data from a database). The hyperlinks will actually be placed on top of
> an image.)
>
> Thanks in advance.
> Robert
>
>
VB Programmer Guest



Reply With Quote

