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

Software Development Network >> .NET Development

.NET Development

New Question

How can I load a form by button?
TLS1.0 support
Security problem with Remoting
Retrieving mehod parameter values using Reflection
Persisting events in a SingleCall Remoting server
Block packet by packet payload
Updating several tables
Framework Uninstall help
Where do I get development tools for x64
Creating ASP.Net WebUserControl at RunTime and saving as a new .ascx file using CodeDom

Top Answerers

David Lowrie
Christian Norager
eaho
James Conard
Fredo
Marland
vibha504
Infosteo
BeckyE
bagira
G&G Technologies, Inc.
Only Title

Answer Questions

  • praveen jalasutram How to use System.Net.Mail.SmtpClient via SSL and Authentication?

      Below is my code, and is just blocked there. There is no any error message. '=============================================>         Dim msg As String = "---"         Try             Dim strAddress As String = " xxx@xxxx.com "             Dim s ...Show All

  • Paul Deen OCSP Client

    Hi everybody, i have to develop an OCSP Client y .net but i've couldn't find anything about it on internet. I've seen RFC and some component of ELDOS company but i'ts not enough. Anybody can help me. Some url, information, samples or whatever. Tx a lot, Sam. I also have to implement an OCSP certificate validity check. Is this possible in .net ...Show All

  • zot166249 Is it possible to use Serializer.Deserialize() within the class being created?

    I want to clean up the creation of a class using the Serializer.Deserialize() call.  Currently I have the lines that are provided on the MSDN site: XmlSerializer serializer = new XmlSerializer(typeof(OrderedItem), "http: //www.cpandl.com"); FileStream fs = new FileStream(filename, FileMode.Open); OrderedItem i; i = (OrderedItem) serializer.Deserialize(fs); Is there any way to place this code inside of the OrderedItem class, maybe in the c ...Show All

  • mike11d11 ConfigurationSettings

    I got a warning msg "System.Configuration.ConfigurationSettings.AppSettings is obsolete:'This medthod is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings" How can i to solve this warning Thx a lot You must use ConfiguretionManager.AppSettings["myKey"] now. The good old ConfigurationSettings.AppSettings is obsoleted. Don't forget to use the System.Con ...Show All

  • Quantum00 EndCurrentEdit gets called automatically, Data changes in more than one row

    The situation is - We have our own control called DbTextBox which has the ability to autobind to datasource and which stores it's unparsed value (ints, floats, ...) inside so we just don't have to setup the binding on every single form, .... When I leave the control so it's looses focus the validating event occurs and our internal validator parses and validates the input in .Text property and if OK it assignes the internall cached un ...Show All

  • Jeremy Morton VS 2005 trying to dial-up an internet connection.

    I have just installed Visual Studio 2005 Professional Edition on my machine. I have also created a simple web service, I have successfully built the web service, however when I go to start the web service, my machine keeps trying to dial-up an internet connection. How can I stop it trying to dial-up, I never experienced this problem with the previous version. Mike55. Hello Mike, Now that is a we ...Show All

  • Aquilegia FtpWebRequest question

    Can anybody please help me I am trying to write a code to uplode or delete file on ftp server. A problem is that I don't know how to set up Method property for ftpwebrequest class, so sample code like this would work. Dim serverUri As String = "ftp://ftp.contoso.com/file.txt" Dim request As FtpWebRequest = CType(WebRequest.Create(serverUri), FtpWebRequest) request.Method = WebRequestMethods.Ftp.DeleteFile request.EnableSsl = Tr ...Show All

  • army Book recommendations?

    I just bought "Network Programming in .NET with C# and Visual Basic .NET" because of a recommendation here, but I got the book and found out that it's apparently in the wrong version for what I'm using. I'm using Visual Studio 2005 Professional, and I got syntax errors when I tried using some of the code in the book. The book looks like it's exactly what I want except for the incompatibility. Does anyone have any recommendations for bo ...Show All

  • Yuriy Tarasov Serialization of array of objects, containing array of another objects....

    Hi all, This is my first post here , hope you know answer to this. I have a situation where webservice is returning array of object A which contains array of object B which internally contains array of object C. class A { [XmlElement] // this was added on later on and works fine B [ ] B_array } class B { //[XmlElement] // here does not work as in Class A above C[ ] C_array } class C { int i, string s } All classes and variables ...Show All

  • nabeel herzalla .Net 2.0, SQL Server 2005 and VS.Net 2005

    Where can I find more complete materials about .Net 2.0, SQL Server 2005 and VS.net 2005 I need to start studying for certification. Bookstores (Amazon, B&N, Borders, etc) are starting to stock many .NET 2.0 books.  If you try one the Visual Studio Express betas, you'll receive commercial e-Books for free within 10 days of registration (see http://lab.msdn.microsoft.com/express/register/ ) Microsoft E-Learning is offering ...Show All

  • Karol MSFT updating records

    I am trying to update a record using one of samples provided and I always have the following error: "Reference to a non-shared member requires an object reference" The code I use is as follows: Dim totalsRow As mdstats1DataSet.TotalsRow totalsRow = mdstats1DataSet.Totals.FindByRecordID(1) totalsRow.smtpin = smtpin totalsRow.smtpout = smtpout The error is on the "mdstats1DataSet.Totals" Can anyon ...Show All

  • Robin Alexander - MSFT Failure sending mail with ASP.NET 2.0

    Hi: I have been receiving a “Failure sending mail” when I try to send an email from a form using the ASP.NET 2.0 code below. It works fine on a test server on our network but the error occurs when I put it on our production server (both Windows 2003 and IIS 6). I also have an upload function on the form that works fine on both sites. The form is on a virtual site under a site using ASP.NET1 and the email works fine on that site. I ...Show All

  • xmlfan Question about End-End...etc

    frequently I heard and read about End-to-End solutions Front-End Back-End so i wondering what are they means and where can I find real examples about them. http://en.wikipedia.org/wiki/Back_end http://en.wikipedia.org/wiki/Three-tier_%28computing%29   A end-to-end solution means that you deal with all parts of the application, starting with the database, and ending with the user interface. ...Show All

  • Ujval vayuvegula [ANN] Karmencita (object query language) released for .NET 2.0

    I'm very happy to announce the first release of Karmencita, an minimalist object query language for .NET 2.0 . It's purpose is to allow a hassles free object querying from “in memory” data sources. It was developed as part of the DataBlock Object Relational Mapper ( www.voidsoft.ro/DataBlock/) and now released as a open source project (licensed under GPL) by me.      Here is a very simple query sample :      //get a ...Show All

  • Trane Co Engineer Don BC30451: Name 'dateTimeLabel' is not declared.

    I have installed Visual Web Developer 2005 Express Edition as well as SQL Server 2005 and am working on my first web page.  I'm a newb so please respond in an elementary dialect.  Below is the page event that I am trying to start debugging; Partial Class Authors Inherits System.Web.UI.Page Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load dateTimeLabel.Text = ...Show All

123456789101112131415161718

©2008 Software Development Network

powered by phorum