Ask a Question related to ASP.NET General, Design and Development.
-
Hayato Iriumi #1
__doPostBack EventArgument
Hello, guys.
I have this javascript to invoke serverside event that is attached to a
hidden Button.
__doPostBack('UserControlID$btnAddComment','Hello World');
The server side event gets invoked fine, but I can't seem to get
EventArgument 'Hello World' on the server side. Would this work at all? Am I
missing something?
TIA
Hayato Iriumi Guest
-
__doPostBack generates JavaScript errors in UserControl encapsulating form
I have a form shared by several aspx pages. It's the only form appearing on the pages, so I though I would encapsulate the form in a User Control... -
__doPostback method with colons problem
I am running into the "colon in javascript" problem as discussed here http://www.bdragon.com/entries/000324.shtml. Basically, i have nested... -
__doPostBack code block not being generated by asp.net page
I have 2 aspx pages... neither of which do anything out of the ordinary. One of the pages automatically generates this block of code when viewed... -
Overriding __doPostBack
I would like to change the name of the _doPostBack function emmitted by the ASP.NET framework to prefix it with an ordinal number i.e. the page... -
Wierd Behavior of __doPostBack
Hello, I am having some weird behavior between two machines...one which is running the 1.1 framework and one which is running 1.0. After opening...



Reply With Quote

