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 1103737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:22:59+00:00 2026-05-17T01:22:59+00:00

I’ve learned asp.net from books available on the internet, but I didn’t find a

  • 0

I’ve learned asp.net from books available on the internet, but I didn’t find a good book that teaches you some techniques or logic to follow to build an administration area to control the front-end.
I mean they talked about security, membership and roles. but still they didn’t show you how to manage anything that’s not related to a database, anything that’s related to a database you’ll probably create a page to display some info from a db with some SELECT commands and another page for the admin to INSERT, DELETE, UPDATE

but how can I connect to the other controls from my admin panel.

for example : a textbox in the admin.aspx will edit the value of a certain label in display.aspx

another example : I built a web user control to retrieve articles from a DB and another control to be placed in the admin page, which will let the admin add new articles and it will insert it to the database, how can I add more power to the admin page to control the number articles to display on the page, or to control the sorting of the articles, etc…

If i could get a name of a book that helps me with the logic or basics of creating a page that works like my admin panel to control the front-end it would be great, if not! some ideas or articles would help

Thanks for your time and help in advance =)

  • 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-05-17T01:22:59+00:00Added an answer on May 17, 2026 at 1:22 am

    You need to insert Controls into your admin area, where you can enter the desired values.
    E.g.

    <asp:TextBox ID="txtPageSize" runat="server" />
    

    Afterwards you somehow need to store them, e.g. in a database.

    // plenty of ways to do so
    

    In the client page you can then retrieve that value from the database and assign it to the corresponding control. E.g. with a GridView

    this.GridView1.PageSize = // insert code to retrieve the value you just saved before in the admin arae
    

    Edit:
    You probably need to learn more about the asp.net lifecycle. Finding controls of the current page and the masterpage works, but from another page does not work, because it is only created upon execution. You won’t be able to change these values in the admin area, because these values need to be stored permanently, so that everyone will be able to see the pages with the settings you desired indenpendently of the time they call the page.
    There is a “built-in” way by storing the Settings in the so called Application Cache http://msdn.microsoft.com/en-us/library/ms178597.aspx, but this cache only persists as long as the application is running (e.g. in the IIS). Once the application resets, are your changes are lost and you would need to make them again. What is why it is so important to have a persistent way of storing such settings, unless you like to babysit your application everytime it restarts (e.g. server restart in the middle of the night)

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

Sidebar

Related Questions

I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
Seemingly simple, but I cannot find anything relevant on the web. What is the
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 want to count how many characters a certain string has in PHP, but
For some reason, after submitting a string like this Jack’s Spindle from a text
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 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.