How to update div of one .aspx page from another .aspx page?

I am new to asp.net and working through a set of issues that has two .aspx pages.

Events.aspx:

Here the admin site updates upcoming events and webinars using an already available panel, for example, event name, date, information, etc.

index.aspx:

On my homepage there is a div section in the sidebar where I want these updated events from Events.aspx . He will show only the four best upcoming events.

They will be sorted according to recent upcoming events for later ones.

In the future, when these events are updated, only the first four upcoming events will be displayed.

How to do it? Any help would be awesome.

+3
1

, Simple . Event.aspx, Index.aspx. Delegate Event Event handler.

+3

All Articles