ya i m trying to display data from database on html page, but it's showing 20-25 rows of data from database..Actually i want to display 25 rows of data after that i want show 25 rows of data,that time last 20 rows should be flushed by scrolling and it should be repeat again-2........ thanks
On Mon, Mar 11, 2013 at 7:53 PM, Jaimin Patel <[email protected]> wrote: > What control you are using to display? What do you mean by you want to > show all data using scrolling? Is your query restricting top 20 records > only, and you want to override that to get more? > > > On Monday, March 11, 2013 12:41:05 AM UTC-4, Avnesh Shakya wrote: >> >> hi, >> i have stored data in database,but it has large data,so it's showing >> only 20-25 rows of data on html page. I want to show all data using >> scrolling. how is it possible? >> Please help me.... >> Thanks >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

