Software Development Network Logo
  • Visual C++
  • Windows Live
  • Visual FoxPro
  • .NET Development
  • Visual Studio
  • VS Team System
  • Visual Basic
  • Smart Device
  • Architecture
  • Visual C#
  • Game Technologies
  • Visual J#
  • Windows Forms
  • SQL Server
  • Windows Vista

Software Development Network >> .NET Development

.NET Development

New Question

How to import public and prive key in RSA parameters
Is there a way to add a blank Item on data binded Combox?
System.Transactions.Transaction promoting to DTC (illogically)? Why?
drill-down reports
Very Strange problem in Socket Connection.....
Nd open source program to detect signal stg of an access point link with wireless client
Logon failu unknown user name or bad password
[C#] having a long menu not taking all the screen height
How to pass objects across applications
XmlSerializer or custom serialization?

Top Answerers

Mary Lingel MSFT
Ali Gullen
Charles B
Sathiyarajan
mak101
dirose
franzu
dont20319
Coeamyd
Nasser Yacout
Zveno Pty Ltd
Only Title

Answer Questions

  • rotr Web development support not present on new project window

    Hello, I install VS.NET 2005 Pro and I checked the option to install web development support but I'm not getting anything about web development on new projects form. And when I do add/repair I see the web dev support checked! I tried to uninstall the thing and reinstall it but I came to the same result :( What's wrong Please help. ...Show All

  • DaveRogers Help with a Xbox Lan please

        I have a Xbox Lan connected to a switch, when they are on (playing or not playing), the switch turn on a light, some one know how can I detect the slot number used in the switch or in a router , i am using C Sharp, thanks Can you please provide more details regarding what you are trying to do   Assuming you are trying to determine the port # on the switch that the xbox is ...Show All

  • ChandraT C# ADO.Net Not consistent in reading text files/ records

    hi, i have a small program that reads a text file. but it seems that it's not reading correct records. because i have 220 records but it can read only 219. but when i create a link in ms access it can read those records w/ no problems. kindly take a look on my code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Pervasive.D ...Show All

  • N8NT Exception Handling DO NOT WORK!! Help Please!@!

    Hi. I want that you think with me... When i put a try-catch exception handler block in an application what i expect from it i expect that it will handle the error and begin the normal flow of the application. Now, you aswer me, why it doesn’t work in this scenary : I have one Form1 (Project > Add New > Form, nothing different), and another Form2 and one Form3. i’m proud of my creativity for names. Form1 : private void Form1 ...Show All

  • Kutlu Araslı problem in signing an executable

    Hi All       How can I sign an executable with a strong name                      I tried by creating a key with help of    >sn -k mykey.snk                        and created a . ...Show All

  • RGrizzzz Using HttpWebRequest to HTTP POST using Credentials - Underlying connection closed

    I am hoping someone out there knows why this is happening: I am writing an application that is going to be making many requests to authenticated web pages - by authenticated, I mean using HTTP Auth (you know, that grey box that pops up asking you for a username and password). I have been using WebClient for this because I don't need much more functionality than simply reading particular pages or posting to a few of them.  However, I a ...Show All

  • JustinSmith Asyncronous Receive

    Hello, I started to develop a proxy server. So by preface I'm trying to get this code working: (from http://msdn2.microsoft.com/en-us/library/bbx2eya8(VS.80).aspx ) Private Shared Sub Receive(client As Socket) Try ' Create the state object. Dim state As New StateObject() state.workSocket = client ' Begin receiving the data from the remote device. client.BeginReceive(state.buffer, 0, state.BufferSize, 0, _ AddressOf ...Show All

  • bilful How to read a column's value

    Using VB 2005 Express I have a form that is populated from a Tableadapter. One of the columns is a value that represents a height in cm. I want to use that value to display the corresponding inch value in a textbox on the form. So I want to read that column's value and then convert it to inches and write that into the text box - but I don't know how to identify which is the current row I'm in (when I navigate through the table with the BindingNa ...Show All

  • mark healy shall i apply CSS(cascade style sheet)on windows application

    hi all is it possible to apply CSS to windows application ......... if so pls let me at  vinod.narayankar@ecanarys.com thanks -vinod The CSS specification is specifically for HTML elements and you cannot apply it to a Windows Forms based application. Regards, Vikram ...Show All

  • Lars-Inge Tonnessen Javascript Validation in ASP.Net

    I am writing an ASP.Net application that needs validation for certain fields.  I found a Javascript routine that will examine a text box for uppercase, lowercase, and numerics.  I can split up the validation to return a value based on what is found. The problem is that I cannot figure out how to incorporate this Javascript with my custom error handler.  The custom error handler for ASP.Net cannot be used to weed numbers and/or sp ...Show All

  • szubara AzMan: Has anyone created an HTML/Web management console as an alternative to the AzMan MMC?

    We have client who loves MS AzMan (MS Authorization Manager) but has requested an HTML/Web-based management console (as an alternative to the AzMan Microsoft Management Console (MMC) Does anyone know of anyone who has created an HTML/Web management console for MS AxMan Cheers, Michael. -- Michael Herman Parallelspace / OpenCanal OpenCanal Community for WinFS: http://www.opencanal.com/community/winfs Nice to see MS has an integrated co ...Show All

  • Chris_Wilson Error while sending email using ASP.NET 2.0 Beta 2 (Visual Studio 2005 Beta 2)

    While trying to send email using <code> SmtpClient obj_SmtpClient = new SmtpClient (); obj_SmtpClient.Host = "" t; obj_SmtpClient.Send(s_from, s_recipients, s_subject, s_body); </code> I get the error message: Failure sending mail. Unable to connect to the remote server An established connection was aborted by the software in your host machine at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, So ...Show All

  • efarook Handle is not initialized error

    Hi,  Iam using UIP session management techniques.We are storing an entire dataset into session to be used in other pages.At Random times this type of error is encountered. System.Exception: Original Exception Type: System.InvalidOperationException Message: Handle is not initialized. StackTrace:    at System.WeakReference.get_Target()    at System.Data.Index.get_RowFilter()    at System.Data.Index.Equal(Int ...Show All

  • ding ding Remoting (PerformanceCounterCategory class)

    hello: i want to get the Performace counter categories of the remote PC. i am using the PerformaceCounterCategory.GetCategories(string machineName) method for retrieving the desired info. But every time i get an error of "Access Denied". I don;t know why it is so I have tried remoting for this problem but this time i got an error that "PerformanceCounterCategory is not marked as serializeable". Is there any solution for the problem (either by u ...Show All

  • MaurizioBu Receiving Email?

    Question: Is there a way to receive email through visual basic using a SMTP server Please see this post for the answer to your question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=127631&SiteID=1   ...Show All

575859606162636465666768697071727374

©2008 Software Development Network

powered by phorum