Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

16 Posted Topics

Member Avatar for devloper

there are 4-tier in my project (1)WPF-UI(Presentation) (refrence of Service client) (2) Service Client Class Library (Service Refrence of WCF Service) (3) WCF Service (Refrence of Data Access) (4) Class Library (Data Access) All Details Are Inserted,Updated and deleted through Class Library in XML File query in Linq But Problem …

Member Avatar for remyavinod
0
987
Member Avatar for MinecraftMob

int Xaxis = 5; int Yaxis = 5; if (e.KeyCode == Keys.W) { LabelName.Location = new Point(Xaxis,-5); } else if (e.KeyCode == Keys.D) { LabelName.Location = new Point(5,Yaxis); } else if (e.KeyCode == Keys.S) { LabelName.Location = new Point(Xaxis,5); } else if (e.KeyCode == Keys.A) { LabelName.Location = new Point(-5,Yaxis); …

Member Avatar for devloper
0
114
Member Avatar for srieja

ya..with the help of WCF..it is possible... [url]http://www.switchonthecode.com/tutorials/csharp-tutorial-simple-threaded-tcp-server[/url] refer above link ..

Member Avatar for devloper
0
378
Member Avatar for devloper

in visual studio 2010 i make a set up project..if i give administrator rights it run successfully in windows 7 but without administrator rights UAC display and ask adminstrator password..so i add manifest file in my WPF project and write <requestedExecutionLevel level="highestAvailable" uiAccess="true" /> and build my project then after …

0
70
Member Avatar for johmolan

i m not understand u r question properly but may be this one is help u ..Call your Subreport @ Report Header Section..bcoz in my project i call the every report's information so 1st call that information & then report.:)

Member Avatar for devloper
0
87
Member Avatar for devloper

Hello everyone, I have XML files in my one of the project and I have another project in which I have to add the path of that XML Files in web.config file. When we use the path of our local machine its working fine. But for the deployment of the …

0
81
Member Avatar for devloper

in my project - there are 3 architecture (1) Presentation(WPF) (2) WCF (3) DataAccess(ClassLibrary) but problrem is that in DataAccess (Class Library) through i can insert,update and delete data..when i put static path(of xml file) every thing will ok but when i add key and value in web.config and write …

0
68
Member Avatar for carey_amanda

string[] files = System.IO.Directory.GetFiles(settings, "*.txt"); I was try for this one

Member Avatar for devloper
0
206
Member Avatar for devloper
Member Avatar for devloper
0
171
Member Avatar for devloper

in vb.net to store this query in dataset ..In Sql query I have a Employee Id M 1 M 31 M 41 M 58 M 6 M 60 M 67 S 10 S 118 S 133 S 143 S 151 S 155 S 157 S 158 S 25 S 28 …

Member Avatar for jlego
0
128
Member Avatar for devloper
Member Avatar for devloper

i m new in asp.net.. asp.net CheckBoxList control does not have the CheckBoxList.CheckedItems.Count like the one in the windows Application. i am manually converting a windows app to asp.net , i need to use the functionally of that Method .. any help please

Member Avatar for crishjeny
0
1K
Member Avatar for devloper

hello friends if anyone know that is it possible to more than one crystalreports call on same form in asp.net?then how?

Member Avatar for kvprajapati
0
62
Member Avatar for devloper

hello friends any one help 4 this... m new in asp.net and in asp.net, when i add New item (report file .rpt) i am not getting its .cs file and i am not able to create instance of it and i get an error on the first time button(report show)'s …

0
60
Member Avatar for Lee21
Member Avatar for devloper

hello actually i am new in vb.net so if anyone know how can i add checkbox in datagridview with bit value in vb.net?

0
72

The End.