Search

You searched for the word(s): userid:668626

Matching Posts

  • Re: Rounding the values

    if i use Math.Round(value) suppose if the value is 4.50 it will show as 4 which i required but if its a odd number like 5.50 then its showing as 6. as per my req i need to show it as 5 only. what should i do??? Please help me.
    Posted to Web Forms (Forum) by arunpulikkan on 11/10/2008
  • Infragistic Grid View

    Hi, I have Infragistc Grid View ver 7.1 Using in my Application. The page size is 50. In VS2005 its working fine. When i merged the application to VS2008 and if the No of pages in the Grid is >1 then the rows inside the grid view are comming out from the grid view, its not fitting inside the gridview. its overlaping on bottom and top of the grid view. Im Using the Infragistic ver 7.1. Can any one pls tell me y its cmng in VS2008? Thank You Pulikkan
    Posted to Data Presentation Controls (Forum) by arunpulikkan on 11/10/2008
  • How to get the properties of a object using reflection?

    Hi, i have a class like public class cars {private string _color=""; private int _rate=0; public Int Rate{ get { return _rate; } set { _rate= value; } public String Color{ get { return _color; } set { _color= value; } } //Another class called Vechilces public class Vehicles{ private cars_type=""; private int _code=0; public Int Code{ get { return _code; } set { _code= value; } public cars Type{ get { return _color; } set { _color= value; } } when we ceate object of vechicles we
    Posted to Web Forms (Forum) by arunpulikkan on 10/31/2008
  • compare 2 objects

    Hi, I need to compare 2 objects and store the properties which is different, in a array and send tat array as out parameter.how can i compare. i tried to use icompare but if i use tat interface i can use the method with(obj,obj1) i can use the out param. pls help me... Thanks
    Posted to Web Forms (Forum) by arunpulikkan on 10/30/2008
  • Perfomance profiling

    Hi, Im using VS2008,in my sln i have one web project and a class library prj. i need to do the perfomance profiling on a webpage and a class in the class library prj. what should i do to know the perfomance on those files???Pls help me Thank You,
    Posted to Web Forms (Forum) by arunpulikkan on 10/25/2008
  • Rounding the values

    Hi, I need to round my textbox values like following manner if value is 20.55 the it should round to 21(if the decimal value is > 50 then the integer part should round to next higher level) if value is 20.45 the it should round to 20(if the decimal value is <= 50 then the integer part should round to next lower level) now im doing some string operation and rounding it. is there any functions to do this in simple way? Thank You,
    Posted to Web Forms (Forum) by arunpulikkan on 10/23/2008
  • How can i render a page using javascript and xml

    Hi, i have xml data i need to render my page with xml data using javascript.How can i do this? Thanks Pulikkan
  • Re: how t convert xml into pdf file for printing

    Hi,Mike thnx for ur reply. can u suggest me any idea for printing the data from my asp.net table control?, i think its better to convert the values into xml using object and transform tat xml . can u pls put some light on it? Thanks Pulikkan
    Posted to Web Forms (Forum) by arunpulikkan on 9/25/2008
  • how t convert xml into pdf file for printing

    Hi, i have serilize a object into xml and i transform it using xslt. i need to convert tat xml file into PDF form where i can take print. how can i do this? Thanks Pulikkan
    Posted to Web Forms (Forum) by arunpulikkan on 9/25/2008
  • Automated Unit tesing with VS2008

    Hi, anyone pls provide links , where i can find samples , tutorials,webcasts of Automated Unit Testing in VS2008. Thanks Pulikkan
    Posted to Visual Studio 2008 (Forum) by arunpulikkan on 9/23/2008
Page 1 of 16 (151 items) 1 2 3 4 5 Next > ... Last »