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

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

AshishBhatt_sys

Member List

Asha
Jayanth
Erik Moore
Mark Wistrom
Darren1234
pater
Brice FROMENTIN
minhhoang
SaiSatish
Hexar Anderson
kundalani
tkansgar
Steve W.
Grahamrounce
LoveCode
Vasillio
SL88
Rockn
Yicheng
Bill Kinney
Only Title

AshishBhatt_sys's Q&A profile

  • Visual Studio Team System How to simulate a button click in a web test

    Some of my web tests are failing to simulate certain button clicks. This happens after I fix ViewState issues in the generated code (by removing the hard coded viewstate and replacing it with Context[ "$HIDDEN1.__VIEWSTATE" ]). I need to know how to simulate the button click in a C# coded web test. Thanks. That link doesn't make sense. As you pointed out, the FindText rule, with regex grid:_ctl will find ...Show All

  • .NET Development Memory of application is grow up...

    Hi, Memory of my application is grow up after time of using it. How can I catch why this happends How can I monitor this Thank's Alexei In perfmon, under .net memory monitor gen-0, gen-1 and gen-2 collection counters. If gen-2 is high, you have references to those objects. The GC is unable to collect these and would therefore not release memory. Look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=328661&SiteID=1 for ...Show All

  • Visual FoxPro small test on transaction atomicity

    Need help with small test on table in database with transaction. Could somebody show state of table after execution this code: CLOSE ALL CLOSE DATABASES OPEN DATABASE "c:\ path to database\data1.dbc" SHARED BEGIN TRANSACTION UPDATE data1! table 1 SET name = 'BBBB BBBB BBBB BBBB BBBB' = Messagebox ('END TRANSACTION') END TRANSACTION if in table1 before execution was 500K records with value "AAAA&q ...Show All

  • Visual Studio Express Editions Get specific row value from DataTable

    Hey there, I have a problem trying to get an specific row from a table. I'm using a DataSet that has several nums of tables created in runtime, but I need to get an specific row from each table, I'm using this code: Dim TablesResult As New DataSet 'then I call the function to store the tables into the dataset For Each Table As DataTable In TablesResult.Tables Dim  Generic As Integer = CInt (Int((Table.Row ...Show All

  • Windows Forms AutoScrollPosition can't be setted

    Hi, I am trying to set AutoScrollPosition to some value but it doesn't change. How can I solve it Thank's Alexei Hi, I have the wrong data. When I get the value from AutoScrollPosition it gives me X,Y smaller than zero. But when I want to set value I must to set X,Y bigger than zero. Thank's Alexei ...Show All

  • Windows Forms Synchronize 2 DataGrids, at Runtime ?? ? ? ?

    I have 2 datagrids, one is stacked on top of the other, and appears like its header. (the reason for this is I need an editable header, whose update command changes column names in the db).  I have not been able to figure out a&n ...Show All

  • Windows Forms drawing a table in C#

    Hi all, well, this is my situation: I want to draw a table on a user control with 2 cxolumns and x rows. Everything works fine, however, if I scroll up/down, the table looks quite strange as it is repainted all the time. Is there any way to solve this Thx for the help! Regards, Mel hi,    well i am also trying to do the same i.e i want to draw a table on a RichText Control, can u tell me how to draw a ...Show All

  • SQL Server SNAPSHOT Replciation - Last distributed transaction LSN ?

    Hi There When i created a snapshot replication publication on one of our servers , i noticed that it now keeps track of the last distributed transaction. I only plan on doing the snapshot every month or so. I am concerned that becasue it keeps track of the last LSN that the transaction log will keep growing, is this accurate Secondly why does snapshot replication keep track of the last distributed transaction, since it does not replicate transa ...Show All

  • Visual C# How to get total memory of computer

    How to get total memory of computer by using C#. Can you instruct me, thank you very much.   Reece Williams wrote: Is "Environment.WorkingSet" what you're looking for No, Environment.WorkingSet contains the number of bytes of meomory that are mapped to the process. You can use WMI, here is a working example and article. ...Show All

  • Visual Studio Express Editions why is vb.net printing so difficult?

    Hi, I have loads of VB6 apps I am trying to migrate to VB.net and the biggest problem I have is that printer.print has no equivalent in vb.net Can anyone tell me a simple way to print in dot net Thanks Impossible is about right. I just can't see what to type to make something come out on paper, and I have written some neat VB stuff (IMHO) in th epast but this dot net thing has me stumped. Am I missi ...Show All

  • Visual C# Question re top level types

    Am new to C# and have a question. My understanding is that top-level types (not nested in another type) must be public or internal, and can't be private. Why is this What if you have, say, a helper class that will only be used by other classes in the same namespace Why wouldn't you want it to be private If you need such a helper class in the root of a namespace and next to other public or helper class ...Show All

  • Visual Basic VB Java Integration`

    I have a natural language parser that's written in Java. I can compile and run it in Eclipse. Does anyone know how to pass words from my VB.net apps and get back the results from the Java app I haven't found a decent NLP fro .net so any help on how to integrate these would be much appreciated. Byron Crowell If you don't already have J#, you can download it http://msdn.microsoft.com/vstudio/express/visualj/ and recompile your natural ...Show All

  • Windows Forms Disable datasource creation when adding a web reference

    Hi I'm developping a framework that consumes web services and I was wondering if it was possible to disable the creation of the datasources when adding a web reference. I'm going to have many web methods and I find that it pollutes my project since I wont be using them. Please dont suggest I delete them manually... I'm looking for a better solution. Thanks Hi I was talking about the xxxx.datasource files that appear under th ...Show All

  • Visual Studio NullReferenceException when using a custom Debug Visualizer

    Hi, I've made a custom Debug Visualizer in C#, following the walkthroug in MSDN, but each time I try to use it in debug mode, I get a NullReferenceException with very little information: ...Show All

  • Visual Studio Express Editions Is IDE backward compatible to C++ MFC development?

    Can I use VS 2005 to continue development C/C++ code and MFC applications I downloaded C++ EE to get a look and feel and all I see is Windows Form which is an entirely new language! Whats the scope on C/C++ MFC and also RPC based applications    Are these now considered obselete I'm trying to see if its ok to upgrade and continue our development with VS 2005 while we move to new things under the new platform. Thanks Hector Santos, C ...Show All

©2008 Software Development Network

powered by phorum