Click here to Skip to main content
15,914,066 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Regarding dataset Pin
Jay_se21-Sep-06 20:11
Jay_se21-Sep-06 20:11 
Questionhow to maintain scroll position for my page in ASP.NET 2 Pin
Mohan G21-Sep-06 19:04
Mohan G21-Sep-06 19:04 
AnswerRe: how to maintain scroll position for my page in ASP.NET 2 Pin
minhpc_bk21-Sep-06 19:48
minhpc_bk21-Sep-06 19:48 
QuestionHow to uncheck all the checkbox at one click? Pin
cheeken2u21-Sep-06 17:11
cheeken2u21-Sep-06 17:11 
AnswerRe: How to uncheck all the checkbox at one click? Pin
Christian Graus21-Sep-06 17:45
protectorChristian Graus21-Sep-06 17:45 
GeneralRe: How to uncheck all the checkbox at one click? Pin
cheeken2u21-Sep-06 18:11
cheeken2u21-Sep-06 18:11 
GeneralRe: How to uncheck all the checkbox at one click? Pin
_AK_21-Sep-06 18:16
_AK_21-Sep-06 18:16 
GeneralRe: How to uncheck all the checkbox at one click? Pin
Christian Graus21-Sep-06 18:19
protectorChristian Graus21-Sep-06 18:19 
The page has a Controls collection. You can use for each to iterate over each control, then you need to recurse through all the controls in the controls collection of those controls. Check if it's a checkbox using the 'is' keyword, then if it is, uncheck it.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: How to uncheck all the checkbox at one click? Pin
cheeken2u21-Sep-06 18:57
cheeken2u21-Sep-06 18:57 
QuestionHow to reload the same page? Pin
cheeken2u21-Sep-06 16:38
cheeken2u21-Sep-06 16:38 
AnswerRe: How to reload the same page? Pin
_AK_21-Sep-06 18:09
_AK_21-Sep-06 18:09 
GeneralRe: How to reload the same page? Pin
cheeken2u21-Sep-06 19:01
cheeken2u21-Sep-06 19:01 
GeneralRe: How to reload the same page? Pin
_AK_21-Sep-06 19:02
_AK_21-Sep-06 19:02 
QuestionSiteMap datasource Pin
shapper21-Sep-06 15:23
shapper21-Sep-06 15:23 
AnswerRe: SiteMap datasource Pin
minhpc_bk21-Sep-06 20:42
minhpc_bk21-Sep-06 20:42 
QuestionCreate CSS style at Runtime Pin
shapper21-Sep-06 15:22
shapper21-Sep-06 15:22 
AnswerRe: Create CSS style at Runtime Pin
minhpc_bk21-Sep-06 20:46
minhpc_bk21-Sep-06 20:46 
QuestionHow can I kill the session in server side ? Pin
Glen Liu21-Sep-06 12:23
Glen Liu21-Sep-06 12:23 
AnswerRe: How can I kill the session in server side ? Pin
Jon Sagara21-Sep-06 12:30
Jon Sagara21-Sep-06 12:30 
GeneralRe: How can I kill the session in server side ? Pin
Glen Liu21-Sep-06 12:39
Glen Liu21-Sep-06 12:39 
GeneralRe: How can I kill the session in server side ? Pin
Jon Sagara21-Sep-06 13:04
Jon Sagara21-Sep-06 13:04 
GeneralRe: How can I kill the session in server side ? Pin
Faisal Khatri22-Sep-06 3:43
Faisal Khatri22-Sep-06 3:43 
GeneralRe: How can I kill the session in server side ? Pin
Jon Sagara22-Sep-06 4:40
Jon Sagara22-Sep-06 4:40 
GeneralRe: How can I kill the session in server side ? Pin
Glen Liu22-Sep-06 9:56
Glen Liu22-Sep-06 9:56 
QuestionRespone.FileWrite doesn't display dialog box Pin
garymcintyre21-Sep-06 11:31
garymcintyre21-Sep-06 11:31 

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.