or
We require QA Engineer having following skills:
1. Manual+Automation testing exp. 4-5 yrs.
2. In Automation exp. of load testing using Visual Studio Ultimate 2010 is important.
3. Exp. of Load testing is required.
4. If candidate does not have direct exp. of Visual Studio Ultimate 2010 then exp. of Load testing using other tools will doJob Description: Silk Tester
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.
|
|
public void HorizontalRadMenu_ItemDataBound(object sender, RadMenuEventArgs e)
{
string[] strNavigationPages = { "Menu1", "Menu2", "Menu3", "Menu4", "Menu5", "Menu6", "Menu7", "关于我们", "联系我们", "视频", "租赁业务", "客户服务", "手持式 XRF技术" };
if (e.Item != null)
{
if (e.Item.Level == 0)
{
parentPageId = ((Telerik.Sitefinity.Web.PageSiteNode)(e.Item.DataItem)).Id.ToString();
}
string currentPageId = ((Telerik.Sitefinity.Web.PageSiteNode)(e.Item.DataItem)).Id.ToString();
string findThisString = e.Item.Text;
int strIndex = -1;
int flag = -1;
if (!String.IsNullOrEmpty(findThisString) && ((Telerik.Sitefinity.Web.PageSiteNode)(e.Item.DataItem)).ShowInNavigation)
{
for (int strNumber = 0; strNumber <
strNavigationPages.Length
; strNumber++)
{
strIndex
=
strNavigationPages
[strNumber].IndexOf(findThisString);
if (strIndex > -1)
{
flag = 1;
//
e.Item.NavigateUrl
}
}
if (flag == -1 && ((Telerik.Sitefinity.Web.PageSiteNode)(e.Item.DataItem)).ParentKey != parentPageId && e.Item.Level < 2)
{
e.Item.Remove();
}
}
else
{
e.Item.Remove();
}
}
}