Click here to Skip to main content
16,012,223 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: paging Pin
Guffa24-Nov-06 2:19
Guffa24-Nov-06 2:19 
AnswerRe: paging Pin
sam L25-Nov-06 21:02
sam L25-Nov-06 21:02 
QuestionDropdown list problem Pin
Imran Khan Pathan24-Nov-06 1:01
Imran Khan Pathan24-Nov-06 1:01 
AnswerRe: Dropdown list problem Pin
RaviJJain24-Nov-06 1:43
RaviJJain24-Nov-06 1:43 
GeneralRe: Dropdown list problem Pin
Imran Khan Pathan24-Nov-06 2:15
Imran Khan Pathan24-Nov-06 2:15 
AnswerRe: Dropdown list problem Pin
iamrashida8324-Nov-06 10:08
iamrashida8324-Nov-06 10:08 
GeneralRe: Dropdown list problem Pin
Imran Khan Pathan24-Nov-06 19:56
Imran Khan Pathan24-Nov-06 19:56 
QuestionJavascript for checkbox Pin
Imran Khan Pathan24-Nov-06 0:25
Imran Khan Pathan24-Nov-06 0:25 
Hi friends
I want to get value from one textbox to other textbox on oncheckchange event of check box.

i write this script

function getval()
{
if(document.getElementById('CHCK').checked==true)
document.getElementById('TB_2').value=document.getElementById('TB_1').value;
else
document.getElementById('TB_2').value="";
}




CHCK.Attributes.Add("OnCheckedChanged", "return getval();")

But I got no result.



PaTHaN
AnswerRe: Javascript for checkbox Pin
Shajeel24-Nov-06 0:52
Shajeel24-Nov-06 0:52 
QuestionHow to Create a Property Which will contain a Dropdown? Pin
fasih198123-Nov-06 23:51
fasih198123-Nov-06 23:51 
AnswerRe: How to Create a Property Which will contain a Dropdown? Pin
sam L26-Nov-06 10:10
sam L26-Nov-06 10:10 
QuestionImage Pin
AnhTin23-Nov-06 22:22
AnhTin23-Nov-06 22:22 
QuestionRe: Image Pin
Guffa23-Nov-06 23:13
Guffa23-Nov-06 23:13 
AnswerRe: Image Pin
Britney S. Morales24-Nov-06 11:20
Britney S. Morales24-Nov-06 11:20 
GeneralRe: Image Pin
AnhTin27-Nov-06 17:34
AnhTin27-Nov-06 17:34 
Questioninsert trigger Pin
playout23-Nov-06 22:04
playout23-Nov-06 22:04 
AnswerRe: insert trigger Pin
DineshSharma23-Nov-06 22:43
DineshSharma23-Nov-06 22:43 
GeneralRe: insert trigger Pin
playout23-Nov-06 22:50
playout23-Nov-06 22:50 
GeneralRe: insert trigger Pin
Paddy Boyd24-Nov-06 0:41
Paddy Boyd24-Nov-06 0:41 
QuestionCalendar Control Pin
VaibhavTiparadi23-Nov-06 21:51
VaibhavTiparadi23-Nov-06 21:51 
AnswerRe: Calendar Control Pin
DineshSharma23-Nov-06 22:38
DineshSharma23-Nov-06 22:38 
GeneralRe: Calendar Control Pin
VaibhavTiparadi23-Nov-06 23:18
VaibhavTiparadi23-Nov-06 23:18 
GeneralRe: Calendar Control Pin
Shajeel24-Nov-06 1:10
Shajeel24-Nov-06 1:10 
QuestionHow to use RSS in asp.net Pin
swguy2323-Nov-06 21:25
swguy2323-Nov-06 21:25 
AnswerRe: How to use RSS in asp.net Pin
Dominic Pettifer24-Nov-06 13:56
Dominic Pettifer24-Nov-06 13:56 

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.