Ask a Question related to ASP.NET General, Design and Development.
-
Jason Turim #1
Strange Behavior w/Events
I have a web form w/2 dropdownlists, both are set to AutoPostBack = true and
they have different callback methods.
DropdownA calls--> Event1
DropdownB calls--> Event2
Event1 reloads the page w/a querystring variable
Event2 populates an asp:label based on the selection of dropdown b
so, when i twiddle dropdown b, Event 1 gets fired, overy other time. If I
use html comments to comment out DropdownA, Event2 gets called as expected.
thanks for the help,
jasonl
Jason Turim Guest
-
MX strange behavior and no idea hoe to fix it
Hi everybody, One (yes only one of 10!) of our MX (MAC 10.3.4) shows the following behaviour: every once in a while you can?t type in a new... -
Strange behavior
The problem seems to be in c code calling ruby calling c code. ======== start test.rb puts "about to require curses" require "curses" puts... -
Strange behavior of $.
Apparently $. is not always set correct (see second ruby 1liner). Is this a bug? 12:12:42 : cat -n n 1 2 3 BAR="hello" 4 12:12:47 : ruby... -
Strange behavior in DataGrid
Hi all, Hope you can give me a solution for this. I am having lot of problems with datagrid but like to come out with one by one. My main... -
Why strange IF...ELSE behavior
Hi all, I'm getting a strange result with the following IF statement: $bar = ($foo == 'last') ? true : false; In my script $foo normaly has...



Reply With Quote

