- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
16 Posted Topics
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 …
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); …
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 ..
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 …
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.:)
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 …
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 …
string[] files = System.IO.Directory.GetFiles(settings, "*.txt"); I was try for this one
Hello, is there any method by which i will get server.mappath in a class file ??
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 …
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
hello friends if anyone know that is it possible to more than one crystalreports call on same form in asp.net?then how?
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 …
in sql bit should not give a checkbox...how can do it?
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?
The End.
devloper