CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rahulsri19

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    788

    how to convert unicode to HTML

    Hi all,
    I need to convert unicode to HTML using C# but I am not able to do so. Exactly what I have to do is to take the symbol from charmap which is a unicode charactor and convert to HTML.
    ...
  2. Replies
    4
    Views
    750

    Re: RTF data error

    Thank you andreasblixt. Its working....Thanks a lot.
  3. Replies
    4
    Views
    750

    Re: RTF data error

    I am using this format only as "\" is considered as special character but it gives the error as I mentioned above.
  4. Replies
    4
    Views
    750

    RTF data error

    Hi all,
    I am using .NET framework 1.1 using C# to develop my application. At a position I have to use RTF field to take the data and to save it to DB. The problem which is coming is like this.
    If I...
  5. Re: Error: File or assembly name Interop.Word, or one of its dependencies, was not fo

    No...They are also using office 2003 which we are using. Then also they are getting this issue.
  6. Re: Error: File or assembly name Interop.Word, or one of its dependencies, was not fo

    Ya...Setup is created and after installation its working fine in systems at my place. I tested in 4 systems having different versions of Windows OS. But when it goes to client they send this kind of...
  7. Re: Error: File or assembly name Interop.Word, or one of its dependencies, was not fo

    There environment is same on client machine what I am using. We are using Office 2003 for this and .NET framework 1.1 then also in my system its working fine but in client's system its giving the...
  8. Error: File or assembly name Interop.Word, or one of its dependencies, was not found.

    Hi all,
    I am facing a problem in my application. When I am running my application, it throws an error msg:

    Error: File or assembly name Interop.Word, or one of its dependencies, was not found.
    ...
  9. How to display a text like "" in xml

    Hello all,
    I have to display a text like "<abc>". Since <> symbol is used as tag, its not displaying. Please tell me the way.
  10. Re: How to load xml file in C# using visual studio 2003

    But this is not intelligent programming. We are developing a windows application. So when we install this on client's machine then the path should be set properly.
  11. Re: How to load xml file in C# using visual studio 2003

    I did this thing. but this is not a perfect solution for this problem because user can put it on any location. we cannot force to put the appplication at a particular path.
  12. Re: How to load xml file in C# using visual studio 2003

    I set the directory as application folder, then also it is searching at the same location.
  13. How to load xml file in C# using visual studio 2003

    Hi all,
    I am new to windows application development in C# using visual studio 2003. To load Xml file in asp.net application i used the following code to run it-

    XmlDocument xDoc = new...
  14. Re: How to change the location of a panel during runtime

    Thanks to you all... With your help my problem is sloved...I am very much thankful to you...
  15. [RESOLVED] How to change the location of a panel during runtime

    Hi all,
    I am developing an application in which there are 2 pannels lying up and down. under certain condition panel1 will be hidden and pannel2 has to expand till pannel1. while doing so it gives...
  16. How to open a txt file when we click on DataGridView in Visual Studio 2005

    Hello all,
    I am developing an application using C# in visual studio 2005 in which the problem is like this....

    I have a DataGridView having 2 fields
    1) File Name
    2) Date

    File Name should...
  17. How to make GridView editable during runtime

    Hi all,
    I am developing a website in which I have to use GridView and during runtime it should be editable.....

    Please help me out from this problem...
  18. How to insert image and text in a dropdown box

    Hello all,
    I have a problem which i am mentioning below---

    ---------------------------------------------------------------------------------
    Create Windows Form

    Add Drop down list

    Fill...
  19. How to disable back button of internet explorer using asp.net

    Hello all,
    I want to know how to disable back button of internet explorer. I am working on C# asp.net in visual studio 2005.
    Plz help...
  20. How to read data from a particular node of XML using C#

    Hi all,
    I got struct at a portion where i have to display error msg in my web page from XML
    code of xml is as follows...

    <?xml version="1.0"?>
    <errorMessages>
    <message key="100"...
  21. Replies
    1
    Views
    1,135

    How to sort data in grid view

    Hello all,
    I want to know how to sort data according to a particular field in GridView using C# in visual studio 2005.

    Plz help me out...
  22. How to extract data from listbox using C# in visual studio 2005

    hi all,
    I want to extract all the selected data from a ListBox. which method will be used to do so...I tried but I am not successful.
  23. Re: Problem in passing parameters

    Got the solution...

    for this we have to declare as

    string[] abc={"ram","tam","bam"};

    and then call the function by passing abc;

    Thats solve...
  24. [RESOLVED] Problem in passing parameters

    Hello all,

    I am facing a problem in passing a parameter in a function which i got.
    Here is sample code.

    public ArrayList GetBatchNumberDetails(string[] batchNumbers)
    {


    ...
  25. Re: How to fetch data from GridView using java script in visual studio 2005

    Thanks yaar...I got the solution...
Results 1 to 25 of 47
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured