User Profile

Collapse

Profile Sidebar

Collapse
vineetbindal
vineetbindal
Last Activity: Aug 10 '09, 09:01 PM
Joined: Jan 22 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Tnx a lot, it was really helpful
    See more | Go to post

    Leave a comment:


  • vineetbindal
    started a topic one to many implementation in java
    in Java

    one to many implementation in java

    Hi all,

    I have a question it may sound pretty naive to all of you guys but i am trying it from last 2 days.

    I am trying to implement one-to many relationship using hibernate below is my mapping file
    Code:
    <class name="ManagerDTO" table="Manager">
    <id name="managerId" type="int" column="manager_id"> <generator class="native"/></id>
    ...
    See more | Go to post

  • vineetbindal
    started a topic calling a methos through webservice

    calling a methos through webservice

    Hi,

    I have a webservice which i am calling on button click event.

    this webservice is serving twi methods, my problem is that allthough this service will call both the methods but one of them sometimes does not run i cant understant why?
    Code:
            void Page_Loaded(object sender, RoutedEventArgs e)
            {
                Search.Click += new RoutedEventHandler(Search_Click);
    ...
    See more | Go to post

  • Tnx a lot kunal , its work. i tried the similer approach, but with a join as they have given in CTE in msdn.
    See more | Go to post

    Leave a comment:


  • yeah i did that. tnx a lot, that was very useful
    See more | Go to post

    Leave a comment:


  • no that wont help me.

    Actually we have a number of starting point followed by a chain in those columns for ex/;
    2100 2200 V
    2105 2200 V
    2106 2200 V
    2100 2205 M
    2200 2307 V
    2200 2308 M
    2106 2800 M
    2307 2400 V
    2200 2100 M
    2200 2106 M

    the union will give me 2100,2105,2106, 2307,2200,2400

    but i wanna get 2100,2200,2307, 2400...
    See more | Go to post

    Leave a comment:


  • can you give me a little example or something please ?
    See more | Go to post

    Leave a comment:


  • Help with Query To combine results from two Columns

    Hi All.

    I have two Columns column1 and column2. i have to run a query with some value from colum1 depending on it will select result from coloumn2 and if that result is present in coloumn 1 it will again select something from coloum2 again if that new result is present in coloum 1 it will select something from colum2 . i have to combine all this in one column without repeating values.

    something like.

    Column1...
    See more | Go to post

  • vineetbindal
    started a topic Creating Rectangle Dynamically?

    Creating Rectangle Dynamically?

    Hi all.


    I am building a silverlight application in which i have to create a number of rectangles using c#(which is fine)

    i have two major problems.

    1. i need to join several rectangles together using paths,lines based on different selection(say user clicks 1 then join some rectangles, user clicks two joins some different rectangles)(the problem is how to decide those joining points dynamically)...
    See more | Go to post

  • vineetbindal
    replied to problem with image slide show
    problem with image slide show

    Hi all,

    I have a slideshow which runs a bit slow initially, when the page is loading. can someone tell me how can i replace it with a image while it is loading and after the slide show has loaded it will replace that static image and start running.




    Regards,

    Vineet
    See more | Go to post

    Leave a comment:


  • vineetbindal
    started a topic problem with image slide show

    problem with image slide show

    Hi all,

    We have a slide show in a page which shows slids rotating after every 8-10 seconds with some descriptions about them.

    The problem is if the connection speed is slow then the page loads fine but that slide show takes a lot of time to load and (the place we are running the slide show is white blank page till than)

    I dont understand why. can someone tell me what can we do for this.

    ...
    See more | Go to post

  • sangam56
    sangam56 posted a Visitor Message for vineetbindal
    Hi vineetbindal,
    I haven't programmed silverlight yet. So I don't have any experience with it. Thanks.
    See more | Go to post

  • vineetbindal
    replied to path in silverlight
    i am not doing this in gridview.

    Silver light has another control which is just grid(it has three basic controls canvas, grid, panel) you use these three controls to draw or make things.

    my problem: if i just try to draw a single line using above code , it appears.

    but if i draw a no of grids ros columns and rectangles then nothing appears
    See more | Go to post

    Leave a comment:


  • vineetbindal
    started a topic path in silverlight

    path in silverlight

    Hi all ,

    I have two rectanngles and i need to connect them with a path n c#.

    Can some one tell me how can i do that..

    i tried something like this


    Code:
                PathFigure dsPathFigure = new PathFigure();
                dsPathFigure.StartPoint = new Point(10, 50);
                LineSegment dsLineSegment = new LineSegment();
                dsLineSegment.Point = new Point(200,
    ...
    See more | Go to post

  • vineetbindal
    replied to row select in datagrid ,silverlight
    Hi Tnx for the reply. its done now. i did it using MouseLeftButton Up and public ObservableColle ction<UserLogin >

    below is the code :- just posting it in case, it ay be usefull for someone

    datagrid:--
    Code:
    <my:DataGrid x:Name="theDataGrid" AlternatingRowBackground="Beige" AutoGenerateColumns="True" Width="700" Height="500" Grid.Row="2" Grid.Column="1"
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 27 '09, 03:22 PM. Reason: Added [code] tags. Please post code in [code] [/code] tags.

    Leave a comment:


  • vineetbindal
    replied to Windows Workflow Foundation
    in .NET
    the only thing is i dont know what should i use in silverlight for example for charts we user <chart:charti ng element is there something which can be similer to text blocks in workflows and lines
    See more | Go to post

    Leave a comment:


  • vineetbindal
    started a topic row select in datagrid ,silverlight

    row select in datagrid ,silverlight

    Hi,

    I want to select a complete row in a datagrid in silverlight and display the contents of that row on next page or same page in textblock can someone please tell me how to do that?
    See more | Go to post

  • vineetbindal
    vineetbindal posted a Visitor Message for sangam56
    Hey Sangam,

    Do you have any experiance ith silverlight?
    See more | Go to post

  • vineetbindal
    replied to Windows Workflow Foundation
    in .NET
    so does that mean we can not have anything similer to workflows in powerpoint in silverlight without sharepoint and workflow foundation. i was thnking to have textblocks with different colors and coonect them together to form a workflow is it possible?
    See more | Go to post

    Leave a comment:


  • vineetbindal
    started a topic Windows Workflow Foundation
    in .NET

    Windows Workflow Foundation

    How can i make a project in visual studio for workflows.

    Do i have to download sharepoint or something else?
    See more | Go to post
    Last edited by Frinavale; Mar 25 '09, 07:34 PM. Reason: Moved from ASP.NET to .NET
No activity results to display
Show More
Working...