Browser
ie = Manager.ActiveBrowser;
FramesCollection f = ie.Frames;
Browser b = f.ById("RAD_SPLITTER_PANE_EXT_CONTENT_ContentRadPane");
HtmlTable mainTable = b.Find.ById<HtmlTable>("tblContainer");
HtmlTableRow tablerow = mainTable.Find.ById<HtmlTableRow>("tblRel");
HtmlTable table = tablerow.Find.ById<HtmlTable>("tblmain");
int count = table.BodyRows.Count;
string proddes = ((string)(System.Convert.ChangeType(Data["ProductDesc"], typeof(string))));
string enabled = ((string)System.Convert.ChangeType(Data["Enabled"], typeof(string)));
for (int i=1; i < count - 1; i++){
HtmlTableRow row = table.BodyRows[i];
HtmlTableCell cell = row.Cells[1];
if (cell.InnerText.Equals("Product Description")){
HtmlTableCell cell1 = row.Cells[3];
//Regex regex = new Regex("""[?0-9]{1}");
//Console.WriteLine(regex.ToString());
//Console.ReadLine();
HtmlInputText text = cell1.Find.ById<HtmlInputText>("attribute_2_3003_3128"
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
[InvalidOperationException: A control with ID 'g_b8df8590_3aee_4380_801b_65cf48a32c75$Search' could not be found for the trigger in UpdatePanel 'g_b8df8590_3aee_4380_801b_65cf48a32c75$tblLayoutPanel'.] System.Web.UI.UpdatePanelControlTrigger.FindTargetControl(Boolean searchNamingContainers) +315 System.Web.UI.AsyncPostBackTrigger.Initialize() +26 System.Web.UI.UpdatePanelTriggerCollection.Initialize() +65 System.Web.UI.UpdatePanel.Initialize() +37 System.Web.UI.UpdatePanel.OnLoad(EventArgs e) +51 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Control.AddedControl(Control control, Int32 index) +318 System.Web.UI.ControlCollection.Add(Control child) +146 Telerik.Web.UI.RadAjaxControl.CreateUpdatePanel(Control initiator, String eventName, Control updated, UpdatePanelRenderMode panelRenderMode) +1161 Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) +1526 System.EventHandler.Invoke(Object sender, EventArgs e) +0 System.Web.UI.Control.OnPreRender(EventArgs e) +2117788 System.Web.UI.Control.PreRenderRecursiveInternal() +86 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041 |
Friends,
When you post a new thread please write relevant title, so that we all can easily find out what was the issue and we can relate to our scenarios.
Thanks,
Madhu.
Hi,
I'm using QA Edition Q3 release. I have a problem with If...ELSE condition. If you see attached video file you will get an idea.
I'm expecting to work atleast ELSE part after I modified navigate URL?
Any ideas please?
Thanks,
Madhu Tekmal