Top "Dopostback" questions

__doPostBack is a javascript method that allows to trigger a postback from the client.

jQuery call __doPostBack on LinkButton

I have a LinkButton that I need to perform a click on to cause a postback. The actual link target …

asp.net jquery postback linkbutton dopostback
__doPostBack not working for me

Is there an error in the way i use the __doPostBack? function displaymessage() { var scl = "aaaaaa"; var pageId = '<%= …

javascript asp.net dopostback
OnClick events not working in ASP.NET page

I am having a aspx page which inherits from a master page. In the master page I have a button …

c# asp.net .net postback dopostback
Invoke ASP.NET TextChanged event from JavaScript using __doPostBack

Like many others, I'm trying to invoke a .NET control's server-side event from JavaScript. Specifically, I want to fire the …

javascript asp.net event-handling ajax.net dopostback
OnClick and OnClientClick

I have an image button on a pop up page which is opened by another page <asp:ImageButton ID="…

c# javascript asp.net dopostback onclientclick
How to read a column type SPUser, DateTime, Currency with EcmaScript?

I have a list in SharePoint 2010 with some columns. All are default types. So I have "Single line of text" "…

javascript sharepoint-2010 dopostback sharepoint-clientobject
ASP.NET fails to detect IE10 causing _doPostBack is undefined JavaScript error

ASP.NET fails to detect IE10 causing the following error: _doPostBack is undefined JavaScript error or maintain FF5 scrollbar position. …

javascript asp.net internet-explorer-10 dopostback
doPostBack from C# with JavaScript

hi I have one parent page which opens a pop up window, and user makes some changes on child pop …

c# javascript asp.net dopostback
How to call server side button event from javascript function in asp.net?

while trying to call a server side button event from javascript function my code looks like this _doPostBack('CalendarButton','CalendarButton_…

javascript asp.net dopostback