Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8879991
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T20:04:32+00:00 2026-06-14T20:04:32+00:00

I’m a bid new in ASP.net and developing a website that holds user-friendly list

  • 0

I’m a bid new in ASP.net and developing a website that holds user-friendly list of categorized items and when clicked the details for the items (image gallery, text, contact forms, that kind of stuff, and maybe later user comments and rates). I’ve read a lot and still can get to a conclusion about my questions, so I need a piece of advise. I need a [good performance+low complexity+not close to be deprecated] recommendations in 2 important things that I’m trying to decide right now.

1) Linq or SqlDataSource? I don’t mind writing the SQL for the SqlDataSource, but I’ve read Linq is the new age so I’m afraid to have an obsolete site in 2 years. Or not paying attention to Linq benefits.

2) I believe I can’t use gridview controls for the products paginated lists because they are extremely layout-rigid for the company target customers. The web design of the product lists is kind of youtube video results list. And when clicked displays the hole information about the item (in other page). How should I generate the HTML code for the list of products? I used to concat “html”+readers data (query results) and send them to the page with Response.Write(), but I read that doesn’t work with UpdatePanel easily and it’s a bit “old technique” what’s your position about it?. Then I started to read about repeaters but I believe they won’t allow me to approach my model classes as the examples I’ve seen evaluate directly the query. Finally I starter to read about creating my own controls “ASP users control” that will allow me to keep custom html blocks (styled list items with internal divs) and add some classes properties (the database info), which I hope can generate the list of products in the current layout. Keep in mind that I may be asked for implement ajax paging soon.

Please I need to know the best (recommended) technique to start to learn the details an keep going with the project.
thanks a lot.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T20:04:33+00:00Added an answer on June 14, 2026 at 8:04 pm

    The GridView is designed for table data. It can be manipulated in the way you’re describing, but that’s not it’s point. The Repeater or ListView would do much better in regards to what you’re describing as wanting to do. As a side note, all of these databound controls take an iterator which can be done entirely on the code side (which I typically do) or you can use a DataSource control.

    building a html table in memory and using response write (or even a literal control) will be fast, but you would have to recompile to make any changes to the presentation layer, and as stated does not work with Update Panel.

    That said, I never use the UpdatePanel. I use jquery to post/get data, and then use jquery to make changes that impact the UI.

    In addition to working with server-based solutions, there are CLIENT-side solutions that can be used with asp.net such as the Knockout.js library for building MVC forms.

    Now, as for Linq versus SqlClient that’s really a matter of preference, and each has benefits and drawbacks. Linq-to-sql is EASY to use (for most things), but changes to the underlying database must be reflected in the DataContext. On a personal note, I love Linq-to-sql, and use it whenever possible.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I used javascript for loading a picture on my website depending on which small
I've got a string that has curly quotes in it. I'd like to replace
I have a small JavaScript validation script that validates inputs based on Regex. I
I have a French site that I want to parse, but am running into
I want use html5's new tag to play a wav file (currently only supported
I am doing a simple coin flipping experiment for class that involves flipping a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.