Ask a Question related to ASP.NET General, Design and Development.
-
VB Programmer #1
Question: User control shows up at bottom / can't "draw" it
I created a VB.NET user control which I now want to use in my ASP.NET
webform. The uc shows up fine in my toolbar, but when I click on it it goes
to the bottom of the form, rather than letting me 'draw' it. (Kind of like
what happens when you place a Timer control on a form, rather than a Text
Box control.)
Ideas?
Thanks!
VB Programmer Guest
-
"Object reference not set" when loading a textbox in a user control
Hi All, I have a user control that shows name and address for a person in a text box. When the page hosting the control loads up, it calls a... -
How to stop CT3 from adding style="margin-bottom: 0"
How can I stop CT3 from adding style='margin-bottom: 0' to h1, h2,and p tags. I set up templates in DWMX 2004. I have locked and editable regions.... -
"Login failed for user 'sa'" datagrid control - SqlDataAdapter
I added a SqlDataAdapter to a web form, created a data connection, and generated a dataset. I then connected it to a DataGrid control. When I do... -
"Weld" command in "Corel Draw"
Hi there: I'm new to Illustrator but have used Corel Draw in the past. In Corel Draw there was a "Weld" command. What this did was create a drawing... -
Kevin Spencer #2
Re: Question: User control shows up at bottom / can't "draw" it
What you want is a custom Designer for your Control. You can read all about
how to build custom Designers for your Controls at the following URL:
[url]http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondesign-timeforwebforms.asp?frame=true[/url]
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Some things just happen.
Everything else occurs.
"VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
news:eS9sSkYRDHA.3144@tk2msftngp13.phx.gbl...goes> I created a VB.NET user control which I now want to use in my ASP.NET
> webform. The uc shows up fine in my toolbar, but when I click on it itlike> to the bottom of the form, rather than letting me 'draw' it. (Kind of> what happens when you place a Timer control on a form, rather than a Text
> Box control.)
>
> Ideas?
>
> Thanks!
>
>
Kevin Spencer Guest
-
VB Programmer #3
Re: Question: User control shows up at bottom / can't "draw" it
The only way to make my VB.NET user control show up in design time (on a
webform) is to make a "custom designer"?
If I don't make a custom designer and simply let it go to the bottom at
design time, will it sill show up fine in runtime?
Thanks!
"Kevin Spencer" <kevin@SPAMMERSSUCKtakempis.com> wrote in message
news:uEBWQuYRDHA.2148@TK2MSFTNGP10.phx.gbl...about> What you want is a custom Designer for your Control. You can read all[url]http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondesign-timeforwebforms.asp?frame=true[/url]> how to build custom Designers for your Controls at the following URL:
>
>Text>
> HTH,
>
> Kevin Spencer
> Microsoft FrontPage MVP
> Internet Developer
> [url]http://www.takempis.com[/url]
> Some things just happen.
> Everything else occurs.
>
> "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
> news:eS9sSkYRDHA.3144@tk2msftngp13.phx.gbl...> goes> > I created a VB.NET user control which I now want to use in my ASP.NET
> > webform. The uc shows up fine in my toolbar, but when I click on it it> like> > to the bottom of the form, rather than letting me 'draw' it. (Kind of> > what happens when you place a Timer control on a form, rather than a>> > Box control.)
> >
> > Ideas?
> >
> > Thanks!
> >
> >
>
VB Programmer Guest



Reply With Quote

