How to implement freeze panes concept(which is already exists in the ms-excel) in the web pages

S

srinivas

Hi,

I am a asp programmer.I am displaying the db records in the
html pages in a web page.I have 500 columns and 1000 rows in that html
table.Here i am planning to implement the "MS-Excel Freeze Panes"
concept.How to implement this concept in a web page.If any body have
the code or good resource please send me.

Thanks in Advance

Srinivas
 
M

McKirahan

srinivas said:
Hi,

I am a asp programmer.I am displaying the db records in the
html pages in a web page.I have 500 columns and 1000 rows in that html
table.Here i am planning to implement the "MS-Excel Freeze Panes"
concept.How to implement this concept in a web page.If any body have
the code or good resource please send me.

Thanks in Advance

Srinivas
A Google Groups search of
"table thead tbody freeze group:microsoft.public.*"
found these:

http://groups.google.com/group/alt.html/browse_thread/thread/a2b18ff8fdf9ce4
6/b803b53a6cbebc3a?lnk=st&q=table+thead+tbody+freeze+group%3Amicrosoft.publi
c.*&rnum=1&hl=en#b803b53a6cbebc3a


http://groups.google.com/group/microsoft.public.scripting.jscript/browse_thr
ead/thread/315150d74f77a5e1/a603205f830c365a?lnk=st&q=table+thead+tbody+free
ze+group%3Amicrosoft.public.*&rnum=2&hl=en#a603205f830c365a
 
S

srinivas

I am unable to open above links please give me some useful resources or
code

Thanks for your help

--Srinivas
 
M

McKirahan

srinivas said:
I am unable to open above links please give me some useful resources or
code

Thanks for your help

--Srinivas

Each link is one line so you may have to cut-amnd-paste each piece
into your browser's address.

Or, as I indicated, you can just do a Google Group's search of

table thead tbody freeze group:microsoft.public.*
 
R

RobG

McKirahan wrote:
[...]
A Google Groups search of
"table thead tbody freeze group:microsoft.public.*"
found these:

http://groups.google.com/group/alt.html/browse_thread/thread/a2b18ff8fdf9ce4
6/b803b53a6cbebc3a?lnk=st&q=table+thead+tbody+freeze+group%3Amicrosoft.publi
c.*&rnum=1&hl=en#b803b53a6cbebc3a


http://groups.google.com/group/microsoft.public.scripting.jscript/browse_thr
ead/thread/315150d74f77a5e1/a603205f830c365a?lnk=st&q=table+thead+tbody+free
ze+group%3Amicrosoft.public.*&rnum=2&hl=en#a603205f830c365a

When posting links, enclose them in <URL: ... > so that news readers
(and maybe some web interfaces too) will treat them as URLs. It should
make copy/paste easier too.
 
M

McKirahan

RobG said:
McKirahan wrote:
[...]
A Google Groups search of
"table thead tbody freeze group:microsoft.public.*"
found these:

http://groups.google.com/group/alt.html/browse_thread/thread/a2b18ff8fdf9ce4
6/b803b53a6cbebc3a?lnk=st&q=table+thead+tbody+freeze+group%3Amicrosoft.publi
c.*&rnum=1&hl=en#b803b53a6cbebc3a


http://groups.google.com/group/microsoft.public.scripting.jscript/browse_thr
ead/thread/315150d74f77a5e1/a603205f830c365a?lnk=st&q=table+thead+tbody+free
ze+group%3Amicrosoft.public.*&rnum=2&hl=en#a603205f830c365a

When posting links, enclose them in <URL: ... > so that news readers
(and maybe some web interfaces too) will treat them as URLs. It should
make copy/paste easier too.

Thanks -- I didn't know that. So they should be the following?

<URL:http://groups.google.com/group/alt.html/browse_thread/thread/a2b18ff8fd
f9ce4
6/b803b53a6cbebc3a?lnk=st&q=table+thead+tbody+freeze+group%3Amicrosoft.publi
c.*&rnum=1&hl=en#b803b53a6cbebc3a</URL>


<URL:http://groups.google.com/group/microsoft.public.scripting.jscript/brows
e_thr
ead/thread/315150d74f77a5e1/a603205f830c365a?lnk=st&q=table+thead+tbody+free
ze+group%3Amicrosoft.public.*&rnum=2&hl=en#a603205f830c365a</URL>
 
M

McKirahan

[snip]
When posting links, enclose them in <URL: ... > so that news readers
(and maybe some web interfaces too) will treat them as URLs. It should
make copy/paste easier too.

[snip]

Oops. How about the following?

<URL:http://groups.google.com/group/alt.html/browse_thread/thread/a2b18ff8fd
f9ce46/b803b53a6cbebc3a?lnk=st&q=table+thead+tbody+freeze+group%3Amicrosoft.
public.*&rnum=1&hl=en#b803b53a6cbebc3a>


<URL:http://groups.google.com/group/microsoft.public.scripting.jscript/brows
e_thread/thread/315150d74f77a5e1/a603205f830c365a?lnk=st&q=table+thead+tbody
+freeze+group%3Amicrosoft.public.*&rnum=2&hl=en#a603205f830c365a>
 
T

Thomas 'PointedEars' Lahn

McKirahan said:
[snip]
When posting links, enclose them in <URL: ... > so that news readers
(and maybe some web interfaces too) will treat them as URLs. It should
make copy/paste easier too.

[snip]

Oops. How about the following?

<URL:http://groups.google.com/group/alt....st&q=table+thead+tbody+freeze+group:microsoft.
public.*&rnum=1&hl=en#b803b53a6cbebc3a>

We are definitely off-topic, but now that it has started ...

First of all, thanks to Rob for the notification. The support matrix on
<URL:http://schneegans.de/usenet/mid-schreibweisen/> indicates that he is
right. It will take some time, but I think I will get used to including
the `URL:' prefix eventually.

As for your URL format, McKirahan, it is better now, but still broken.
The problem is (as you can see when pressing Ctrl+F3) the automagic
line-break done by your user agent, Outlook Express 5.50.4922.1500 (which
needs [security] patching urgently, BTW[0]) before submit. According to
RFC3986[1], URLs MUST NOT contain newline (any combination of CR and LF),
hence they should not be wrapped at all. I know these ways to work around
that:

a) Get a better user agent. Always recommended to OE users.
Out of personal experience, I can recommend Mozilla Thunderbird[2]
for Windows and KNode[3] for GNU/Linux (where the latter perhaps
can also run on Cygwin/X).

b) Disable automatic line-break. You will have to do all your
line-breaks manually but at least URLs and source code are
not line-broken.

c) Use tools like OE-Tools[4] (no longer maintained) or OE Quotefix[5]
(I have never used the latter so I don't know if it is capable
of the task discussed).

d) Post via a local news server like Morver[6] or Hamster[7] which, with
the support from addition programs like KorrNews[8], can error-correct
your postings before they are submitted to the remote news server.

.... let us end it here and please address further questions or comments
regarding this topic only to the appropriate newsgroup[9] or to me via
private e-mail.


HTH

Followup-To (F'up2) PointedEars
___________
[0] <URL:http://insideoe.com/>),
[1] <URL:http://www.rfc-editor.org/rfc/rfc3986.txt>
[2] <URL:http://www.mozilla.org/products/thunderbird/>
[3] <URL:http://knode.sourceforge.net/>
[4] <URL:http://www.uni-bonn.de/~hoelken/default.html>

<URL:http://translate.google.com/translate?u=http://www.uni-bonn.de/~hoelken/default.html&langpair=de
en>
[5] <URL:http://home.in.tum.de/~jain/software/oe-quotefix/>
[6] <URL:http://www.morver.de/english.htm>
[7] <URL:http://www.tglsoft.de/>
[8] <URL:http://www.tglsoft.de/misc/hamtools_en.htm>
[9] <URL:news:microsoft.public.windows.inetexplorer.ie55.outlookexpress>
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top