Click here to Skip to main content
15,892,674 members

Comments by Abhai Oza (Top 54 by date)

Abhai Oza 13-Jul-16 5:32am View    
i m try this code but not work in asp.net aspx page. please one time try
Abhai Oza 12-Jul-16 8:29am View    
I have try this code but not successfully execution.
Abhai Oza 30-Mar-15 22:37pm View    
Deleted
Dear..

I have set session value not using webpage or web services.
Direct set using Juqery.
Abhai Oza 30-Mar-15 12:23pm View    
But i have set session in ajax call time.
Just eg:-
$.ajax({
url: '<%=Config.VirtualDir %>contact-us.aspx?submitform=y',
data: $('#frmContact1').serialize(),
type: 'POST',
success: function(resp) {
if(resp=="InvalidCaptcha")
{

// Session value set
}

}
});

WWhat to do..??
Abhai Oza 28-Mar-15 0:25am View    
I read this article but i don't have consume wcf services i have direct call wcf method don't add web services reference.