Stories recently tagged with 'Postback'

Access JavaScript variables on PostBack using ASP.NET Code(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 4 months ago

In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so. One using Hidden variables and the other using the __doPostBack() javascript method. read more...

1 comment |category: |Views: 571

tags: another

Invalid postback or callback argument(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 4 years, 6 months ago

Why it is a good thing! read more...

1 comment |category: |Views: 64

tags: another

Why does the TextBox render postback scripts and a Button dosen't?(brunofigueiredo.com)

submitted by brunofigbrunofig(245) 4 years, 9 months ago

It seems that the asp.net controls have different behaviors for the same code logic... In the current days, where javascript is a big part of a web application, some of this behavior logic seems difficult to accept. read more...

add a comment |category: |Views: 1

tags: another

Prevent postback in FF invoked by textarea enter click (ASP.NET 2.0)(ivanuzunov.net)

submitted by kichetokicheto(435) 4 years, 9 months ago

Solution for bug in MS WebResource.axd javascript. The problem is that when a multiline textbox is put inside panel with DefaultButton set, pressing the enter button while editing text in the textbox submits the form instead of going to new line. read more...

add a comment |category: |Views: 95

tags: another

Do postbacks with parameters in JavaScript(madskristensen.dk)

submitted by dalzieldalziel(6230) 5 years ago

How to cause a postback with Javascript on any element, and pass through parameters read more...

add a comment |category: |Views: 32

tags: another

Maintain scroll position after postbacks(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 1 month ago

This feature is an absolute must-have on large web pages built for postback scenarios. The beauty of it is the simplicity and the low impact. read more...

add a comment |category: |Views: 80

tags: another

Cross Page Postback in ASP.Net 2.0(c-sharpcorner.com)

submitted by dalzieldalziel(6230) 5 years, 6 months ago

In ASP.Net 2.0, cross-page post backs allow posting to a different web page, resulting in more intuitive, structured and maintainable code. In this article, we will explore the various options and settings for the cross page postback mechanism. read more...

add a comment |category: |Views: 2

tags: another