473,566 Members | 2,770 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to make an "irregular" asp table?

It looks like the span tag cannot be used with asp tables. What is the best
way to make an irregular asp table?

Thanks,

Keith
Feb 13 '06 #1
4 2028
What is an irregular table? And what do you mean a span tag can't be used
with an asp table? What is an asp table? Can you give us a full
description of what you're trying to do?

Ray at home
"keithb" <kb******@dslex treme.com> wrote in message
news:eR******** *****@TK2MSFTNG P11.phx.gbl...
It looks like the span tag cannot be used with asp tables. What is the
best way to make an irregular asp table?

Thanks,

Keith

Feb 13 '06 #2
keithb wrote:
It looks like the span tag cannot be used with asp tables. What is
the best way to make an irregular asp table?


There is no such thing as an "asp" table. ASP can be used to generate the
html that causes a browser to render a table. So my suggestion to you is to
learn how to write the html that creates the table you want. There are many
sites out there that have html tutorials, as well as many books on the
subject, so there's your starting point.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Feb 13 '06 #3
I'm just learning ASP.NET 2.0, so some of my terminology may be wrong. The
Standard toolbox in VS2K5 has a control called Table. Placing the control
on a web page results in a control that has an <asp:Table> tag. this tag
contains <asp:TableRow > and <asp:TableCel l> tags. The <asp:TableCel l> tag
lacks a COLSPAN propery. With standard HTML tables I use the COLSPAN
attribute to make the columns in a row span more than one table column. What
I am trying to ask then, is: using <asp:table>, how can I make the columns
in an <asp:TableRow > span across more than one column? If what I want to
accomplish is still unclear, perhaps I could send an image showing a table
with the first row going all the way across, and the subsequent rows having
mutiple columns. Anyway, I appreciate the help available on this newsgroup
and apologize for asking questions for which the answer is obvious to
everyone except me.

Thanks,

Keith

"Bob Barrows [MVP]" <re******@NOyah oo.SPAMcom> wrote in message
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
keithb wrote:
It looks like the span tag cannot be used with asp tables. What is
the best way to make an irregular asp table?


There is no such thing as an "asp" table. ASP can be used to generate the
html that causes a browser to render a table. So my suggestion to you is
to learn how to write the html that creates the table you want. There are
many sites out there that have html tutorials, as well as many books on
the subject, so there's your starting point.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Feb 13 '06 #4
keithb wrote:
I'm just learning ASP.NET 2.0,
Ah! So you're asking the question in the wrong place. here is my canned
reply:

There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-savvy person here who can
answer your question, you can eliminate the luck factor by posting your
question to a newsgroup where the dotnet-savvy people hang out. I suggest
microsoft.publi c.dotnet.framew ork.aspnet.
so some of my terminology may be
wrong. The Standard toolbox in VS2K5 has a control called Table.
Placing the control on a web page results in a control that has an
<asp:Table> tag. this tag contains <asp:TableRow > and <asp:TableCel l>
tags. The <asp:TableCel l> tag lacks a COLSPAN propery.


I've little hands-on experience with 2.0 as yet, but I suspect this means
you will not be able to use the Table control for this task.
However, you may be able to override the prerender events for the table rows
and write your own output. Check in the aspnet group to see if this is
possible.
HTH,
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Feb 13 '06 #5

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

Similar topics

33
9131
by: Jim Hill | last post by:
I've done some Googling around on this and it seems like creating a here document is a bit tricky with Python. Trivial via triple-quoted strings if there's no need for variable interpolation but requiring a long, long formatted arglist via (%s,%s,%s,ad infinitum) if there is. So my question is: Is there a way to produce a very long...
37
3517
by: Xah Lee | last post by:
A Moronicity of Guido van Rossum Xah Lee, 200509 On Guido van Rossum's website: http://www.artima.com/weblogs/viewpost.jsp?thread=98196 dated 20050826, he muses with the idea that he would like to remove lambda, reduce(), filter() and map() constructs in a future version Python 3000.
5
9493
by: (Pete Cresswell) | last post by:
I've dabbled in "Optional" over the last few days and think I'm coming down against using it. Seems to me like it makes the code harder to read and more complicated. Instead of using Optional, I'm making the parm a Variant and passing Null when it's not used.... then checking for "If Len(theParmValue & "") > 0... to see if it is present....
5
3579
by: jlicciardi | last post by:
I have a table with a field that has ( a sample ) 13767;38355;520270-1; 44795;38355;110818; 13981;38355;563550; as data. I need to extract the last set of numbers in each row. I have tried right$(,len()- instr(1,,";")-1) but to no avail Please help
81
7236
by: Matt | last post by:
I have 2 questions: 1. strlen returns an unsigned (size_t) quantity. Why is an unsigned value more approprate than a signed value? Why is unsighned value less appropriate? 2. Would there be any advantage in having strcat and strcpy return a pointer to the "end" of the destination string rather than returning a
0
1035
by: ttomic | last post by:
I have asp.net application written in jscript. On POST request, during Page_Load, I receive string which I evaluate using jscript eval method. String looks like: my_fun("arg") where my_fun is some method in aspx. body of my_fun looks like: function my_fun(s:String) : String { var v:Typ0 = new Typ0();
0
5330
by: s.amann | last post by:
Hello, I get the following error when I try to insert data into a table. "SQL1477N Table "<table-name>" cannot be accessed. " The table was created with NOT LOGGED INITIALLY The import is done by a program written in C and using embedded SQL. It starts with ALTER TABLE myTable ACTIVATE NOT LOGGED INITIALLY WITH EMPTY TABLE. Then I...
26
1831
by: Frank Samuelson | last post by:
I love Python, and it is one of my 2 favorite languages. I would suggest that Python steal some aspects of the S language. ------------------------------------------------------- 1. Currently in Python def foo(x,y): ... assigns the name foo to a function object. Is this pythonic? Why not use the = operator like most other assignments?
36
2626
by: mdh | last post by:
May I ask the group this somewhat non-focused question....having now seen "continue" used in some of the solutions I have worked on. ( Ex 7-4 solution by Tondo and Gimpel comes to mind) Is there a good principle/s for the good usage of "continue"...or...do any of the regular/irregular contributors have a "favorite" way in which it is...
0
7584
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7888
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8108
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7644
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6260
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1201
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
925
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.