I noticed your post went unanswered. Have you resolved this issue?
--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"NewToDotNet" <anonymous@discussions.microsoft.com> wrote in message
news:05F41E15-F336-4F6B-8637-1A18961F61E9@microsoft.com...[color=blue]
> Hi,
>
> I am very new to ASP.NET and web programming in general. I have one issue.[/color]
I have a Datagrid object with Edit template. In one Datagrid row, I have 1
DropdownList, 1 textbox and 1 readonly textbox in Edit mode. I have written
OnTextChanged event handler for text box and OnSelectionIndexChanged event
handler for dropdownlist. Whenever a text is changed in writable textbox or
a selection is changed in DropDownList, I perform calculations and put the
result in readonly textbox. I have to tab/click out of TextBox For the
OnTextChanged event to be fired. So, when I click on the "dropdown arrow" or
DropDownList while editing the TextBox contents, my window goes totally
blank. I am calling this DataGrid form from another .aspx page in an IFrame.
Can anyone please tell me why my window goes blank ?[color=blue]
>
> Thanks a bunch in advance.
>[/color]