Click here to Skip to main content
16,012,821 members

Comments by pulukuri aruna kumari (Top 2 by date)

pulukuri aruna kumari 19-Sep-14 6:37am View    
Many Thanks sir.This will solve my issue
pulukuri aruna kumari 19-Sep-14 6:19am View    
Hello Sir,
This is what sample code is present in my project.I am not able to understand the below script.so i need some tutorials that help me to understand the codes as below.

Collapse | Copy Code
Dim jsb As New ClientSide.JavaScriptBuilder(True)
jsb.AddLine("var req;")
jsb.AddLine("function ", Me.UniqueID.Replace("$", "_"), "_staffSearch()")
jsb.OpenBlock()
jsb.AddLine("var surname=document.getElementById('", mTxtSurname.UniqueID.Replace("$", "_"), "').value;")
jsb.AddLine("var forename=document.getElementById('", mTxtForename.UniqueID.Replace("$", "_"), "').value;")
jsb.AddLine("var objSelect = document.getElementById( '", mListStaff.UniqueID.Replace("$", "_"), "' );")
jsb.AddLine("var strTrust = document.getElementById('" + mTxtSelectedTrust.ClientID + "').value;")