Print Button Not Working well
-
Hi Every1, I have webpage which displays an article and at the end of the same i have a print buttn (Asp:ImageButton).When i click on it ,i want to open a new window with article on it and a print dialogue box for printing..How can i acheive this... Thanks in Advance,
-
Hi Every1, I have webpage which displays an article and at the end of the same i have a print buttn (Asp:ImageButton).When i click on it ,i want to open a new window with article on it and a print dialogue box for printing..How can i acheive this... Thanks in Advance,
I don't understand your question but, if you want to open a new window on image click then Use ImageButton 'onClientClick' Event. like
onClientClick="window.open(your page url);"
Viral My Site
Save Our Tigers -
Hi Every1, I have webpage which displays an article and at the end of the same i have a print buttn (Asp:ImageButton).When i click on it ,i want to open a new window with article on it and a print dialogue box for printing..How can i acheive this... Thanks in Advance,
-
Hi Every1, I have webpage which displays an article and at the end of the same i have a print buttn (Asp:ImageButton).When i click on it ,i want to open a new window with article on it and a print dialogue box for printing..How can i acheive this... Thanks in Advance,