User Profile
Collapse
-
Tnx a lot, it was really helpful -
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>
-
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); -
Tnx a lot kunal , its work. i tried the similer approach, but with a join as they have given in CTE in msdn.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...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... -
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)... -
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,
VineetLeave a comment:
-
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.
... -
Hi vineetbindal,
I haven't programmed silverlight yet. So I don't have any experience with it. Thanks. -
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 appearsLeave a comment:
-
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, -
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"
Last edited by Frinavale; Mar 27 '09, 03:22 PM. Reason: Added [code] tags. Please post code in [code] [/code] tags.Leave a comment:
-
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 linesLeave a comment:
-
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? -
Hey Sangam,
Do you have any experiance ith silverlight? -
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?Leave a comment:
-
Windows Workflow Foundation
How can i make a project in visual studio for workflows.
Do i have to download sharepoint or something else?
No activity results to display
Show More
Leave a comment: