Search results for query: *

  • Users: anin
  • Order by date
  1. A

    stuck in Context menu

    Hi, I'm using the below code to show a context menu and then some 30+ items in the subcontext menu. I've got an addhandler and the control is passed to CMenuClick when I click on the subcontext menu item but unable to capture the click event and the index(or item) of the clicked subcontext...
  2. A

    upload a dataset to webservice

    How do I pass the dataset from the client to the server through the webservice ? Any help would be appreciated.
  3. A

    VS .NET Beta 2.0 and web services

    Hi, Could some one pleeeaaase help me with the following questions ? 1) Does VB.NET 2005 Beta 2.0 have its own IIS ? 2) Everytime I run my VB.NET application which consumes a web service in my local machine it creates a new port that remains open. Why does that happen and what should I do...
  4. A

    how to debug the code in Application_Start

    Hi, I'm basically reading some files in a loop in the Application_Start to later use it in my application. But how do I get into the Debug mode to debug the code in the application_start ? any help wud be greatly appreciated. thanks.
  5. A

    String manipulation

    Great and a better alternative. Thanks.
  6. A

    String manipulation

    The String could be anything and I wanna do it at runtime.
  7. A

    String manipulation

    ok... String.replace(".xml","") works.
  8. A

    String manipulation

    [Resolved] String manipulation Cud someone please tell me how to truncate the String "TESTFILE.XML" to "TESTFILE" I want to remove the .xml from the string. thanks,
  9. A

    pass data between 2 forms but only show the form2 only from the start form

    is it possible to pass data from a custom user control in a form to another custom user control in another similar form ?
  10. A

    pass data between 2 forms but only show the form2 only from the start form

    I did go through the earlier forms regarding passing data between 2 forms and it works great for me. But my probs is that I have 3 forms - start form, form1, form2 start form has 2 buttons to show form1 and form2 I want to create a reference to pass data between the form1 and form2 but I...
Back
Top