Click here to Skip to main content
15,894,017 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Tree View in ASP.NET Pin
meeram39515-Dec-08 22:56
meeram39515-Dec-08 22:56 
GeneralRe: Tree View in ASP.NET Pin
Rajesh Kumar Chekuri15-Dec-08 23:02
Rajesh Kumar Chekuri15-Dec-08 23:02 
GeneralRe: Tree View in ASP.NET Pin
Dominic Goulet16-Dec-08 3:19
Dominic Goulet16-Dec-08 3:19 
AnswerRe: Tree View in ASP.NET Pin
Christian Graus16-Dec-08 0:37
protectorChristian Graus16-Dec-08 0:37 
QuestionCan anyone help me with a javascript? Pin
Tryongliph15-Dec-08 22:40
Tryongliph15-Dec-08 22:40 
AnswerRe: Can anyone help me with a javascript? Pin
meeram39515-Dec-08 22:49
meeram39515-Dec-08 22:49 
GeneralRe: Can anyone help me with a javascript? Pin
Tryongliph15-Dec-08 23:48
Tryongliph15-Dec-08 23:48 
GeneralRe: Can anyone help me with a javascript? Pin
meeram39516-Dec-08 0:22
meeram39516-Dec-08 0:22 
Just try the below and see if it works:

function DoCheck()
{
if (document.myform.checkbox1.checked == true)

//Copy all the control values from WorkContract to Secondarycontact.
//document.GetElementbyId('SecondaryControlname') = WorkContractControl.Values;
}

Add the below in codebehind:
Checkbox1.Attributes.Add("OnClick","DoCheck();");

Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

GeneralRe: Can anyone help me with a javascript? Pin
Tryongliph16-Dec-08 2:47
Tryongliph16-Dec-08 2:47 
GeneralRe: Can anyone help me with a javascript? Pin
Nishant Singh16-Dec-08 0:43
Nishant Singh16-Dec-08 0:43 
Questiondotnet Pin
naagrjuna15-Dec-08 22:35
naagrjuna15-Dec-08 22:35 
AnswerRe: dotnet Pin
Parwej Ahamad15-Dec-08 23:03
professionalParwej Ahamad15-Dec-08 23:03 
AnswerRe: dotnet Pin
Brij15-Dec-08 23:31
mentorBrij15-Dec-08 23:31 
AnswerRe: dotnet Pin
Christian Graus16-Dec-08 0:39
protectorChristian Graus16-Dec-08 0:39 
QuestionError: Accessing Oracle db from .net 3.5 Pin
arunvtyc15-Dec-08 22:27
arunvtyc15-Dec-08 22:27 
AnswerRe: Error: Accessing Oracle db from .net 3.5 Pin
N a v a n e e t h15-Dec-08 22:31
N a v a n e e t h15-Dec-08 22:31 
GeneralRe: Error: Accessing Oracle db from .net 3.5 Pin
arunvtyc15-Dec-08 22:41
arunvtyc15-Dec-08 22:41 
AnswerRe: Error: Accessing Oracle db from .net 3.5 Pin
Abhijit Jana15-Dec-08 23:08
professionalAbhijit Jana15-Dec-08 23:08 
QuestionRequired Help In Server Control Repeater Pin
sajjadlashari15-Dec-08 22:21
sajjadlashari15-Dec-08 22:21 
Questionhide extention from the url Pin
sugunavathysubramanian15-Dec-08 22:16
sugunavathysubramanian15-Dec-08 22:16 
AnswerRe: hide extention from the url Pin
N a v a n e e t h15-Dec-08 22:28
N a v a n e e t h15-Dec-08 22:28 
GeneralRe: hide extention from the url Pin
sugunavathysubramanian15-Dec-08 22:49
sugunavathysubramanian15-Dec-08 22:49 
GeneralRe: hide extention from the url Pin
Christian Graus16-Dec-08 0:43
protectorChristian Graus16-Dec-08 0:43 
AnswerRe: hide extention from the url Pin
N a v a n e e t h16-Dec-08 0:53
N a v a n e e t h16-Dec-08 0:53 
QuestionProblem with iCallback event Pin
pinna_hari15-Dec-08 22:13
pinna_hari15-Dec-08 22:13 

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.