Click here to Skip to main content
15,899,937 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: deleteing rows in a datagrid Pin
Grapes-R-Fun15-Nov-06 5:52
Grapes-R-Fun15-Nov-06 5:52 
QuestionHow to change encoding style in webservice Pin
Tiger45615-Nov-06 1:31
Tiger45615-Nov-06 1:31 
QuestionPanel probelm [modified] Pin
Kissy1615-Nov-06 1:23
Kissy1615-Nov-06 1:23 
Questionhelp for enabled property Pin
vamsimohan2115-Nov-06 1:12
vamsimohan2115-Nov-06 1:12 
AnswerRe: help for enabled property Pin
ennaj15-Nov-06 10:28
ennaj15-Nov-06 10:28 
QuestionOutputCache dynamically loaded UserControl. Pin
theJazzyBrain15-Nov-06 1:11
theJazzyBrain15-Nov-06 1:11 
AnswerRe: OutputCache dynamically loaded UserControl. Pin
l0kke15-Nov-06 4:09
l0kke15-Nov-06 4:09 
Questionneed help in JS the application is using Atlas Pin
varuni6515-Nov-06 1:11
varuni6515-Nov-06 1:11 
i hv created an application in which there are two panels(here throughout the msg panel stands for atlas:UpdatePanel) firsth panel contains some text boxes and the second one contains a datagrid ;second panel displays below the first panel and on the top of the oage i m hving one img of "-" sign .now when you click on that"-" sign it gets coverted into "+" sign and the panel 1 ; which is hving text boxes ; gets disappear for this i m using this javascript----

function toggleBlock(elementId,id) {

var element = document.getElementById(elementId);
var img = document.getElementById(id);

if(element.style.display == 'block'){
img.src="Images/plus.gif"
img.alt="Show Container"
element.style.display = 'none';

}else{
img.alt="Hide Container"
img.src="Images/minus.gif"
element.style.display = 'block';

}
}

but now if i create a multi tab page then i click on "-" img it will work fine for first tab but for 2nd 3rd and so on tabs it shows the contents of 1 st tab below that contents of the currentlly active tab and below that datagrid. so plz help me as soon as possible.
thanx in advance.
QuestionOnly refreshing the part of a page Pin
Imtiaz Murtaza15-Nov-06 1:10
Imtiaz Murtaza15-Nov-06 1:10 
AnswerRe: Only refreshing the part of a page Pin
l0kke15-Nov-06 4:19
l0kke15-Nov-06 4:19 
AnswerRe: Only refreshing the part of a page Pin
ednrgc15-Nov-06 4:53
ednrgc15-Nov-06 4:53 
QuestionFill form fields in microsoft word doc using asp.net Pin
vijeta_r15-Nov-06 1:07
vijeta_r15-Nov-06 1:07 
Questiondropdownlist overlaps the jscript menu Pin
Amit Kushwaha15-Nov-06 1:00
Amit Kushwaha15-Nov-06 1:00 
AnswerRe: dropdownlist overlaps the jscript menu Pin
RichardGrimmer15-Nov-06 1:12
RichardGrimmer15-Nov-06 1:12 
AnswerRe: dropdownlist overlaps the jscript menu Pin
Paddy Boyd15-Nov-06 1:17
Paddy Boyd15-Nov-06 1:17 
QuestionSending email with ASP.NET 2.0 Pin
shapper15-Nov-06 0:29
shapper15-Nov-06 0:29 
QuestionGenerate GUID using 2 digit State Code Pin
AmitChampaneri15-Nov-06 0:16
AmitChampaneri15-Nov-06 0:16 
AnswerRe: Generate GUID using 2 digit State Code Pin
l0kke15-Nov-06 4:38
l0kke15-Nov-06 4:38 
GeneralRe: Generate GUID using 2 digit State Code Pin
Colin Angus Mackay15-Nov-06 5:41
Colin Angus Mackay15-Nov-06 5:41 
AnswerRe: Generate GUID using 2 digit State Code Pin
Colin Angus Mackay15-Nov-06 5:38
Colin Angus Mackay15-Nov-06 5:38 
Questionneed help Pin
Shriya Kapoor14-Nov-06 23:53
Shriya Kapoor14-Nov-06 23:53 
AnswerRe: need help Pin
Paddy Boyd15-Nov-06 0:23
Paddy Boyd15-Nov-06 0:23 
GeneralRe: need help Pin
Paddy Boyd15-Nov-06 0:38
Paddy Boyd15-Nov-06 0:38 
GeneralRe: need help Pin
Shriya Kapoor15-Nov-06 0:43
Shriya Kapoor15-Nov-06 0:43 
GeneralRe: need help Pin
Shriya Kapoor15-Nov-06 0:56
Shriya Kapoor15-Nov-06 0: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.