Web Forms

R

Richard Harris

Hi

I'm trying to create my first vb.net web forms but have run into a problem.
When I do build and browse to view the form, static items such as labels and
text fields are shown, but the web form buttons that I've added to my form
are not shown.

I'm running IIS 5.1 on a Win XP Pro machine. Is there any special config I
need to do on the box to run windows forms correctly?

Many Thanks
Richard
 
C

Cor Ligthert

Richard,
I'm trying to create my first vb.net web forms but have run into a
problem. When I do build and browse to view the form, static items such as
labels and text fields are shown, but the web form buttons that I've added
to my form are not shown.
Because you tell it so explicit, how did you add those buttons.

Cor
 
R

Richard Harris

Cor,

In grid mode, I went into the Web Forms toolbox and dragged a Button onto
the grid. After that I just saved the form, and tried to view it using the
Build and Browse function.

Hope this make some sense?

Thanks
Richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top