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

Software Development Network >> amirtharajs's Q&A profile

amirtharajs

Member List

Bob.K.
khalid_ALI
khaley
Dave_AC
Whatonly
Paulo R. Lima
xsc
durayakar
bigtallim
Bill Libert
SarahH
Syri
SoccerSarah
porov
TheOddMan
Sumit Ray
Bob Walter
Merten1982
methylamine
Software Design Engineer
Only Title

amirtharajs's Q&A profile

  • Architecture Advantages of OOP ?

    Hello, Im a fun of OOP designs. I design my bussiness classes when I start a new project. Then maybe I will write mapper classes for bussiness classes to map DB tables or using an O/RM tool or an ODBMS . Think that this project is big one and it has long deadline. You will develop it 2 or 3 years. Requirements will be changed. To develop this project with OOP designs and n-Tier application design is good idea. But I am asking myself ...Show All

  • Visual C# Positioning windows form...

    Hi I have a requirement to position the windows form as i define using string[] args.  To achieve the same, i'm passing Top, Left, Height, Width of that form as command-line arguments. Like, C:\>helloworld.exe 0 0 150 1024 and once executed it should position accordingly.  In my case, Top position always positioned below, but Console.Writeln output prints '0' as Top value. Do i miss some property setting ...Show All

  • Windows Forms Binding of dynamically created controls

    hi,    i have a form which creates in the loop i am creating them nicely here is my code for that Sub createcontrols()         Dim i As Integer = 1         Dim j As Integer = 1     &nb ...Show All

  • Visual Studio Express Editions VWD requires SQL Server Express 2005 ?

    Please correct me if I'm wrong, but it seems that VWD Express can connect to SQL Server Express, but not to SQL Server 2000 This is rather surprising, as I've always seen that new IDE products *expand* on the database providers available, not provide *less* connectivity. Going the other way, i.e., *requiring* SQL Server Express in order to connect to data, will make VWD's usefulness very low for many developers. Can anybody explain this to ...Show All

  • Visual Studio Copy/Paste

    Is it normal that when I selected a shape, the copy/paste operations are disabled I suppose copy and pasting of shape is not supported Is there an easy way to make it work Thanks! Mike Hi Mike, Yes, that's the expected behavior.  We're not planning to enable Copy/Paste by default for V1, although it's not too hard to implement yourself.  Hopefully we'll have a V1 code sample that shows ...Show All

  • Windows Forms datagridview add new row

    How do you get the values that were entered into a new row of a datagridview and update the datasource Is there an event that is fired when the user is finished or should I use an "add new button" to capture the new row. I am using bindingsource in my datagridview. the bindingsource datasource is a dataset. thanks! yanci. I added the statements and I get the following error: Update requires a valid InsertComm ...Show All

  • Visual C# VS2005 randomly unable to find classes

    Hi I have a problem with Visual Studio 2005, in that it suddenly decides, quite randomly, that it can't find classes that exist within a particular namespace, even if the solution previously compiled ok. I can be quite happily fiddling with one completely unrelated file, but when I try and run the ASP.NET 2.0 C# application, it suddenly decides it can't find the class; even if the file in which it is defined is in the same solution, and e ...Show All

  • SQL Server Reports not working on Server

    Hello all! I have been developing my asp.net application in c#, on my local machine. I have started working with the "reportViewer " and it works fine on my machine, but as soon as i upload it onto our server, which is windows 2000 server, IIS 5.0, it won't work. i get the following error, MASTER1 is the name of the server. Hope someone can help me. I presume it is an IIS thing. other non-report aspx pages are accessed fine. Any idea ...Show All

  • SQL Server Newbie question about Object transfer

    Hi, I'm new to Integration Services and I have a problem when I try to make a simple transfer of tables and views between 2 DB. The idea is to copy tables and views from DB1 to DB2. If the object exists in the target DB, it must be dropped, then created and the data must be copied. The problem occurs when a new object is created in the source DB and thus does not exist in the target DB. This throws an error because the system cannot ...Show All

  • Visual C# import a dll written in c++ into c#.NET

    Dear redaers, I have an SDK written in c++ that has a (.dll) file and (.lib) that i can include in project to access this specific SDk's functions and objects. I need to include this dll file in my c#.NET smartDevice project, but as soon as i add this dll file to my project it sayys this file is not recognized by the .NET So what can I do. I really need this SDK One option would be to use P/Invoke.  There is good information about usi ...Show All

  • Windows Forms Setting initial values when adding a datatgridview row

    Hi, I have a datagridview bound to a datatable in a dataset. When the 'add new' button on the bindingnavigator is used to add a row I want to use all default values except for one column which has to be set programatically. The default values are fine, they were set up in the column properties of the datatable. But how do I change the one special column If I use the addnewitem event in the bindingnavigator, does this occur AFTER the new ro ...Show All

  • Microsoft ISV Community Center Forums Controlling a Word Mail Merge with Excel

    I'm having trouble running a mail merge in Word using Excel.  I've followed the example in the help file, and have the Workbook opening the appropriate Word Document.  My problem, is I can't control the mail merge from code embedded in the Workbook or in the Document.  The reason I'm using Excel to run the code to open Word, is because I have three different mail merges with three different "Forms" and depending on the ...Show All

  • SQL Server SSRS 2005 Report in SSIS task

    In one of my SSIS Project tasks I insert some records into a table. I want to somehow fire off an SSRS report and send this report to some staff members. how would I add a component to reference or run an SSRS report off the table I just inserted to all from SSIS I assume I'd h ave to create the report in SSRS first, then somehow reference it from SSIS and then figure out a way to run the report, maybe export it into Excel format and send to th ...Show All

  • Visual Studio Team System TFS Security

    If I add "Domain\Domain Users" group to "Project\Contributors" then domain users ("Domain\User1") cannot access TFS. If I add "Domain\User1" to "Project\Contributors" group then everything works. Is this by design or a bug The Beta 3 refresh code has a problem detecting group membership if the group is set as the user's primary group.  By default, all users have the Domain Users group set as their primary ...Show All

  • Visual C# Get value from settings file by usage of ConfigurationManager

    I want to know how do i read value from app. settings.settings I have added following entry (by means of settings designer) Name: DebugMode Type: bool Scope: Application Value: true Now i want to assign this value to variable in my code: i was expecting that this would work bool debugMode = Convert .ToBoolean( ConfigurationManager .AppSettings.Get( "DebugMode" )); but it isn't. I guess i'm doing something wrong...   ...Show All

©2008 Software Development Network

powered by phorum