navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Getting Database field label back

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Expression Web Help >> Getting Database field label back
Page: [1]
 
swoosh

 

Posts: 1438
Joined: 5/18/2002
From: Beaver Falls, PA
Status: offline

 
Getting Database field label back - 6/11/2007 7:46:07   
Hello all,

We have a database detail page with mostly all fields from the database on the page describing a particular record. However, we accidently deleted a field label from the page. When we go to configure the data source it is still selected, now I know we can simply do it all over but we have it formatted to how we want.

Is there any way to get that field back without having to go through the entire process again and keep the formatting that we have?

Any help much appreciated

_____________________________

Swoooosh
Just Do It!

rdouglass

 

Posts: 9280
From: Biddeford, ME USA
Status: offline

 
RE: Getting Database field label back - 6/11/2007 12:54:10   
No help on this yet 'eh?:)

This may help if it's posting to an ASP page. Using this script, you can grab a list of all the fieldnames that are posted from a form:

<%
For Each Item In Request.Form
fieldName = Item
fieldValue = Request.Form(Item)
'...do something with fieldName and fieldValue...
Response.write(fieldName & ":" & fieldValue & "<br>")
Next
%>

This will give you a quick list of all the fields being POSTed to that page and their values. Remember this needs to go onto the page being POSTed to and not necessarily the page the form is on.

You should be able to then copy and paste a list to sort by fieldname.

Might save you some work. Hope it helps.

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to swoosh)
Page:   [1]

All Forums >> Web Development >> Expression Web Help >> Getting Database field label back
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts