Click here to Skip to main content
15,890,717 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Motherboard serial of client machine? Pin
Abhijit Jana2-Oct-09 8:58
professionalAbhijit Jana2-Oct-09 8:58 
GeneralRe: Motherboard serial of client machine? Pin
_Madmatt2-Oct-09 9:11
_Madmatt2-Oct-09 9:11 
GeneralRe: Motherboard serial of client machine? Pin
Abhijit Jana2-Oct-09 10:29
professionalAbhijit Jana2-Oct-09 10:29 
GeneralRe: Motherboard serial of client machine? Pin
Abhishek Sur2-Oct-09 12:29
professionalAbhishek Sur2-Oct-09 12:29 
GeneralRe: Motherboard serial of client machine? Pin
Christian Graus2-Oct-09 11:13
protectorChristian Graus2-Oct-09 11:13 
GeneralRe: Motherboard serial of client machine? Pin
Abhishek Sur2-Oct-09 12:42
professionalAbhishek Sur2-Oct-09 12:42 
GeneralRe: Motherboard serial of client machine? Pin
_Madmatt2-Oct-09 22:11
_Madmatt2-Oct-09 22:11 
Questionreturing value from javascript funtion to codebehind Pin
Hemant Thaker2-Oct-09 7:29
Hemant Thaker2-Oct-09 7:29 
Hi..

///I m executing javascript function from codebehind (c#) as below

ClientScript.RegisterStartupScript(GetType(), "Check_Wrong_AnsString",
"Check_Wrong_AnsString('" + txtWrongAns1.Text.Trim() + "');", true);

////following is my javascript function.

function Check_Wrong_AnsString(args)
{
var AnsString = args;
if (AnsString.length < 1)
{
alert('Can not be blank');
return false;
}
}

//// i want to fetch javascript function's return value to codebehind.

thanks

By:
Hemant Thaker

AnswerRe: returing value from javascript funtion to codebehind Pin
Abhijit Jana2-Oct-09 7:52
professionalAbhijit Jana2-Oct-09 7:52 
QuestionRe: returing value from javascript funtion to codebehind Pin
Hemant Thaker2-Oct-09 8:14
Hemant Thaker2-Oct-09 8:14 
AnswerRe: returing value from javascript funtion to codebehind Pin
Abhijit Jana2-Oct-09 8:22
professionalAbhijit Jana2-Oct-09 8:22 
QuestionRe: returing value from javascript funtion to codebehind Pin
Hemant Thaker2-Oct-09 8:35
Hemant Thaker2-Oct-09 8:35 
AnswerRe: returing value from javascript funtion to codebehind Pin
Abhijit Jana2-Oct-09 8:54
professionalAbhijit Jana2-Oct-09 8:54 
GeneralRe: returing value from javascript funtion to codebehind Pin
Abhishek Sur2-Oct-09 12:46
professionalAbhishek Sur2-Oct-09 12:46 
QuestionPopup form notifying other form? Pin
Quake2Player2-Oct-09 7:27
Quake2Player2-Oct-09 7:27 
AnswerRe: Popup form notifying other form? Pin
Kannan Ar2-Oct-09 15:20
professionalKannan Ar2-Oct-09 15:20 
QuestionMulti page Add and Edit Pin
IT_Help2-Oct-09 7:26
IT_Help2-Oct-09 7:26 
AnswerRe: Multi page Add and Edit Pin
Abhishek Sur2-Oct-09 8:17
professionalAbhishek Sur2-Oct-09 8:17 
GeneralRe: Multi page Add and Edit Pin
IT_Help2-Oct-09 9:55
IT_Help2-Oct-09 9:55 
GeneralRe: Multi page Add and Edit Pin
Abhishek Sur2-Oct-09 12:24
professionalAbhishek Sur2-Oct-09 12:24 
AnswerRe: Multi page Add and Edit Pin
Blikkies2-Oct-09 8:55
professionalBlikkies2-Oct-09 8:55 
GeneralRe: Multi page Add and Edit Pin
IT_Help2-Oct-09 9:58
IT_Help2-Oct-09 9:58 
GeneralRe: Multi page Add and Edit Pin
Blikkies2-Oct-09 10:26
professionalBlikkies2-Oct-09 10:26 
GeneralRe: Multi page Add and Edit Pin
IT_Help2-Oct-09 10:46
IT_Help2-Oct-09 10:46 
GeneralRe: Multi page Add and Edit Pin
Blikkies2-Oct-09 11:26
professionalBlikkies2-Oct-09 11:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.