Click here to Skip to main content
15,892,517 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: c# window forms sorting Pin
Christian Graus26-Feb-08 8:57
protectorChristian Graus26-Feb-08 8:57 
Questionhow to web scrape only the cabinet ministers information from www.premier.gov.on.ca/team/default.asp along with their head shots on our web page dynamically at run time in asp.net2.0 using c# Pin
humerakhan13026-Feb-08 7:57
humerakhan13026-Feb-08 7:57 
GeneralRe: how to web scrape only the cabinet ministers information from www.premier.gov.on.ca/team/default.asp along with their head shots on our web page dynamically at run time in asp.net2.0 using c# Pin
Not Active26-Feb-08 8:29
mentorNot Active26-Feb-08 8:29 
Generali want IT Help desk software in asp or asp.net Pin
knk26-Feb-08 7:54
knk26-Feb-08 7:54 
GeneralRe: i want IT Help desk software in asp or asp.net Pin
Christian Graus26-Feb-08 8:57
protectorChristian Graus26-Feb-08 8:57 
GeneralRe: i want IT Help desk software in asp or asp.net Pin
Pete O'Hanlon26-Feb-08 10:19
mvePete O'Hanlon26-Feb-08 10:19 
GeneralRe: i want IT Help desk software in asp or asp.net Pin
Christian Graus26-Feb-08 10:38
protectorChristian Graus26-Feb-08 10:38 
GeneralThey will not let me hit the database until the very last minutte. HELP !!! [modified] Pin
crystal915426-Feb-08 5:53
crystal915426-Feb-08 5:53 
Most frustrating. The format of the website cannot be changed:

I have 5 web pages each with a form. These page forms have content the user can edit & redit.On the top of each page is a menu bar affording the user to toggle back and forth to any of the 5 pages viewing the respective content. Now say the user toggles to page 2, makes changes to the content, via a RadEditor, toggles to page 5, then retoggles to page 2 to see the changes he just made.

Here's the delema: During these edits/redits, the revised content CANNOT be posted as an update to the database. Only AFTER the user is satisfied with all the edits made, does he click button 6 for "Update All My Changes".

So in short, how can I have several editable web pages of form elements that allow the user to see the changes they made, even after clicking off and then back to that form without using a database update or items mentioned above. Remember, They will not let me hit the database until aff the edits on the 5 web page forms are complete. Thanks.

Update:

I have reevaluated the entire process.

I've decided to utilize the file stream object and have them edit their entire page.

Now, I have to figure out how to reiterate thru these modified forms to place the data into the db.

modified on Tuesday, February 26, 2008 4:37 PM

GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Guffa26-Feb-08 7:27
Guffa26-Feb-08 7:27 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
crystal915426-Feb-08 8:09
crystal915426-Feb-08 8:09 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Christian Graus26-Feb-08 9:03
protectorChristian Graus26-Feb-08 9:03 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Guffa26-Feb-08 13:22
Guffa26-Feb-08 13:22 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Christian Graus26-Feb-08 8:58
protectorChristian Graus26-Feb-08 8:58 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Not Active26-Feb-08 8:16
mentorNot Active26-Feb-08 8:16 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Christian Graus26-Feb-08 9:00
protectorChristian Graus26-Feb-08 9:00 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Not Active26-Feb-08 9:28
mentorNot Active26-Feb-08 9:28 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Christian Graus26-Feb-08 9:36
protectorChristian Graus26-Feb-08 9:36 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
crystal915426-Feb-08 10:42
crystal915426-Feb-08 10:42 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Mark Churchill26-Feb-08 19:30
Mark Churchill26-Feb-08 19:30 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
crystal915426-Feb-08 20:41
crystal915426-Feb-08 20:41 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Mark Churchill26-Feb-08 22:09
Mark Churchill26-Feb-08 22:09 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Christian Graus26-Feb-08 8:59
protectorChristian Graus26-Feb-08 8:59 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
crystal915426-Feb-08 10:36
crystal915426-Feb-08 10:36 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Christian Graus26-Feb-08 10:39
protectorChristian Graus26-Feb-08 10:39 
GeneralRe: They will not let me hit the database until the very last minutte. HELP !!! Pin
Pete O'Hanlon26-Feb-08 10:24
mvePete O'Hanlon26-Feb-08 10:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.