Hi,
I am very new to ASP.NET and web programming in general. I have one issue. 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 ?
Thanks a bunch in advance.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...
> Hi,
> I am very new to ASP.NET and web programming in general. I have one issue.
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 ?
> Thanks a bunch in advance.
Hi
Thanks for looking. No, this issue is not resolved. This definitely seems to be a bug in ASP.NET as it happens only if Datagrid page is within a frame. Otherwise it works just fine. Currently I have done a temporary solution of calling the ASP.NET page from asp as window.open instead of in a frame in a Modal dialog box. Let me know if I am missing something
Thank
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment