|
Hi ,
I have an issue accessing the control in IE10 in following code. Where as it is working in IE9. Appreciate, your help.
Look for html code (LoginUserName)
http://pastebin.com/ztbSPueK
Object repository :
public
CUITe_HtmlEdit
txtUserName = new
CUITe_HtmlEdit("id=i0116"
);
pgWLISignInpage.txtUserName.SetText(UserId);
When I run in IE9, it looks good. Where as In IE10 it is thowing an error not able to find the control even though the conrol has Id. Really Appreciate your help
|