Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using ASP.NET in Visual Studio .NET with Visual FoxPro 7
Message
General information
Forum:
ASP.NET
Category:
Visual FoxPro Toolkit for .NET
Miscellaneous
Thread ID:
00659001
Message ID:
00659110
Views:
33
Hello Cathi,

>>But only first Load of the Page works. Trying to navigate only brings up IE working, but I get no respond. It seems to me like the new PageLoad doesn't work and I am feeling like this perhaps copuld be caused out of any kind of german language problem. I can not really get it beeing real new to .NET.
>>
>>Has anyone got an idea, why first page load works and in OLEDB Example klicking on Edit doesnt bring up an action ?
>>FoxCentral Example clicking on the calender is the same, IE works but nothing ever happens.
>>I although activated the debugger and it seems like we never get back
>>to the code ???
>>
>>Or an idea what I can do to find the problem, any ideas where to look or where to set up breakpoints....
>>
>>I am quite shure that I am just missing something I don't know yet.

>Both examples have the code:
>
>If Page.IsPostBack = False
>
>The reason why that code is not executing except for the first time the page is loaded is Page.IsPostBack is a property of the ASPX that is set to True only the first time the page is loaded. Any subsequest requests of the page, the property is then set to False. In my samples, I didn't want to execute the code in Page.Load() except for the first time the page is loaded. After that, the execution of code is based on what the user has selected to edit (from the OLE DB sample) or which day the user has selected from the calendar (from the FoxCentral sample).

Thanks for your fast answer! I noticed the IsPostBack and this is clear to me, but no code at all is executed after e.g. the Click on the Calender.
At least the Page_Load() should be executed ? Or am I missing something ?
IE is working and working and nothing happens.

Any other suggestions why this could not be working ?

Marcus
Marcus Alt
TRIA IT-Consulting GmbH
Working hard | for your success
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform