Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

billcodes

@billcodes
About
Posts
37
Topics
33
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • excel 97 chart is not printing in excel 2007
    B billcodes

    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

    IT & Infrastructure help question

  • show the number and name of file being copied
    B billcodes

    hi, 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

    C# mobile

  • pdf to tiff conversion
    B billcodes

    hi, how to convert pdf file format to tiff file format? I need source code. regards, Bill

    C# tutorial question

  • convert pdf to tif file in C
    B billcodes

    you can provide me code in c# also

    C / C++ / MFC help

  • convert pdf to tif file in C
    B billcodes

    hi, I have to convert pdf file to tif file using C .would anyone help me providing source code .regards Bill

    C / C++ / MFC help

  • update panel problem in layout when using with girdview
    B billcodes

    hi, 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

    ASP.NET help announcement

  • client side leave event of textbox in asp.net
    B billcodes

    hi, 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

    ASP.NET csharp asp-net tutorial question

  • inh I can't get the value of property of base class in c#(inheritance)
    B billcodes

    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.

    ASP.NET csharp oop question

  • inh I can't get the value of property of base class in c#(inheritance)
    B billcodes

    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

    ASP.NET csharp oop question

  • print continuously in javascript
    B billcodes

    Hi, 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

    ASP.NET question javascript help

  • back up sql data programmetically
    B billcodes

    hi, 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

    ASP.NET csharp database question asp-net

  • pass the value from javascript to c# in asp.net
    B billcodes

    hi, 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

    ASP.NET csharp question javascript asp-net

  • Add values in the textboxes in javascript
    B billcodes

    hi, 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

    ASP.NET question csharp javascript asp-net sysadmin

  • web user control(dropdownlist)
    B billcodes

    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

    ASP.NET question

  • ajax tab panel validation
    B billcodes

    hi, 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

    ASP.NET tutorial question

  • to display the data from a database table
    B billcodes

    hi, 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

    ASP.NET database

  • Income/expenditure report
    B billcodes

    I 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

    ASP.NET question

  • trigger event for nonalphanumeric keys
    B billcodes

    hi, 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

    ASP.NET

  • add Hierarchically items to dropdownlist
    B billcodes

    hi, How can I add items Hierarchically to dropdownlist like below? a --b --n --n b --y --t ----o

    ASP.NET question

  • fck editor
    B billcodes

    hi how to use fck editor in asp.net? please explain in detail with code regards, bill

    ASP.NET csharp asp-net tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups