Click here to Skip to main content
15,891,431 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to Open new aspx page in same window Pin
Samarjeet Singh@india13-Sep-09 22:16
Samarjeet Singh@india13-Sep-09 22:16 
AnswerRe: How to Open new aspx page in same window Pin
Abhishek Sur13-Sep-09 21:35
professionalAbhishek Sur13-Sep-09 21:35 
Questionhow to access user name from url Pin
dipak.dipak13-Sep-09 20:09
dipak.dipak13-Sep-09 20:09 
AnswerRe: how to access user name from url Pin
Christian Graus13-Sep-09 20:44
protectorChristian Graus13-Sep-09 20:44 
QuestionRe: how to access user name from url Pin
dipak.dipak13-Sep-09 22:56
dipak.dipak13-Sep-09 22:56 
QuestionJava Script proble Pin
Amit Patel198513-Sep-09 19:55
Amit Patel198513-Sep-09 19:55 
AnswerRe: Java Script proble Pin
Christian Graus13-Sep-09 20:44
protectorChristian Graus13-Sep-09 20:44 
GeneralRe: Java Script proble Pin
Amit Patel198513-Sep-09 20:50
Amit Patel198513-Sep-09 20:50 
var oItem = spanChk.children;
var theBox= (spanChk.type=="checkbox") ?
spanChk : spanChk.children.item[0];
xState=theBox.checked;
elm=theBox.form.elements;

for(i=0;i<elm.length;i++)
if(elm[i].type=="checkbox" &&
elm[i].id!=theBox.id)
{
//elm[i].click();

if(elm[i].checked!=xState)
elm[i].click();
//elm[i].checked=xState;

}

I am using above code for checking and unchecking all check box of grid if i checked all check box and then uncheck child check box then parent also should get unchecked
GeneralFind out solution Pin
Amit Patel198513-Sep-09 21:21
Amit Patel198513-Sep-09 21:21 
QuestionScroll bar in a checkList box Pin
Swetha Srinivasan13-Sep-09 19:53
Swetha Srinivasan13-Sep-09 19:53 
AnswerRe: Scroll bar in a checkList box Pin
Samarjeet Singh@india13-Sep-09 20:17
Samarjeet Singh@india13-Sep-09 20:17 
AnswerRe: Scroll bar in a checkList box Pin
r a m e s h13-Sep-09 20:30
r a m e s h13-Sep-09 20:30 
AnswerRe: Scroll bar in a checkList box Pin
nimeshmca16-Mar-10 20:48
nimeshmca16-Mar-10 20:48 
Question'top.screenLeft' is null or not an object [modified] Pin
Vijayitsb13-Sep-09 19:49
Vijayitsb13-Sep-09 19:49 
Questionerror after uploading on server Pin
Harry@NewDelhi13-Sep-09 19:47
Harry@NewDelhi13-Sep-09 19:47 
AnswerRe: error after uploading on server Pin
Christian Graus13-Sep-09 20:45
protectorChristian Graus13-Sep-09 20:45 
GeneralRe: error after uploading on server Pin
Harry@NewDelhi13-Sep-09 20:55
Harry@NewDelhi13-Sep-09 20:55 
QuestionAbout HtmlArea.. Pin
lsh486love13-Sep-09 19:13
lsh486love13-Sep-09 19:13 
AnswerRe: About HtmlArea.. Pin
Christian Graus13-Sep-09 19:24
protectorChristian Graus13-Sep-09 19:24 
QuestionPage Pre_Init and Dynamic link buttons Pin
Ersan Ercek13-Sep-09 10:10
Ersan Ercek13-Sep-09 10:10 
AnswerRe: Page Pre_Init and Dynamic link buttons Pin
Christian Graus13-Sep-09 12:04
protectorChristian Graus13-Sep-09 12:04 
AnswerRe: Page Pre_Init and Dynamic link buttons Pin
Abhishek Sur13-Sep-09 12:39
professionalAbhishek Sur13-Sep-09 12:39 
GeneralRe: Page Pre_Init and Dynamic link buttons Pin
Ersan Ercek13-Sep-09 20:33
Ersan Ercek13-Sep-09 20:33 
GeneralRe: Page Pre_Init and Dynamic link buttons Pin
Abhishek Sur13-Sep-09 21:24
professionalAbhishek Sur13-Sep-09 21:24 
QuestionSmtp mail in ASP.NET Pin
hit&run13-Sep-09 8:01
hit&run13-Sep-09 8:01 

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.