Click here to Skip to main content
15,893,668 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionreturn value from stored procedure problem Pin
boyindie10-Jul-07 9:22
boyindie10-Jul-07 9:22 
AnswerRe: return value from stored procedure problem Pin
Guffa10-Jul-07 9:54
Guffa10-Jul-07 9:54 
QuestionDatalist control Pin
DonVBguy10-Jul-07 9:08
DonVBguy10-Jul-07 9:08 
QuestionCheckAll/Uncheck all Pin
kibromg10-Jul-07 7:59
kibromg10-Jul-07 7:59 
AnswerRe: CheckAll/Uncheck all Pin
sam#10-Jul-07 8:36
sam#10-Jul-07 8:36 
AnswerRe: CheckAll/Uncheck all Pin
sidbaruah10-Jul-07 19:30
sidbaruah10-Jul-07 19:30 
GeneralRe: CheckAll/Uncheck all Pin
kibromg10-Jul-07 23:36
kibromg10-Jul-07 23:36 
GeneralRe: CheckAll/Uncheck all Pin
sidbaruah10-Jul-07 23:43
sidbaruah10-Jul-07 23:43 
FUNCTION FUNC_NAME()
{
VAR CHK=DOCUMENT.GETELEMENTBYID("CHECK BOX NAME");
VAR COUNT="COUNT_OF_CHECKBOXES";
WHILE(COUNT>0)
{
IF(CHK.CHECKED==TRUE)

{
CHK1.CHECKED=TRUE;
}
ELSE
{
CHK1.CHECKED=FALSE;
}



}


IN THE CODE
CHECK_ALL_CHECK_BOX.ATTRIBUTES.ADD("ONCLICK","RETURN FUNC_NAME();");


HOPE IT HELPS!!!!

I was born dumb!!
Laugh | :laugh: Programming made me laughLaugh | :laugh: !!!
--sid--

GeneralRe: CheckAll/Uncheck all Pin
kibromg11-Jul-07 0:09
kibromg11-Jul-07 0:09 
QuestionEnable and Disable ActiveX Objects using Javascript Pin
Blue_Boy10-Jul-07 6:11
Blue_Boy10-Jul-07 6:11 
AnswerRe: Enable and Disable ActiveX Objects using Javascript Pin
Christian Graus10-Jul-07 7:18
protectorChristian Graus10-Jul-07 7:18 
Questionusing QueryString with dataList problem Pin
Amr M. K.10-Jul-07 5:56
Amr M. K.10-Jul-07 5:56 
AnswerRe: using QueryString with dataList problem Pin
Christian Graus10-Jul-07 7:20
protectorChristian Graus10-Jul-07 7:20 
QuestionReading values from dynamically added controls. Pin
dekart_roo10-Jul-07 5:43
dekart_roo10-Jul-07 5:43 
AnswerI fixed it? Pin
dekart_roo10-Jul-07 6:09
dekart_roo10-Jul-07 6:09 
QuestionIncludes in ASP.net (C#) Pin
totocaster10-Jul-07 5:42
totocaster10-Jul-07 5:42 
AnswerRe: Includes in ASP.net (C#) Pin
jcdevnet10-Jul-07 5:52
jcdevnet10-Jul-07 5:52 
GeneralRe: Includes in ASP.net (C#) Pin
totocaster10-Jul-07 6:09
totocaster10-Jul-07 6:09 
GeneralRe: Includes in ASP.net (C#) Pin
jcdevnet10-Jul-07 6:13
jcdevnet10-Jul-07 6:13 
QuestionCustom MembershipProvider Pin
Brendan Vogt10-Jul-07 5:30
Brendan Vogt10-Jul-07 5:30 
QuestionHow to disable the status bar Pin
www.Developerof.NET10-Jul-07 5:13
www.Developerof.NET10-Jul-07 5:13 
AnswerRe: How to disable the status bar Pin
jcdevnet10-Jul-07 5:17
jcdevnet10-Jul-07 5:17 
GeneralRe: How to disable the status bar Pin
www.Developerof.NET10-Jul-07 8:28
www.Developerof.NET10-Jul-07 8:28 
AnswerRe: How to disable the status bar Pin
eggsovereasy10-Jul-07 11:10
eggsovereasy10-Jul-07 11:10 
QuestionBasic Visual Studio Error Pin
kinsella_john10-Jul-07 5:02
kinsella_john10-Jul-07 5:02 

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.