Click here to Skip to main content
15,908,264 members

Comments by Sanjeev9918 (Top 2 by date)

Sanjeev9918 23-Apr-13 8:00am View    
actually i want to do something like fetch data table and bind GridView & display to user using thread and in other thread fetch some more content and append it into GridView.
Is it possible in asp.net
Sanjeev9918 30-Oct-12 0:43am View    
and the set context key() method is..
function SetContextKey() {
$find('<%=AutoCompleteExtender1>%').set_contextKey($get("<%=txtNoDaysCandt.ClientID%>").value);

}