
May 9th, 2003, 11:13 AM
|
|
Junior Member
|
|
Join Date: May 2003
Location: singapore
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
administraion application
ok what i want to do is that i want to create a administration part of the website that will handles all the table created...and can edit or delete the info in the table...i am using msde as the database and asp.net(vb) as the language...problem arises
as in below...
1. listing of tables
2.dynamically showing the table fields and can also dynamically update them
what is the sql code for these two problem...
by dynamically showing the table fields i mean
e.g i no need to put something like <%#container.item("nameoffield")%> in asp:repeater or other listing control but instead the fields is automatically listed all...
and when editing can list all the fields and thier individual textfield where i can update them
anyone can give me any advice on this or is this simply impossible to accomplish??i just want the listing of tables and editing of tables to be dynamic...
|