Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:503441
More Search Options
RSS Available
Matching Posts
Re: Asynchronous postback control reference
Hello, the following code may help you. <%@ Page Language="C#" %> <script runat="server"> protected override void OnLoad(EventArgs e) { if (ScriptManager.GetCurrent(this).IsInAsyncPostBack) { var source = ScriptManager.GetCurrent(this).AsyncPostBackSourceElementID; var linkButton = (LinkButton)UpdatePanel1.ContentTemplateContainer.FindControl(source); CommandArgument.Text = linkButton.CommandArgument; } base.OnLoad(e); } </script> <!DOCTYPE html PUBLIC "
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Garbin
on 7/27/2009
Re: Does UpdatePanel post the whole page?
Hello, the statement that you quoted is correct: The UpdatePanel performs a regular postback, except that it uses an asynchronous request. The server returns only the HTML generated by the controls contained in the UpdatePanels for whom an update was triggered. This HTML is written in the response together with other information, such as the updated ViewState. The response's data is not in JSON; it's a text format that uses "|" to delimit fields. The parser is implemented in JavaScript
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Garbin
on 7/27/2009
Re: Asynchronous postback control reference
Hello, thanks, I'm glad you like it. If you need to create the LinkButtons dynamically, then you can do it on Init. <%@ Page Language="C#" %> <script runat="server"> protected override void OnInit(EventArgs e) { var linkButton1 = new LinkButton { ID = "LinkButton1", Text = "LinkButton1", CommandName = "Command 1", CommandArgument = "Argument 1" }; var linkButton2 = new LinkButton { ID = "LinkButton2", Text = "LinkButton2"
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Garbin
on 7/27/2009
Re: ScriptManager's EnableHistory with WCF services
Hello, the History API in ASP.NET Ajax works also on the client side. Check this article by Dino Esposito that explains how it's done.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Garbin
on 7/18/2009
Re: ASP.NET Ajax Update panel and Jquery
Hello, instead of using $(document).ready(), you should move the code to the global pageLoad function: function pageLoad() { ... move code here ... } It's important to keep in mind that $(document).ready() runs once pageLoad runs when the page first loads, and after every partial postback In $(document).ready(), you get references to DOM elements using selectors. Then, you attach event handlers to these elements. When you perform a partial postback (i.e. when the UpdatePanel updates) you are
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Garbin
on 7/18/2009
Re: Book on search engine optimization
Another one, which I found to be good: Ledford, SEO - Search Engine Optimization Bible, Wiley
Posted to
Book Reviews
(Forum)
by
Garbin
on 4/20/2009
Re: Sliders and accordion
Hello, does it happen also when using the MultiHandleSlider in place of the Slider?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Garbin
on 2/7/2009
Re: Ajax Slider control...Urgent.......Help...........
Hello, are you using the Slider or the MultiHandleSlider ? Do you get the same error if you use the MultiHandleSlider (you can configure it to use a single handle)?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Garbin
on 2/7/2009
Re: problem with Ajax- Sys.WebForms.PageRequestManagerParserErrorException:
Hello, did you verify what stated in the exception message? Are there any calls to Response.Write in the Ajax-enabled pages?
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Garbin
on 1/9/2009
Re: Domain Driven Design
Hello, probably the most referenced book on DDD is Domain-Driven Design: Tackling Complexity in the Heart of Software by Eric Evans. Another really good one is Applying Domain-Driven Design and Patterns: With Examples in C# and .NET by Jimmy Nilsson. My suggestion is to read both of them.
Posted to
Book Reviews
(Forum)
by
Garbin
on 11/21/2008
Page 1 of 150 (1497 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Channel 9:
Hanselminutes on 9 - Guided Tour inside the Windows Azure Cloud with Patrick Yantz
ASP.NET:
ASP.NET 4.0 ScriptManager Improvements
WindowsClient:
XAML Toolkit CTP = FxCopXaml + XamlDom + System.Xaml.dll support for Silverlight XAML
Channel 9:
Fishbowl for Facebook
WindowsClient:
Free Embeddable Fonts for your WPF Applications
ASP.NET:
Program Manager Position on the ASP.NET PM team
Channel 10:
Microsoft Teams Up with Nielsen
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online