473,544 Members | 2,074 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
1
1,229
thread by: bhagat2013 | last post Jul 17 '13 by: Rabbit
i want to know what the difference is between .net and asp.net
0
1,117
thread by: Parvati | last post Jul 3 '13 by: Parvati
Hi All, In .Net console application , i have Xml file and .xsd file ,from .xsd file i got classes ,now i need to take data from xml to classes object and from that objects i need to display in console application, Please let me know How can i do this Thanks & Regards
0
1,116
thread by: nkandoliya | last post Jul 3 '13 by: nkandoliya
Hello, I want to Increase my website performance , so i want to combine some images using combiner not using sprite with asp.net, is it possible? thanks...
0
1,557
thread by: imagineerBurky | last post Jul 2 '13 by: imagineerBurky
I am attempting to programmatically determine in VB .Net 4.5 if a specific device is attached to my LAN so I can take actions depending on whether it is On or Off. Since the LAN uses DHCP for address assignment, there is no guarantee what the IP address will be, thus (using a reverse lookup routine I created) I check the arp cache to see if the...
0
1,222
thread by: MehrnooshD | last post Jun 25 '13 by: MehrnooshD
Hello, I try to do an application in C# to read data from serial port. Based on CTS pin state, meaning of every received byte is different (data or command) . I use dataReceived event to read bytes and I get the state of CTS line for every byte. There is a problem that sometimes receiving data with getting the related state of CTS line is not...
0
1,245
thread by: murbarron | last post Jun 24 '13 by: murbarron
Hello, I have a PHP webpage and I want to pass my session to my XBAP app. I created a cookie. $opts = array('http' => array('header'=> 'Cookie: ' . $_SESSION."\r\n")); $context = stream_context_create($opts); $contents = file_get_contents("http://localhost/WpfBrowserApplicationUltimate.xbap", false, $context);
0
1,166
thread by: zacksoniar | last post Jun 17 '13 by: zacksoniar
Hello Everybody, I have this following code with me: public class Program { static int numThreads = 10; static ManualResetEvent resetEvent = new ManualResetEvent(false); static int toProcess = numThreads;
2
1,460
thread by: doggylvr | last post Jun 14 '13 by: doggylvr
I am an old VB6 programmer who is just getting into VB.NET. I bought an old version of VB.NET (2003) just to make sure I would feel comfortable to make the transfer. I am working on Windows 8. My problem concerns when I try to create an ASP Web Application. When I try, I get a message that says, that it sees I am using ASP.NET Version 1.0. Then it...
1
1,289
thread by: Appan | last post Jun 14 '13 by: Frinavale
I want to have a behavior in panel such that controls displaying first 100 width of panel should not scroll. It should be frozen. Always, first 100 width should be visible. Scrolling of controls should happen after controls location is greater than 100. is there any way i can achieve in winform panel.
3
1,465
thread by: ArvindDharwal | last post Jun 14 '13 by: Frinavale
What is the Microsoft tool or any other tool to convert the JavaScript file to .dll?
0
1,096
thread by: Benniit | last post Jun 11 '13 by: Benniit
Please, I'm using Vb.net 2008 and sql 2008 and I have a crystal report to print, but the connection to the sql 2008 programmatically becomes a problem. Can some show me the connection code through the crystal report to the sql database. Thanks. Ben
3
3,793
fridrai
thread by: fridrai | last post Oct 22 '14 by: KDMN
Hi all I am trying to develop a tracking application by the use of python to write the script for the gm862-gps module, and .net for the desktop window application, which code is: Imports System.Text Imports Microsoft.VisualBasic Imports System.Timers
7
2,733
thread by: mohammed saleh | last post Jun 16 '13 by: mohammed saleh
What is the code for DOM OR XPATH to connect xml file connection in my code(project) How can I do this ,please help me ?
0
1,519
thread by: sergio090588 | last post Jun 3 '13 by: sergio090588
Hi I want to upload image to fastpic.ru this is my code: public string UploadImageToFastPic(string uploadfile, string url,string fileFormName, string contenttype) { if ((fileFormName == null) || (fileFormName.Length == 0)) { fileFormName = "file"; }
0
2,739
thread by: Vinay JN | last post May 31 '13 by: Vinay JN
Hi everyone! I have a requirement, where I need to verify the Revocation Status of a Certificate against a CRL issued from the Certificate Authority. This can be done at real time using OCSP by utilizing the command "Certuitil.exe -verify -urlfetch Certificatepath". This works well on Window 7 and Windows Server 2008 R2. But when we...
7
2,383
thread by: thomaaxha | last post May 28 '13 by: vijay6
Hello , i want to compare a value of a variable with all the values in a table column c# and sql server08. if this value is in column do nothing , if it is in the column do sth .. please help me for my project!! what to use :/
1
1,285
thread by: thomaaxha | last post May 25 '13 by: Rabbit
hello all , i want to modify(update)a cell table. i have a website like a poll , and i want to modify dhe numbers of vote every time someone vote that item .. pls give me an idea or some code !! SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings.ConnectionString); con.Open(); string Vote = "SELECT...
10
2,543
thread by: thomaaxha | last post May 28 '13 by: vijay6
Hello i am creating a poll website to vote for some projects but i want to prevent voting more than only one time and i want to control it by client IP .. do you have any idea?? thnks , regards !!
1
1,198
thread by: khan123 | last post May 23 '13 by: Oralloy
Nothing to do with Manipulation.. I need just to display thats it... Like: e^2,e square, e cube,
3
1,747
maylortaylor
thread by: maylortaylor | last post May 20 '13 by: maylortaylor
So, i get the OleDBException "unspecified error" whenever the function below hits the dataAdapter.Fill(dataset) line. I have tried adding dbcommand.connection.close() and dbcommand.connection.dispose() but neither fixed the problem. I assume that this error would happen every time i try to connect with the DB but this is just the first...
0
1,200
thread by: sreeramrengaraj | last post May 16 '13 by: sreeramrengaraj
Hi We have been using ChilkatDotNet.dll Version 8.2.0 with .Net Framework. We use Chilkat.MIME and Chilkat.Crypt2 classes. The Framework version of ChilKatDotNet.dll is working But the ChilkatDotNet4.DLL is not working with Similar functional. The Old Working Code: Dim _tempMime As String = Incoming Data _Body = New Chilkat.Mime Dim...
1
1,656
thread by: XiaochuanSun | last post May 14 '13 by: r035198x
Hi, I am new to C#. I am working on a test program in C# to invoke web service for my test case. Is there any C# equivalent construct for Java's instanceof keyword?
1
1,160
thread by: rajeshkumarkool | last post May 13 '13 by: Rabbit
I am passing a return value from stored procedure to list of type long and then i am trying to bind the list it with the combo box programmatic. By doing this i should get first item of comb box should be null or empty. Need help in this
1
1,391
maylortaylor
thread by: maylortaylor | last post May 9 '13 by: vijay6
Function FindUserByCriteria(ByVal _state As String, ByVal _county As String, ByVal _status As String, ByVal _client As String, ByVal _department As String, ByVal _ordernumber As String) As DataTable 'Code to load user criteria from database Dim ordertype As String If _status = "Online" Then ordertype =...
0
1,193
thread by: thedash | last post May 8 '13 by: thedash
You guys probably get this question a lot, but here we go: I have an engineering background and recently made some hardware that I want to control with my laptop via USB. I want to make some software to control the hardware with a GUI interface. The GUI will not be particularly complex, and I'm looking for a language that's: (1)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.