473,402 Members | 2,055 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

.net backend editable database?

49
Hi everyone,
i'm looking for a .net web app where a user can go to a backend control page and create, add, edit fields, etc. that will be posted to a database and then displayed on a front end page in a table.

does anyone have any suggestions for some open source that can accomplish this?

all suggestions are appreciated!
Nov 17 '09 #1
4 1748
Frinavale
9,735 Expert Mod 8TB
Don't know of any open source code that would let you do it but that doesn't mean that it doesn't exist.

By the sounds of it you want to create a web page that lets an administrator manage a database. This could be dangerous so you should take extra precautions to validate the data coming in and ensure that the user is who they are.

Anyways, tools like GridViews are aware of the columns of it's data source. This means that you can just retrieve the data from the database and display it in a GridView.

If you want to add a new column then add controls (like TextBoxes and buttons) that let the user specify the name and type for the column....then refresh the GridView.

Likewise, add controls that let the user delete columns...

-Frinny
Nov 17 '09 #2
jrod11
49
Thanks for your input. it is going to go on a company intranet, so i'm not too concerned about people editing it. only certain people in charge of making edits will be given the link.

What search terms should I use to find tutorials? .net data binding to gridview?
Nov 17 '09 #3
Frinavale
9,735 Expert Mod 8TB
Hmmm...

Well you need a starting point.
I would start with determining what you want to display...do you want to use a GridView? It displays data which can be retrieved from the database.

Have you used this control before?
It's a monster....I'd start there I guess.

A lot of the information you need on GridViews and any other .NET controls can be found in the MSDN Library. This resource should get you pointed in the right direction....there are multiple articles on the GridView Control there. I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET

-Frinny
Nov 17 '09 #4
jrod11
49
Perfect, thanks for the help!
Nov 17 '09 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: ANC | last post by:
hi, i would like to ask how can i set a field of recordset to be editable? thanks in advance. ANC
42
by: PC Datasheet | last post by:
I have zero experience with using a SQL database for a backend and Access for a frontend. I have some questions: 1. Does an SQL database have tables? 2. How does Access connect to the data in...
2
by: cmd | last post by:
I use a utility database and the following code to link from an original backend to a temporary backend, in order to replace the original with a newer version: Dim dbs As Database Dim tdf As...
12
by: Dan V. | last post by:
Since an ASP.NET/ADO.NET website is run on the server by a single "asp_net worker process", therefore doesn't that mean that even 50 simultaneous human users of the website would appear to the...
13
by: rdemyan via AccessMonster.com | last post by:
My front-end code manually links to the backend file. I was wondering what stops Access from linking to the system tables in the backend file. Is it just by virtue that they are hidden? This...
12
by: Matt.W.Stephens | last post by:
Here is the scenario. We have a database with patient case information. This database was previously solely used in Access. The problem is our users connect to this database (located in California)...
1
by: Lynx101 | last post by:
Hi, Hope you can help? Senario: I have an access frontend and backend database. All is working fine when using MS Access for both. Problem: I have created a backend SQL database in preparation...
2
by: taknev | last post by:
Hi, i am having primary address textbox and secondary address textbox and a check box .if we click check box it is copying the primary address to secondary address.so the secondary address should...
0
by: mirin | last post by:
Hello, In a Default.aspx page, I need to display an unbound grid with the following editable columns: Name, Location, Phone, Paid, Amount Initially the grid would be empty with only the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.