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

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

Gowrisankar_k

Member List

Pradeep Raj
Devi Vara Prasad
dotnetboy
kmin
shyam sunder
Jon77
gokce
Peter Koechl
MartinHains
cpsubrian
Otto Martinez
Jack Michaelson
brainticket
BlueShift
Richard.Watson
Anthony Kautz
TazmanianDevil
Luis Forero
Jacques Bosch
Edvin
Only Title

Gowrisankar_k's Q&A profile

  • Windows Forms Getting the content of Textbox in one form, from another form

    Hi all, i'm having two forms. Form1 contains a textbox 'txtId'.Form2 contains a grid. Based on the Id in txtId, the grid should get filled in Form2. When i try to access the text in TxtId in my Form2,i need to instantiate the Form1 class which leads to the creation of new object which contains 'null' for my TxtId. Help me to overcome this problem,immediately!!!!!! I referred How do I access a TextBox on one Form from another Form http://msdn.microsoft.com/smartclient/community/wffaq/default.aspx and Code: Getting a Value from Another Form (Visual C#) http://msdn.microsoft.com/library/default.asp url=/library/en-us/cscon/html/vcwlkcodege ...Show All

  • Visual Studio Express Editions convert .net project to native

    OK, I am new to the VS. I created a Windows Form Designer application the other day, but apparently had it set up for the .NET framework. I want this to be native, so I don't have to distribute anything along with my *.exe Is there a way I can convert it Or if I create a new project set as native can I add in  the cpp and h files already created or will I have to roll through the whole creation process all over again Obviously there is something fundamental that I am just not "getting." ...but I'm getting there. Thanks for bearing with me :) Just as follow up question (sorry if this is simple) bu ...Show All

  • Visual Studio Acces rights in VSS

    I am presently working as Administrator and so my role requires adding new users and giving them rights. There is one scenario where I want to give a user permission to add file in a particular folder X, but I do NOT want to give him the right to create folder under this folder X. How can implement this access right Regards, razbir Hello, "Add" is a generic project right on SourceSafe, and unfortunately it doesn't distinguish between files and folders. This article explains the access rights in SourceSafe: http://msdn2.microsoft.com/library/ms181065(en-us,vs.80).aspx Regards, ...Show All

  • .NET Development .Net version 2.0.50215 and aspnet_webadmin folder

    When I installed my first version of the .NET Framework on my remote Win2K server I discovered a folder automatically created in each of my virtual servers (webs) called aspnet_webadmin. Inside that folder was a sub-folder named after the version of the Framework installed. After I installed version 2.0.4607 I found a separate sub-folder named 2_0_40607. Upon installing version 2.0.50215, I expected to find a third sub-folder in each aspnet_webadmin folder. No such folder was created. Is this by design I did find a seperate sub-folder representing my Beta2 installation in each of my web's aspnet_client folders. This looks like ...Show All

  • Visual C# Socket Question

    I followed the MSDN example for Asynchronus Sockets. It seems to be working, but I'm having a few issues on how it works. Basically I have two Flash clients that connect to the socket server. I want to be able to send a message from one Flash client to the other. I have been successful in wrtining to the socket and returning the data to the client that sent the message. How do I get the other client to recieve data that is sent to the socket. Is there a way to broadcast to all clients connected to the socket I'm running VS Studio 2003 Enterprise Edition. Thanks... If you have a reference to the socket, you ...Show All

  • SQL Server SQL 7 [DBNETLIB] 2147467259(80004005) [Connection write(send()),] General Network Error

    HI all I am facing a problem on sql server 7 Desktop Engine with front end VB6 and ADO 2.8 my OS is windows 2000 Professional. ie. I am doing appendchunk to add image files on SQL Table it works fine for Approximately 130 MB, But i am trying to add 249 MB size file it will be showing these error Message. [DBNETLIB] 2147467259(80004005) [Connection write(send()),] General Network Error check your network documentation. I do so many way to correct this problem but it stuck up overthere. In vb appendchunk is completed and the error when Updated command starts (update command also going a long way then show the above mentione ...Show All

  • Visual Studio Get template path for custom project type

    I used the following line of code to get the template path to Windows Application project type for CSharp. string templatePath = solution.GetProjectTemplate("WindowsApplication.zip", "CSharp"); How do I achieve the same for a custom project For e.g. along with the VS installation, a project type for IronPython (ClassLibrary.zip) is shipped. It exists under C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\IronPython. If I try to get the template path for this, it gives me a FileNotFound exception. string templatePath = solution.GetProjectTemplate("ClassLibrary.zip", "IronPython") ...Show All

  • SQL Server ReportViewer usability Problems

    If I put the reportviewer width to 100%, it still does not automatically resize itself. The reportviewer goes way beyond the screen area for lesser resolution screens and you are required to scroll to the right to view the "View Report" button. However, if you look at the report manager, the report viewing area automatically resizes. Anyone knows how this can be done thanks. Any thoughts on the width of the parameters section I am getting no scroll bars on the parameters section when I have integrated it into my web app. Thus the 'View Report' button cannot be seen. This did not happen in SSRS 2000, this has just st ...Show All

  • SQL Server Multi Threading exception

    Apologies if this is not the right forum. We have some c~ code which calls a stored proc to trnsfer data from one db to another. We are using multi threading to allow a whole days data to be processed in parrallel. However, we are experiencing problems. After a while we get the following message: "An exception during changed data captured caused all processing threads to abort". Can anyone tell me what posssible reasons would cause this to happen It is not an area in which I have a lot of expertise, the code was written by a third party. Many thanks This is not an error message ...Show All

  • Software Development for Windows Vista WWF and Enterprise LIbrary

    Is there any support/integration within WWF for enterprise library In particular activites for data access/persisting workflow state/interacting with sql Hi, In case you are interested in trying out the August CTP of the Enterprise Library then you can download from the following location: http://www.gotdotnet.com/codegallery/releases/viewuploads.aspx id=295a464a-6072-4e25-94e2-91be63527327 Regards, Vikram ...Show All

  • Visual Studio 2008 (Pre-release) ADO.NET 3.0 Tech Preview?

    The ADO.NET Entity Framework documents refer to a Tech Preview. Is one on its way and will it involve a new LINQ/LINQ to SQL/LINQ to XML CTP Thanks. You may want to refer to the thread started previously at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=483335&SiteID=1 Jim Wooley http://devauthority.com/blogs/jwooley/default.aspx ...Show All

  • .NET Development Bluetooth support

    hi, i'm searching for information on bluetooth support on the pocket pc for the .NET CF 2.0 , searching the MSDN library i haven't found almost anything, is the only way to handle a bluetooth communication with a PPC using P-Invoke , or are there classes in the CF for handling this communication could anyone point me to the right information Simon Garcia Hi, There is a new SDK called BTAccess Mobile which provides support for Managed languages to use BlueTooth. Download the SDK from here: http://www.high-point.com/ Regards, Vikram ...Show All

  • .NET Development TreeView

    I want to make but only case "School" happened Private Sub TreeView1_AfterSelect( ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) Handles TreeView1.AfterSelect Select Case TreeView1.SelectedNode.Text.ToString Case "School" Dim con As New OleDbConnection(constr1) Dim com As New OleDbCommand( "select * from School" , con) Dim dr As OleDbDataReader Try con.Open() dr = com.ExecuteReader While dr.Read Dim lvi As New ListViewItem lvi.Text = dr(0).ToString lvi.SubItems.Add(dr(1). ...Show All

  • SQL Server How can i check if Notification Services engine components is insalled or not?

    I have installed the SQL Server 2005, including in the installation the notification serviceis, I want to check that Notification Services engine components is insalled, how can i do that ! Do you see Notification Services in the Object Browser of SSMS You can right click on it, select List Versions, and see more information. HTH... ...Show All

  • Windows Forms TreeView duplicating nodes in Internet Explorer

    I'm having some serious problems with the TreeView control. I've got a control that inherits TreeView and has some methods that firstly create a TreeNode then does some recursive procedure to add all the children from a database of a sort. Then once this is complete I clear the nodes, then add the TreeNode so it should be the only root node. The only problem is that for some very VERY strange reason there are two root nodes, with duplicate child nodes. This is very bizare as this.Nodes.Count returns 1 and base.Nodes.Count also returns 1, so there SHOULD be 1 root node but there are two. Also, I created another TreeView inherited ...Show All

©2008 Software Development Network