hi, I have a excel '97 chart . The chart is not printing while I am trying to print it on Excel 2007.Can anyone can help? Regards Bill
billcodes
Posts
-
excel 97 chart is not printing in excel 2007 -
show the number and name of file being copiedhi, I have to show the number and name of file being copied.I have assigned the file name and number to a label.But, Gui is being so responsive that it can be displayed visually correct.It looks like the process has hung and only display the last filename and number after task completion.I have to show the filename and number just while it is being copied. regards Bill
-
pdf to tiff conversionhi, how to convert pdf file format to tiff file format? I need source code. regards, Bill
-
convert pdf to tif file in Cyou can provide me code in c# also
-
convert pdf to tif file in Chi, I have to convert pdf file to tif file using C .would anyone help me providing source code .regards Bill
-
update panel problem in layout when using with girdviewhi, I am using a griview inside an update panel.When the gridview renders it occupies the space of another division below it.It is making my layout slightly different from what i want.But when I don't use the update panel,my layout is ok. regards Bill
-
client side leave event of textbox in asp.nethi, How to use client side leave event of asp.net textbox?When a user leave the textbox,an event have to be triggered in client side. regards Bill
-
inh I can't get the value of property of base class in c#(inheritance)class AA { public AA{} private decimal _a; public decimal A{ get { return _a; } set { _deno = a; } } } classs BB:AA { public BB{} private decimal _b; public decimal B{ get { return _b; } set { _deno = b; } } public B Getval() { BB b=new BB(); b.A=5; b.B=1; } } class CC { public CC{} public void Test() { BB b=new BB(); b=b.Getval(); decimal aa=b.A; decimal bb=b.B; } } The problem is that aa is not being initialize.
-
inh I can't get the value of property of base class in c#(inheritance)hi, Actually,I have a base class say A and its derived class B.I have created an object of B and assigned the properties of both A and B classes.But When I use the properties of base class ,i couldn't get it? regards, Bill
-
print continuously in javascriptHi, I have to print only the cheque numbers on the cheque pad which is a continuous roll of paper.I am printing it using javascript.Only first four cheques includes in the first page. when second page comes,certain height gap comes.After every page,there is some gap in the page break.How can i overcome this problem? regards Bill
-
back up sql data programmeticallyhi, I am using sql database with asp.net in c#.I have a database application.HOw can i back up the data programmetically? regards Bill
-
pass the value from javascript to c# in asp.nethi, I have a dynamically created control by javascript.I have to use the value of the control.so I have to pass the value from javascript to c#.How can I do this? reagards Bill
-
Add values in the textboxes in javascripthi, I have three textboxes and a button. When I click the button the numeric values in the textboxes should be added by javascript.If no value is entered in the textbox then it will not be added.I have using it in asp.net.The button should not be postback to the server. How can I do this ? Regards, Bill
-
web user control(dropdownlist)hi, I hvae created a web user control dropdownlist in a .ascx file.Then I dragged it into a .aspx file.It is showing the items of dropdownlist.But I can't get the selected item value in .aspx page.How can I get it? regards, Bill
-
ajax tab panel validationhi, I am trying to use ajax tab panels to gather information from a user. I have controls in the first tab which I would like to vaildate before moving to the second tab. Is there a way I can force the user to stay in the 1st tab if they havent satisied the validation? how to stop the user from moving to the next tab? regards, Bill
-
to display the data from a database tablehi, I have a database table as: particulars dr amount cr amount deposit 0 200 Fine 0 100 Expenditure 10000 0 I have to show this in profit and loss account as particulars dr amount particulars cr amount Expenditure 1000 deposit 200 fine 100 regards, Bill
-
Income/expenditure reportI have to prepare income-expenditure report.Both income and expenditure from logically different tables.I have to show like this: income expenditure ------ ------------ --------- ------- Can it be shown in gridview?OR do i have to use other control please explain in detail
-
trigger event for nonalphanumeric keyshi, I have a textbox.I have to trigger an event whenever any key is prressed except the alphabets and numbers like event trigger on when tabg button is pressed.I have used textchanged event but it only worked for enter key. regards, Bill
-
add Hierarchically items to dropdownlisthi, How can I add items Hierarchically to dropdownlist like below? a --b --n --n b --y --t ----o
-
fck editorhi how to use fck editor in asp.net? please explain in detail with code regards, bill