Results 1 to 3 of 3

Thread: Display Grid View without using Ajax

  1. #1
    ThompsonHarris is offline Senior Member
    Join Date
    Dec 2009
    Posts
    255
    Rep Power
    3

    Default Display Grid View without using Ajax

    I am using SQL Server 2005. I have one table called Emp. each day 1000s of records will be added in this table. I want to display all these records in my Grid View without using Ajax timer. So, if you have any solution for this then please let me know. Thank you for your help.

  2. #2
    LewisClark is offline Senior Member
    Join Date
    Dec 2009
    Posts
    260
    Rep Power
    3

    Default

    Use cache for that, which automatically refresh the page by calling delegate

  3. #3
    WalkerCook is offline Senior Member
    Join Date
    Dec 2009
    Posts
    253
    Rep Power
    3

    Default

    You can use SQL server based cache but this when a record is added in the database, the cache terminates and new result will be showed.

Similar Threads

  1. Update grid view using query string
    By MorganCooper in forum Programming
    Replies: 1
    Last Post: 04-05-2010, 01:39 PM
  2. Use a grid for layout
    By eirn.wonal in forum Web. 2.0
    Replies: 0
    Last Post: 06-26-2008, 12:50 PM
  3. Pin Grid Array
    By vandana43 in forum Processors
    Replies: 0
    Last Post: 03-19-2008, 11:06 AM
  4. Land Grid Array
    By vandana43 in forum Processors
    Replies: 0
    Last Post: 03-19-2008, 10:56 AM
  5. Ball Grid Array
    By vandana43 in forum Processors
    Replies: 0
    Last Post: 03-19-2008, 10:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

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