Click here to Skip to main content
16,016,557 members

Comments by Sanjeev236 (Top 58 by date)

Sanjeev236 15-Jan-20 12:16pm View    
I tried the same but No Luck. :(
Sanjeev236 28-Aug-19 4:03am View    
Thanks for links.I'll prefer to use web method over transferring postback to some different temp page.
Sanjeev236 28-Aug-19 3:14am View    
Actually in the given code, i need to press 2 buttons to get value where as i want it on single click. Value received by javascipt button click of button btnSubmit doesn't populate hidden value.

function btnSetText_OnClientClick() {
$("#<%= lbl1.ClientID %>").text("123");
$('#HiddenFileldVariable').val($("#<%= lbl1.ClientID %>").text());
$("#<%= btnSubmit.ClientID %>").click();
}
Sanjeev236 4-Sep-17 2:04am View    
Awesome Job SA. Never been disappointed as your fan.
Sanjeev236 16-Sep-16 14:50pm View    
Dave, I am not trying to target xp but i am trying to build a program, which is ready to run on all available windows version with default framework or available with windows installation. if not 100 % compatibility, what language or .net version can bring the best? And Best part that I need to create a single executable as installer and then this installer will download required files and program from pre-defined URL after checking variable from local system. So I need this installer to be compatible for all available Windows OS version in market.