473,288 Members | 1,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,288 software developers and data experts.

how to turn on grid in developer

How do I turn on the visual grid in the web (asp) design environment. I know
this is stupid but it's counterintuitive to me.
Jul 30 '07 #1
6 1805
mr.peanut,

In Net there are different Web design environments. However, normally
webpages have AFAIK no grid, in version 2003 (I don't have it at hand at the
moment) there existed a fixed format page, which could be seen as a grid.

Cor

"mr peanut" <mr******@discussions.microsoft.comschreef in bericht
news:A9**********************************@microsof t.com...
How do I turn on the visual grid in the web (asp) design environment. I
know
this is stupid but it's counterintuitive to me.
Jul 30 '07 #2


"Cor Ligthert[MVP]" wrote:
mr.peanut,

In Net there are different Web design environments. However, normally
webpages have AFAIK no grid, in version 2003 (I don't have it at hand at the
moment) there existed a fixed format page, which could be seen as a grid.

Cor

"mr peanut" <mr******@discussions.microsoft.comschreef in bericht
news:A9**********************************@microsof t.com...
How do I turn on the visual grid in the web (asp) design environment. I
know
this is stupid but it's counterintuitive to me.
Hi Cor,

I'm using VS 2005 and I am writing creating webpages with asp.net using
VB.NET as my language. It seems a shame if there's no grid. It's quite a task
to align elements without one.

I have always used this group for questions about VB windows applications.
Is it also the best for these asp questions?
Jul 30 '07 #3
Hi,

There are grids, even more like that, in 2003 its name is as well Datagrid,
in 2005/2008 the name is GridView, however the DataList has as well a kind
of datagrid behaviour.

Beside this group, I would send crossposted (one message to 2 newsgroups in
one moment) to the newsgroup microsoft.public.framework.adonet when it is
not a real VB question.

Cor

"mr peanut" <mr******@discussions.microsoft.comschreef in bericht
news:89**********************************@microsof t.com...
>

"Cor Ligthert[MVP]" wrote:
>mr.peanut,

In Net there are different Web design environments. However, normally
webpages have AFAIK no grid, in version 2003 (I don't have it at hand at
the
moment) there existed a fixed format page, which could be seen as a grid.

Cor

"mr peanut" <mr******@discussions.microsoft.comschreef in bericht
news:A9**********************************@microso ft.com...
How do I turn on the visual grid in the web (asp) design environment. I
know
this is stupid but it's counterintuitive to me.
Hi Cor,

I'm using VS 2005 and I am writing creating webpages with asp.net using
VB.NET as my language. It seems a shame if there's no grid. It's quite a
task
to align elements without one.

I have always used this group for questions about VB windows applications.
Is it also the best for these asp questions?
Jul 31 '07 #4
Tom
No, he meant the grid like in VB6 / VB.NET in the developer to align things.
By the way, Absolute positioning (Like on a grid) on web pages is a big
no no. What happens if you do it and then i come along and view it in a
stupidly big resolution (1600x***) or stupidly small (640x480).

:)
Cor Ligthert[MVP] wrote:
Hi,

There are grids, even more like that, in 2003 its name is as well
Datagrid, in 2005/2008 the name is GridView, however the DataList has as
well a kind of datagrid behaviour.

Beside this group, I would send crossposted (one message to 2 newsgroups
in one moment) to the newsgroup microsoft.public.framework.adonet when
it is not a real VB question.

Cor

"mr peanut" <mr******@discussions.microsoft.comschreef in bericht
news:89**********************************@microsof t.com...
>>

"Cor Ligthert[MVP]" wrote:
>>mr.peanut,

In Net there are different Web design environments. However, normally
webpages have AFAIK no grid, in version 2003 (I don't have it at hand
at the
moment) there existed a fixed format page, which could be seen as a
grid.

Cor

"mr peanut" <mr******@discussions.microsoft.comschreef in bericht
news:A9**********************************@micros oft.com...
How do I turn on the visual grid in the web (asp) design
environment. I
know
this is stupid but it's counterintuitive to me.
Hi Cor,

I'm using VS 2005 and I am writing creating webpages with asp.net using
VB.NET as my language. It seems a shame if there's no grid. It's quite
a task
to align elements without one.

I have always used this group for questions about VB windows
applications.
Is it also the best for these asp questions?
Jul 31 '07 #5
Yes, that's right. Just want things to look tidy.

"Tom" wrote:
No, he meant the grid like in VB6 / VB.NET in the developer to align things.
By the way, Absolute positioning (Like on a grid) on web pages is a big
no no. What happens if you do it and then i come along and view it in a
stupidly big resolution (1600x***) or stupidly small (640x480).

:)
Cor Ligthert[MVP] wrote:
Hi,

There are grids, even more like that, in 2003 its name is as well
Datagrid, in 2005/2008 the name is GridView, however the DataList has as
well a kind of datagrid behaviour.

Beside this group, I would send crossposted (one message to 2 newsgroups
in one moment) to the newsgroup microsoft.public.framework.adonet when
it is not a real VB question.

Cor

"mr peanut" <mr******@discussions.microsoft.comschreef in bericht
news:89**********************************@microsof t.com...
>

"Cor Ligthert[MVP]" wrote:

mr.peanut,

In Net there are different Web design environments. However, normally
webpages have AFAIK no grid, in version 2003 (I don't have it at hand
at the
moment) there existed a fixed format page, which could be seen as a
grid.

Cor

"mr peanut" <mr******@discussions.microsoft.comschreef in bericht
news:A9**********************************@microso ft.com...
How do I turn on the visual grid in the web (asp) design
environment. I
know
this is stupid but it's counterintuitive to me.

Hi Cor,

I'm using VS 2005 and I am writing creating webpages with asp.net using
VB.NET as my language. It seems a shame if there's no grid. It's quite
a task
to align elements without one.

I have always used this group for questions about VB windows
applications.
Is it also the best for these asp questions?
Jul 31 '07 #6
Tom,

That answer I gave as first, but then probably his reply confused me.

Cor

"Tom" <to**********@gmail.comschreef in bericht
news:O0**************@TK2MSFTNGP03.phx.gbl...
No, he meant the grid like in VB6 / VB.NET in the developer to align
things.
By the way, Absolute positioning (Like on a grid) on web pages is a big no
no. What happens if you do it and then i come along and view it in a
stupidly big resolution (1600x***) or stupidly small (640x480).

:)
Cor Ligthert[MVP] wrote:
>Hi,

There are grids, even more like that, in 2003 its name is as well
Datagrid, in 2005/2008 the name is GridView, however the DataList has as
well a kind of datagrid behaviour.

Beside this group, I would send crossposted (one message to 2 newsgroups
in one moment) to the newsgroup microsoft.public.framework.adonet when it
is not a real VB question.

Cor

"mr peanut" <mr******@discussions.microsoft.comschreef in bericht
news:89**********************************@microso ft.com...
>>>

"Cor Ligthert[MVP]" wrote:

mr.peanut,

In Net there are different Web design environments. However, normally
webpages have AFAIK no grid, in version 2003 (I don't have it at hand
at the
moment) there existed a fixed format page, which could be seen as a
grid.

Cor

"mr peanut" <mr******@discussions.microsoft.comschreef in bericht
news:A9**********************************@micro soft.com...
How do I turn on the visual grid in the web (asp) design
environment. I
know
this is stupid but it's counterintuitive to me.

Hi Cor,

I'm using VS 2005 and I am writing creating webpages with asp.net using
VB.NET as my language. It seems a shame if there's no grid. It's quite a
task
to align elements without one.

I have always used this group for questions about VB windows
applications.
Is it also the best for these asp questions?
Jul 31 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Faiz | last post by:
Dear Experts, We are currently using True DB Grid 7.0 with VB6 on Windows 2000 platform. Our objective is to display Excel like formatted data (in rows and columns), allow users to perform...
6
by: MLH | last post by:
You know, snap to grid when dragging a new command button or other object? If you used autocad (command line DOS) YOU know exactly what I mean. I want to size my objects - not be forced to snap...
6
by: Jesse Aufiero | last post by:
I was wondering if anyone knows how to get a datagrid to size as the browser is resized such that the datagrid's borders would appear anchored to the browser edges. The datagrid should have a...
3
by: Chu | last post by:
Ok, my title may sound odd - let me explain what it means - It's easy to setup a grid to display 1 row of information per database record. Let's say this for example I have a grid display some...
3
by: vineetbatta | last post by:
I have Custom Data class which stores data about single customer and then i store that customer objects in arraylist as shown below. Customer custdata = null; // Custom Data class for 1 customer...
3
by: CK | last post by:
How can I get this value at runtime? I want the value of the row as it's created. Any ideas?
0
by: =?Utf-8?B?RGF2ZQ==?= | last post by:
I need to allow a user to login and then depending on his rights, turn the edit on a grid on a web page off, or on. How do I do that?
2
by: Roger Frei | last post by:
Hello ng, I have a datagrid that is bound to a datasource. That works good so far. Now I want to add another column to my grid dynamically. That also works good until the first postback. The...
3
by: Marc Scheuner | last post by:
Folks, I have a project at hand where I'll need a really flexible grid for ASP.NET. The standard row/column model doesn't cut it - I need to specifically be able to tell each individual cell...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.