Hi,
I have a web application that has been designed and developed using .NET 3.5 Frameworks and language used is VB.NET as well as VB Script and JavaScript.
The application has also used iFrames where aspx pages are open. The main menu has several tabs and each tab is associated with a TabNameDefault.aspx page as well as code behind.
Once user clicks on a tab that open a page and within each page there are several controls. User can click on a control (PB) that would open another aspx page.
User certain action could open a dialog window on any form. Let’s say user click on a search pb that open a dialog windows and here some code how dialog is open
urlString = "../Pages/TestDeptList.aspx?DeptType=<%=strDeptType%>&DeptCode=" & strDeptCd &"&CalledFrom=Tab1&issearch=N&TestDept=" & document.frmTD.ucCorrDetailsUI_txtPrimarySubject.value ...
Go to the complete details ...