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

Search:

Type: Posts; User: shivkumar

Page 1 of 8 1 2 3 4

Search: Search took 0.06 seconds.

  1. Re: Nagivating from a aspx page to a silverlight page

    you can call the xaml page inside an aspx page only. xaml page cannot be called as mentioned by you. if you want to call an xaml page, call an aspx page, and host your xaml page inside that aspx page.
  2. Replies
    2
    Views
    4,002

    Re: how to get grid row and column index ?

    hope ur issue is resolved.
  3. Re: Err. There is not enough free space to perform the operation

    pl check the size of your isolated storage
  4. Replies
    1
    Views
    1,563

    Re: rolling data in datagrid in silverlight

    if you have a list or collection assigned to datagird, it can be done.
    assign the data in temporary list, change the record on each index and bind it again.
  5. Re: Getting data from stored procedure to SilverLight

    in silverlight, data can be accessed by using services only.you can follow below mentioned steps:

    1- get data from database in datatable.
    2- create properties corresponding to datatable fields....
  6. System.Reflection.ReflectionTypeLoadException:

    Hi Experts,

    I am very new to silverlight and prism.
    I just made one small test type application in silverlight in prism pattern. When I build the application it shows succeded but when I run the...
  7. Re: TreeView- MVVM:fire command on selectedItemChanged

    hello experts,

    I resolved this issue.
    I made a small change in XAML and it works. Hope it may help others.

    <sdk:TreeView Height="230" HorizontalAlignment="Left" Name="trvWOList"...
  8. TreeView- MVVM:fire command on selectedItemChanged

    Hi experts,

    I am new to silverlight.
    I have a small project based on MVVM. I am using tree view. I want to know how can I fire a command, which is defined in command.cs file, on...
  9. Replies
    0
    Views
    1,862

    Issue in 3 level Tree View

    Dear experts.

    I m using a tree view control in my silverlight project. The nodes of the tree view control are updated dynamically. I am able to display two nods(parent & child nodes) successfully....
  10. Replies
    10
    Views
    3,839

    Re: Unablo to execute WCF sample

    Arjay,


    I dont have words to thank u...
    The solution you have given has worked excellently.

    I felt tht when I executed below command, the issue got sorted out

    C:\Windows\system32>netsh...
  11. Replies
    10
    Views
    3,839

    Re: Unablo to execute WCF sample

    Please find the attached file here.
  12. Replies
    10
    Views
    3,839

    Re: Unablo to execute WCF sample

    Arjay, first of all thanks a lot for your guidance.

    your guess is right..
    there is no app.config file.
    I followed the steps as mentioned in web site. but app.config file has not been...
  13. Replies
    10
    Views
    3,839

    Re: Unablo to execute WCF sample

    I took this page from "http://msdn.microsoft.com/en-us/library/ms733133(VS.85).aspx"
    I tried in both ways. By running also and without running also.
    OS is windows 7.

    today once again I tried and...
  14. Replies
    10
    Views
    3,839

    Unablo to execute WCF sample

    Hello exports.
    I am new to C#. while trying to learn WCF, I took the sample from microsoft's web (http://msdn.microsoft.com/en-us/library/ms733133(VS.85).aspx). when I used following command...
  15. Replies
    2
    Views
    1,713

    Re: Database Comparision

    hspc,

    thanks a lot for your kind help.
    I have used a manual method for this purpose.
  16. Replies
    2
    Views
    1,713

    Database Comparision

    I have SQL server 2008 express installed in my PC. I want to compare tables of two databases. I searched for tablediff.exe utility but it is not available in my PC. from net I found another utility...
  17. Re: How to access submenuitems at various levels in a master page from its content pa

    can u plz explain lil bit more.
  18. Replies
    3
    Views
    1,996

    Re: How to Create PDF document in ASP.NET

    I got it done my self.
    I just added : Server.MapPath("Temp\") + : in below line and it started working fine

    Dim Writer As PdfWriter = PdfWriter.GetInstance(Document, New...
  19. Replies
    3
    Views
    1,996

    Re: How to Create PDF document in ASP.NET

    Shuja ji,

    thanks a lot for your guidance.
    some how I m now able to generate pdf files. but I have a new issue.
    when I m running the web pages, generated pdf files are stored automatically in the...
  20. Re: creating an pdf file when a button is clicked.

    did u get the solution. if u get please let me know also.
  21. Replies
    3
    Views
    1,755

    Re: dynamic treeview problem

    Dear Jagmit,

    I dont have idea about c#, but I tell u what I have done in vb.net.
    I have created a table where I have kept all the menus (parent nodes and child nodes).
    table structure is like...
  22. Replies
    3
    Views
    1,302

    Re: Error in Convert() function

    Kevin,Alsvha..

    thanks a lot for your valuable suggestions.
    I tried it in a different way.. and it worked.
    I made a table, in which I specified these fields data type. wherever data type is...
  23. Replies
    3
    Views
    1,302

    Error in Convert() function

    Hi experts,

    I have a table and in that table as below. HeaderCode nchar(15),HeaderValue nchar(50).

    HeaderCode --------- HeaderValue
    BASIC-------------------------1050.330 ...
  24. Replies
    3
    Views
    1,996

    How to Create PDF document in ASP.NET

    Hi experts,
    I m new to ASP.NET. and using vb.net as a source code. I m working on a very small project. I need to fetch the data from database and based on the data in reader, I need to generate...
  25. Any one plz help me

    any oen plz help me in this regard.
Results 1 to 25 of 183
Page 1 of 8 1 2 3 4





Click Here to Expand Forum to Full Width

Featured