Questions tagged [partial-postback]
64 questions
0
votes
1 answer
Dropdown autopost inside updatepanel never enters code behind SelectedIndexChanged event
This is a difficult scenerio to explain, so I coded up a simple example.

Kiemo
- 47
- 1
- 6
0
votes
1 answer
Redirect to Refer on Partial View Form Post using ASP.NET MVC
I'm looking for a best practice suggestion.
I've got a ShoppingBag Controller with a Partial that lists all the items in the user's bag. In this Partial you can remove items from the bag via a form post.
The Partial has been place in a Master Page…

kim3er
- 6,306
- 4
- 41
- 69
-1
votes
1 answer
Re-post in asp.net with updatepanel
I have a page with events included in update panel, others not included in the update panel. I want to prevent repost action in the page.
whats the best way to do that with handling partail and full postback ?

Raed Alsaleh
- 1,581
- 9
- 27
- 50
-5
votes
1 answer
Script References not loaded in Partial PostBack when specified as "new ScriptReference(resourceName,assemblyName)"
I have created an ASP.NET AJAX control which implement IScriptControl as per Adding Client Capabilities to a Web Server Control. This control works as expect - when the script resource is loaded; however, the problematic issue is the script resource…

user2864740
- 60,010
- 15
- 145
- 220