Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Non-scrolling section on my page

Reply
Thread Tools

Non-scrolling section on my page

 
 
Paul
Guest
Posts: n/a
 
      05-05-2004
Hi

I have a page broken into two sections, the first top section is selection
criteria for my datagrid. The second section is the actual datagrid. I
would like the selection criteria section to stay on the page at all times
when scrolling.

I know this can be done with frames, but I believe using frames with asp.net
is a big pain, is there another way to have a non-scrolling section on a
page?

Thanks


 
Reply With Quote
 
 
 
 
avnrao
Guest
Posts: n/a
 
      05-05-2004
you need to implement scrolling on the datagrid.
http://datawebcontrols.com/faqs/Cust...edHeader.shtml

Av.

"Paul" <> wrote in message
news:...
> Hi
>
> I have a page broken into two sections, the first top section is selection
> criteria for my datagrid. The second section is the actual datagrid. I
> would like the selection criteria section to stay on the page at all times
> when scrolling.
>
> I know this can be done with frames, but I believe using frames with
> asp.net
> is a big pain, is there another way to have a non-scrolling section on a
> page?
>
> Thanks
>
>



 
Reply With Quote
 
 
 
 
Paul
Guest
Posts: n/a
 
      05-05-2004
I love it, one question though. Ideally I want the datagrid to fill the
entire browser rather than having to specify the height, some of the users
of this app have higher resolutions and the datagrid only fills the first
half of the screen, would be great if the grid would resize based on the
size of the browser.

Any way to do that?


"Bin Song, MCP" <> wrote in message
news:465FBF0E-4BCD-4E4B-9AF3-...
> Hi, Paul
>
> Just add a DIV. Adjust the height for your display:
> <div style="overflow-y:scroll; height:400px"><asp:datagrid

runat="Server"></asp:datagrid></div>
>
> Bin Song, MCP



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
section with in a section config file and reading that config file kampy Python 9 10-19-2012 10:59 PM
How do I dynamically add a <style> to the <head> section of ASP.NET page? Ken Varn ASP .Net 7 05-10-2010 03:35 AM
targeting a response.write to a section of a web page Stephen ASP .Net 3 08-26-2005 07:01 PM
Adding JavaScript to focus on a section of the page after btn oncl =?Utf-8?B?UEs5?= ASP .Net 4 03-06-2005 07:07 PM
Resolution of web page / web application section... Pai ASP .Net 4 05-03-2004 01:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57