Click here to Skip to main content
15,915,172 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralConfigurable Webpage-scrapper with learning capabilities Pin
zitniet19-Aug-05 23:47
zitniet19-Aug-05 23:47 
GeneralCalling Alfred Jayaprakash Pin
Member 209619519-Aug-05 5:48
Member 209619519-Aug-05 5:48 
GeneralRe: Calling Alfred Jayaprakash Pin
toxcct2-Sep-05 1:03
toxcct2-Sep-05 1:03 
GeneralRe: Calling Alfred Jayaprakash Pin
Anonymous2-Sep-05 6:57
Anonymous2-Sep-05 6:57 
GeneralRe: Calling Alfred Jayaprakash Pin
toxcct2-Sep-05 22:43
toxcct2-Sep-05 22:43 
GeneralRe: Calling Alfred Jayaprakash Pin
User 5838526-Sep-05 17:41
User 5838526-Sep-05 17:41 
GeneralReq for VSS Command Line Help Pin
Susan Hernandez17-Aug-05 13:32
Susan Hernandez17-Aug-05 13:32 
GeneralRequest for pagemanager article Pin
Gunmen15-Aug-05 0:53
Gunmen15-Aug-05 0:53 
Hi,

We all know URL's like this:
default.aspx?code=1234

What we don't want is that visitors change the URL like this:
default.aspx?code=1235

There are a lot of solutions for this. Like decrypting, post variables, etc..

What I want is a pagemanager. The pagemanager saves all the requested pages (for example the last 2 or 5) inside the session of the current browser client. For this you may need to use of the C# LIFO (Last in, first out) stack-statement.

All requested pages will be added to the stack, this means the complete url (path, page, params.). Each page can access the params.

The asp.net 2.0 webconfiguration (ASP.NETWebAdminFiles) is using this technique ( here you can find a screenshot). You can find more information inside the WebAdminPage.cs file. There are a lot of methods in there, I can't figure it out how it works.

I hope that somebody is interested and motivated for writing an article about the pagemanager as I described here. Where each page knows the last page (for example for backbutton functionality), knows the current page with params (for example for database access), all this without seeing the querystring (?code=1234).

Thanks ! ! !
GeneralYahoo Skinned Application C#.Net Pin
| Muhammad Waqas Butt |14-Aug-05 3:31
professional| Muhammad Waqas Butt |14-Aug-05 3:31 
GeneralTime Scheduled In C#.Net Pin
| Muhammad Waqas Butt |14-Aug-05 3:26
professional| Muhammad Waqas Butt |14-Aug-05 3:26 
GeneralRe: Time Scheduled In C#.Net Pin
ediazc30-Aug-05 19:24
ediazc30-Aug-05 19:24 
QuestionWhat all tools available for upgrade vb6.0 to vb.net, apart from migrate tool, which comes with .NET IDE Pin
Shiby9-Aug-05 20:45
Shiby9-Aug-05 20:45 
AnswerRe: What all tools available for upgrade vb6.0 to vb.net, apart from migrate tool, which comes with .NET IDE Pin
Shimron7-Sep-05 20:22
Shimron7-Sep-05 20:22 
GeneralEditing with datagrid Pin
Haneeshkb7-Aug-05 18:41
Haneeshkb7-Aug-05 18:41 
GeneralLDAP VBSCRIPT - Urgent request Pin
keerthi kamalapuri4-Aug-05 8:34
susskeerthi kamalapuri4-Aug-05 8:34 
GeneralRe: LDAP VBSCRIPT - Urgent request Pin
Anonymous8-Sep-05 11:35
Anonymous8-Sep-05 11:35 
GeneralVery Urgent Pin
Member 275254630-Jul-05 5:14
Member 275254630-Jul-05 5:14 
GeneralRe: Very Urgent Pin
Serge Calderara2-Aug-05 7:26
Serge Calderara2-Aug-05 7:26 
GeneralCalling DSQUERY.DLL from Windows Forms app Pin
Phil Street29-Jul-05 1:15
Phil Street29-Jul-05 1:15 
GeneralRe: web based exam application Pin
Dan Neely28-Jul-05 10:19
Dan Neely28-Jul-05 10:19 
GeneralImage File Security Pin
thealca26-Jul-05 18:54
thealca26-Jul-05 18:54 
GeneralRe: Image File Security Pin
Trollslayer15-Aug-05 4:50
mentorTrollslayer15-Aug-05 4:50 
GeneralRe: Image File Security Pin
Marcello Cantelmo27-Aug-05 3:23
Marcello Cantelmo27-Aug-05 3:23 
GeneralRe: Image File Security Pin
thealca29-Aug-05 14:16
thealca29-Aug-05 14:16 
Questiondll Locking Detector? Pin
Susan Hernandez26-Jul-05 13:56
Susan Hernandez26-Jul-05 13:56 

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.