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

Software Development Network >> Amit Kumar INDIA's Q&A profile

Amit Kumar INDIA

Member List

Andy K Smith
Luigi_C
VisualDBA
Ben S
NiC_72
JohnAskew
prasanna.k
jkaater
GavinWu
hank voight
Felix A
Karthikeyan.B
Magnesium
Diegota
MTBG
karcheee
Geek cra451
kstrain
Robj
00bins
Only Title

Amit Kumar INDIA's Q&A profile

  • Windows Forms How to dock and set back to default place property window, source code editor & solution explorer

    Could someone advise me how to dock and set back to default place property window, source code editor & solution explorer  After moving around or closing the above windows, it's hard to find and return things to their original default places. Th ...Show All

  • .NET Development Text in XSLTransform

    I am transforming one xml file to another using XSLT file. I create XSLTranform and load the stylesheet before calling the transform function. It seems to work fine but there are a few problems with text. When the XML file that I am trying to transform includes special text such as "£" sign the transformation will fail. I assume that I need to set some parameter to support w_char or unicode somewa, but I can't seem to fine the information needed ...Show All

  • .NET Development System.Web.Mail Help Please...

    Hello, I've tried searching and searching, but I've had no real luck. I'm working on sending an email via an external SMTP server (I'm trying to use Gmail.com, could this be a problem ) and then send to another email, which also happens to be a Gmail.com address. Now, before posting my code, I'd like to say, what I'm developing this for is basically a plugin for a program based on .NET 1.1, so I don't believe that System.Net.SmtpClient ...Show All

  • SQL Server How can I use a Date Picker in a report

    I have a parametrized report which actually uses a combo with dates to render the report. And I want to change it for a Date picker. Can I do it Thanks in advance. That's right - the date picker was added after Beta 2 (from what I can recall, it first appeared in the June CTP). At this point, Beta 2 is way out of date, and you should be looking at the released version, if possible ... ...Show All

  • .NET Development 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

  • Visual Studio Team System Connection to TFS only on HTTP

    Hi All, I am trying to connect to the TFS server using only http. The machine running the server is on the internet with a public ip. When I try to connect from the client, both client and server belongs to the same domain, the client connect happilly but when I try to open a project I get this error: Could not connect to application tier.  Please contact the team system administrator(s) Any idea The above senario, typical for consult ...Show All

  • Visual C# Beginner

    hi all, I've just got myself into dot net (C#), do let me know the online resources available, for me to get acquainted with the technology.  Regards Arun Hi, The Visual C# Developer Center on MSDN is a great place to start exploring about C#. Take a look here: http://msdn.microsoft.com/vcsharp/programming/ Regards, Vikram ...Show All

  • Visual Studio Team System The ASP.NET 2.0 QFE is not installed on this computer

    Hi All, I have been trying to install VSTFS all week and have finally almost got to the point where it will actually install but I get the following: The System Health Check has detected a problem that will cause Setup to fail. Description The ASP.NET 2.0 QFE is not installed on this computer Workaround / Remedy ASP.NET 2.0 QFE 4014 is a prerequisite for this product. You must first install ASP.NET 2.0 QFE 4014, which i ...Show All

  • Software Development for Windows Vista play a stream

    Hi,i have the following problem: My computer(client)is connected to a server using a socket.The server sends an avi stream through the socket.How can the client play this avi stream....without saving it on the harddisk Any ideas....sample codes....anything.Thanks Hi Gheatza, Have you got success on your project I'm having a similar problem, but my project needs to play a audio that is in a server ...Show All

  • Visual Basic Innerhtml behavior

    I recently switched from vb6 to vb.net 2005. I imported the vb6-code into vb.net and noticed the innerhtml behavior changed. When using the webbrowser control to navigate to the following url: bb.Navigate " http://www.betfair.com/betting/LoadMarketDataAction.do mi =" & EventId, 0, "predictionManager" the returned vb6-innerhtml is different from the vb.net-innerhtml. vb6 -> text = bb.Document.documentElement.in ...Show All

  • SQL Server Cannot attached Personal.mdf

    SQL 2005 CTP does not like the personal.mdf from the Starter kit.  I cannot attach the file at all.  Can someone send me the scripts for database build   Thanks. sorry, I'm not familiar with personal.mdf.  Could you post the command you're executing as well as the error you're getting ...Show All

  • Visual Studio 2008 (Pre-release) How to design the Entities instead of DataSets for Enterprise applications and Handling Exception ,

    Hi, I have one problem , we design the custom entities instead of Datasets. Which is the best way for to upload the bulk data into the data base either by using the xml or single row of the enity every time. Give any suggestions. Thank you. The DLINQ solution would be to create entities and add them to the appropriate table. You can break this up into smaller batches by adding some entites, calling SubmitChanges() and the ...Show All

  • Software Development for Windows Vista Trying to write to Event Log fails

    I am using VS2003 on Vista 5308. My App is a C# program that uses the System.Diagnostics.EventLog Class. When I use on a clean machine and run the first time when I try to call EventLog.WriteEntry("Test App", "Error Missing data", EventLogEntryType.Error, 0); This fails because of Vista Security (see Stack trace below)! Requested registry access is not allowed. at Microsoft.Win32.RegistryKey.OpenSubKey(String nam ...Show All

  • Visual C# can't find imagelist toolstrip

    Why i can find imagelist in the toolstrip properties. I must assign an imagelist at toolstrip. I use visual c# express thanks for all. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2955&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=154533&SiteID=1 ...Show All

  • .NET Development 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

©2008 Software Development Network

powered by phorum