Hi.......
I want to print mywebpage in buttonclick control without showing printdialogbox. .(i.e withuot user intraction)...t he page is submitted directely to the printer .....any way to do this one.....plz help me.....
User Profile
Collapse
-
Printing the webpage without showing print dialogbox in asp.net
-
I want change the color of the panel if i click checkbox using javascript
This is my userControl(asc x) file if run this one i got object required error........
What is wrong in that one plz help me....it is very urgent.....
...Code:<%@ Control Language="vb" AutoEventWireup="false" Codebehind="Usea.ascx.vb" Inherits="HIS.Usea" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %> <script type="text/javascript"
Last edited by RedSon; May 8 '07, 08:56 PM. Reason: Please use [CODE] tags [/CODE] around your code. -
-
I want change the color of the panel if i click checkbox using javascript
This is my UserControl(asc x) coding, it is not working plz help me to rectify the error.....what is wrong in that one.....
<%@ Control Language="vb" AutoEventWireup ="false" Codebehind="Use a.ascx.vb" Inherits="HIS.U sea" TargetSchema="h ttp://schemas.microso ft.com/intellisense/ie5" %>
<script language="javas cript" type="text/javascript">
... -
How to change color of the panel if i click checkbox using javascript
Hi...
I want change the color panel if i click checkbox i.e placed inside the panel (User Control) -
I want change color of the panel if i click checkbox
This is my Usercontrolcodi ng.
what is wrong in this coding plz help me
<script type="text/javascript" language="javas cript">
function output()
{
var cb =document.getEl ementById("cbte st");
if(cb.checked == true)
{
document.getEle mentById("Panel 1").style.backg roundColor="#55 55ee";...
No activity results to display
Show More
Leave a comment: