Click here to Skip to main content
15,921,716 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to open one datgrid in another datagrid Pin
Christian Graus4-May-09 21:15
protectorChristian Graus4-May-09 21:15 
GeneralRe: how to open one datgrid in another datagrid Pin
govindi unal4-May-09 21:31
govindi unal4-May-09 21:31 
GeneralRe: how to open one datgrid in another datagrid Pin
Christian Graus4-May-09 21:55
protectorChristian Graus4-May-09 21:55 
AnswerRe: how to open one datgrid in another datagrid Pin
Nishant Singh4-May-09 23:39
Nishant Singh4-May-09 23:39 
AnswerRe: how to open one datgrid in another datagrid Pin
Uma J5-May-09 0:11
Uma J5-May-09 0:11 
AnswerRe: how to open one datgrid in another datagrid Pin
Anil Chauhan21-May-09 21:36
Anil Chauhan21-May-09 21:36 
QuestionHelp with Headers Please Header.Controls.RemoveAt() Header.Controls.Add Dont Work... Pin
ortaparmak4-May-09 19:45
ortaparmak4-May-09 19:45 
QuestionProblem With window.createpopup() in java script Pin
prabhakar dwivedi4-May-09 19:18
prabhakar dwivedi4-May-09 19:18 
Hi All
I am using Window.Create() method to show popup window,it' wrk fine, but the problem is some time it's lost it's innerHTLM(Message),Below are the code,we are calling this function as below

var waitID = window.setTimeout(doPopUp(msg,380,50,fontColor,backColor),3000);

function doPopUp()
{
var oPopup = window.createPopup();
var oPopBody = oPopup.document.body;
oPopup.document.oncontextmenu=returnFalse;
oPopBody.style.backgroundColor = backColor;
oPopBody.style.color = fontColor;
oPopBody.style.font="normal 12px Arial";
oPopBody.style.border = "1px solid #DAD682";
oPopup.show(screen.availHeight/2 - height/2, screen.availWidth/2 - width/2, width, height, document.body);
oPopBody.innerHTML = "<div width=100% height=6 style=background-color:#FFFFD9;display:block;>&nbsp;</div><div align=center valign=middle height="+height+" style= font-size:12px;COLOR:#333;border-bottom:1px solid #DAD682; border-right:1px solid #DAD682; border-left:1px solid #F5F091; border-top:1px solid #F5F091;background-color:#FFFFBE;padding-top:10>" +msg+"</div>";
return oPopup;
}

prabhakar dwivedi

QuestionHow to use the tab controls Pin
cspriya4-May-09 16:13
cspriya4-May-09 16:13 
AnswerRe: How to use the tab controls Pin
Christian Graus4-May-09 17:45
protectorChristian Graus4-May-09 17:45 
AnswerRe: How to use the tab controls Pin
saanj4-May-09 19:28
saanj4-May-09 19:28 
GeneralRe: How to use the tab controls Pin
Abhijit Jana4-May-09 20:27
professionalAbhijit Jana4-May-09 20:27 
AnswerRe: How to use the tab controls Pin
Uma J5-May-09 0:18
Uma J5-May-09 0:18 
Questiontreeview Pin
Malik11224-May-09 14:53
Malik11224-May-09 14:53 
AnswerRe: treeview Pin
Christian Graus4-May-09 15:47
protectorChristian Graus4-May-09 15:47 
AnswerRe: treeview Pin
saanj4-May-09 19:30
saanj4-May-09 19:30 
QuestionEnterprise Library is poo and I hate it. Pin
gantww4-May-09 12:32
gantww4-May-09 12:32 
AnswerRe: Enterprise Library is poo and I hate it - Update Pin
gantww4-May-09 13:16
gantww4-May-09 13:16 
Questionhow add dropdown in infragistic grid Pin
Suhail Ali4-May-09 10:32
Suhail Ali4-May-09 10:32 
AnswerRe: how add dropdown in infragistic grid Pin
Christian Graus4-May-09 17:46
protectorChristian Graus4-May-09 17:46 
QuestionDisplaying 10000 Images from sql srv on load Pin
j1stleger4-May-09 9:59
j1stleger4-May-09 9:59 
AnswerRe: Displaying 10000 Images from sql srv on load Pin
Christian Graus4-May-09 11:38
protectorChristian Graus4-May-09 11:38 
QuestionAudio and Video... Pin
Jamal Abdul Nasir4-May-09 9:05
Jamal Abdul Nasir4-May-09 9:05 
AnswerRe: Audio and Video... Pin
Yusuf4-May-09 9:31
Yusuf4-May-09 9:31 
GeneralRe: Audio and Video... Pin
Jamal Abdul Nasir4-May-09 11:06
Jamal Abdul Nasir4-May-09 11:06 

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.