Click here to Skip to main content
15,923,168 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Exporting Image to PowerPoint, MS Word and PDF Pin
Ravi Sant3-May-11 0:37
Ravi Sant3-May-11 0:37 
Questionsuperscript register mark sign Pin
grewin17-Sep-08 21:02
grewin17-Sep-08 21:02 
QuestionDate format Porblem Pin
Member 343561417-Sep-08 20:54
Member 343561417-Sep-08 20:54 
AnswerRe: Date format Porblem Pin
N a v a n e e t h17-Sep-08 21:05
N a v a n e e t h17-Sep-08 21:05 
QuestionTwo pop up window not open at the same time . Help Me Pin
Sneha Bisht17-Sep-08 20:53
Sneha Bisht17-Sep-08 20:53 
AnswerRe: Two pop up window not open at the same time . Help Me Pin
Sandeep Akhare17-Sep-08 22:33
Sandeep Akhare17-Sep-08 22:33 
AnswerRe: Two pop up window not open at the same time . Help Me Pin
Sandeep Akhare17-Sep-08 22:40
Sandeep Akhare17-Sep-08 22:40 
AnswerRe: Two pop up window not open at the same time . Help Me Pin
Sneha Bisht17-Sep-08 23:11
Sneha Bisht17-Sep-08 23:11 
Hi this code works fine , but can open two pop up window at the same time . I want to open many pop up window at the same time when i click on menus .
function NewWindow(mypage,myname,w,h,scroll,pos)
{
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):50;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-50)):50;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:50;TopPosition=(screen.height)?(screen.height-h)/2:50;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='-w-',height='-h-',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
win=window.open(mypage,myname,settings);
}
Questionregister trade mark sign Pin
grewin17-Sep-08 20:46
grewin17-Sep-08 20:46 
AnswerRe: register trade mark sign Pin
grewin17-Sep-08 20:50
grewin17-Sep-08 20:50 
GeneralRe: register trade mark sign Pin
grewin17-Sep-08 20:50
grewin17-Sep-08 20:50 
AnswerRe: register trade mark sign Pin
Steve Echols17-Sep-08 21:27
Steve Echols17-Sep-08 21:27 
GeneralRe: register trade mark sign Pin
grewin17-Sep-08 21:31
grewin17-Sep-08 21:31 
QuestionRead excel file in asp.net page Pin
Member 410217117-Sep-08 20:22
Member 410217117-Sep-08 20:22 
AnswerRe: Read excel file in asp.net page Pin
Ravi Sant3-May-11 0:40
Ravi Sant3-May-11 0:40 
Questionhow to get previous page url Pin
ashok@techxygen17-Sep-08 19:30
ashok@techxygen17-Sep-08 19:30 
AnswerRe: how to get previous page url Pin
K V Sekhar17-Sep-08 21:36
K V Sekhar17-Sep-08 21:36 
AnswerRe: how to get previous page url Pin
Sandeep Akhare17-Sep-08 22:23
Sandeep Akhare17-Sep-08 22:23 
QuestionProblem to run the page in Mozilla browser (FireFox) Pin
Elena200617-Sep-08 19:05
Elena200617-Sep-08 19:05 
AnswerRe: Problem to run the page in Mozilla browser (FireFox) Pin
Sandeep Akhare17-Sep-08 22:24
Sandeep Akhare17-Sep-08 22:24 
GeneralRe: Problem to run the page in Mozilla browser (FireFox) Pin
Krazy Programmer17-Sep-08 23:16
Krazy Programmer17-Sep-08 23:16 
Questionobject passing from one page to othert Pin
sowmya k17-Sep-08 19:02
sowmya k17-Sep-08 19:02 
AnswerRe: instance of object passing from one page to other Pin
ashok@techxygen17-Sep-08 19:37
ashok@techxygen17-Sep-08 19:37 
GeneralRe: instance of object passing from one page to other Pin
sowmya k17-Sep-08 19:55
sowmya k17-Sep-08 19:55 
AnswerRe: object passing from one page to othert Pin
balaji.t17-Sep-08 22:42
balaji.t17-Sep-08 22:42 

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.