Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > how to redraw only part of the page?

Reply
Thread Tools

how to redraw only part of the page?

 
 
Bob
Guest
Posts: n/a
 
      11-10-2004
I have a page with a search section on top (which hastwo dropdowns, a text
box and a search button), the search result would show up below in a table.
Since the dropdowns contain large amount of data, I'm hoping that when the
page is posted back to query for results, the top part can stay without
being re-drawn. My question is tow fold, (1) is this possible in .NET 1.1?
(2) I remember seeing something like this in ASP.NET 2.0 demo but can't
remember how it's done, does anyone know?

Thanks in advance.
Bob


 
Reply With Quote
 
 
 
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      11-10-2004
In ASP.NET 2.0 this kind of thing will be relatively easy.
But in the current version of ASP.NET it's fairly complex.
With a little less work you might be able to get away with using Frames (or
an IFrame) if your page design is simple, but even that can have some
challenging aspects to it.

Here's more info on IFrames:
http://msdn.microsoft.com/workshop/a...cts/IFRAME.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net



" Bob" <> wrote in message
news:...
>I have a page with a search section on top (which hastwo dropdowns, a text
> box and a search button), the search result would show up below in a
> table.
> Since the dropdowns contain large amount of data, I'm hoping that when the
> page is posted back to query for results, the top part can stay without
> being re-drawn. My question is tow fold, (1) is this possible in .NET
> 1.1?
> (2) I remember seeing something like this in ASP.NET 2.0 demo but can't
> remember how it's done, does anyone know?
>
> Thanks in advance.
> Bob
>
>



 
Reply With Quote
 
 
 
 
Bob
Guest
Posts: n/a
 
      11-11-2004
Hi Steve, thanks for the reply. I'm probably just going to count on ASP.NET
2.0. Do you know where I can find an ASP.NET 2.0 exapmple on this?

Thanks
Bob

"Steve C. Orr [MVP, MCSD]" <> wrote in message
news:...
> In ASP.NET 2.0 this kind of thing will be relatively easy.
> But in the current version of ASP.NET it's fairly complex.
> With a little less work you might be able to get away with using Frames

(or
> an IFrame) if your page design is simple, but even that can have some
> challenging aspects to it.
>
> Here's more info on IFrames:
>

http://msdn.microsoft.com/workshop/a...cts/IFRAME.asp
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://Steve.Orr.net
>
>
>
> " Bob" <> wrote in message
> news:...
> >I have a page with a search section on top (which hastwo dropdowns, a

text
> > box and a search button), the search result would show up below in a
> > table.
> > Since the dropdowns contain large amount of data, I'm hoping that when

the
> > page is posted back to query for results, the top part can stay without
> > being re-drawn. My question is tow fold, (1) is this possible in .NET
> > 1.1?
> > (2) I remember seeing something like this in ASP.NET 2.0 demo but can't
> > remember how it's done, does anyone know?
> >
> > Thanks in advance.
> > Bob
> >
> >

>
>



 
Reply With Quote
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      11-11-2004
Yes, here's more information for you:
http://normen.mine.nu/myblog/viewpost.aspx?PostID=113

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net


" Bob" <> wrote in message
news:...
> Hi Steve, thanks for the reply. I'm probably just going to count on
> ASP.NET
> 2.0. Do you know where I can find an ASP.NET 2.0 exapmple on this?
>
> Thanks
> Bob
>
> "Steve C. Orr [MVP, MCSD]" <> wrote in message
> news:...
>> In ASP.NET 2.0 this kind of thing will be relatively easy.
>> But in the current version of ASP.NET it's fairly complex.
>> With a little less work you might be able to get away with using Frames

> (or
>> an IFrame) if your page design is simple, but even that can have some
>> challenging aspects to it.
>>
>> Here's more info on IFrames:
>>

> http://msdn.microsoft.com/workshop/a...cts/IFRAME.asp
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>> http://Steve.Orr.net
>>
>>
>>
>> " Bob" <> wrote in message
>> news:...
>> >I have a page with a search section on top (which hastwo dropdowns, a

> text
>> > box and a search button), the search result would show up below in a
>> > table.
>> > Since the dropdowns contain large amount of data, I'm hoping that when

> the
>> > page is posted back to query for results, the top part can stay without
>> > being re-drawn. My question is tow fold, (1) is this possible in .NET
>> > 1.1?
>> > (2) I remember seeing something like this in ASP.NET 2.0 demo but can't
>> > remember how it's done, does anyone know?
>> >
>> > Thanks in advance.
>> > Bob
>> >
>> >

>>
>>

>
>



 
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
Why Redraw of the whole page when paginating? urs@prismanet.ch ASP .Net 12 12-15-2005 07:54 AM
Unexplained redraw after several seconds... TL Java 1 07-27-2004 01:31 PM
Unwanted Refresh/Redraw Kevin Chandler ASP .Net 2 01-29-2004 05:11 PM
datagrid-redraw reiks ASP .Net 0 12-08-2003 11:13 AM
Refresh/Redraw enhancements in IE/ASP.NET Tom Kaminski [MVP] ASP .Net 2 08-01-2003 02:07 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