Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

Igor Sukhov

@Igor Sukhov
About
Posts
120
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • To you ,smart ones.
    I Igor Sukhov

    If you application is the simple app (e.g. Desktop application) and there's no need to dynamically load/create types or expose types defined in your app to external clients (plug-in, unmanaged apps) - you can try one of these "IL to executable" compilers. All these products are commercial (at least I haven't heard of any open source/freeware products) - google on "Xenocode, Salamander, IL Compiler" and try it out.

    Best regards, ----------- Igor Sukhovhttp://sukhov.net

    .NET (Core and Framework) question csharp

  • Little boy trapped in a well for 2 days rescued
    I Igor Sukhov

    I don't think these are comparable things.

    Best regards, ----------- Igor Sukhovhttp://sukhov.net

    The Lounge com question announcement

  • You've got to be kidding me
    I Igor Sukhov

    Is it your first time you see source code of a 'commercially successful' product?

    Best regards, ----------- Igor Sukhovhttp://sukhov.net

    -- modified at 23:14 Sunday 23rd July, 2006

    The Lounge com question

  • working with datagrids in Windows Forms [modified]
    I Igor Sukhov

    To put a combo box into a datagrid you should specify that particular columns (which you'd like to be combobox-enabled) should be created using the DataGridComboBoxColumnStyle.

    Best regards, ----------- Igor Sukhovhttp://sukhov.net

    C# sales csharp winforms help question

  • WTF (.NET?)
    I Igor Sukhov

    Thanks to the .NET we don't have to care about headers and source files, compilation and linking anymore. Does anybody know Microsoft plans for WTF (like Windows Transofrmation Foundation) abbreviation ?

    Best regards, ----------- Igor Sukhovhttp://sukhov.net

    The Back Room c++ question csharp

  • WTF (.NET?)
    I Igor Sukhov

    "Using namespace" was considered bad when C++ was popular, but those times are long gone. "Using namespace" is the right and popular thing now and encouraged by any "Add something" wizard in Visual Studio.

    Best regards, ----------- Igor Sukhovhttp://sukhov.net

    -- modified at 12:02 Saturday 22nd July, 2006

    The Back Room c++ question csharp

  • working with datagrids in Windows Forms [modified]
    I Igor Sukhov

    Why do you need "nested datagrids" at the first place ? Believe me, users hates anything that doesn't not comply with their expectations and giving them that kind of interface won't take you to the right place. Instead of creating a mess from the five tables on the one form I would consider adding a buttons/hyperlinks inside of the data rows. Clicking on particular button user navigates to the new form (or opens a e.g. combobox) with the data from linked table (prodline, prodmodel, etc).

    Best regards, ----------- Igor Sukhovhttp://sukhov.net

    C# sales csharp winforms help question

  • XML Creation [modified]
    I Igor Sukhov

    Gotcha =)) Best regards, ----------- Igor Sukhovhttp://sukhov.net

    XML / XSL xml

  • XML Creation [modified]
    I Igor Sukhov

    led mike, don't be so cruel. Your answers doesn't really help but only giving the frustration. Why don't you put aside your own job for a few hours and code anything [b]sivaprakashshanmugam[/b] want ? :laugh: Best regards, ----------- Igor Sukhovhttp://sukhov.net

    XML / XSL xml

  • how to update dataset after session cache?
    I Igor Sukhov

    In your second code you're creating the instance of the SqlConnection class (initialised with the connection string) and never use it due to the fact that SqlDataAdapter object is restored from the session state. The standard aproach in hadling data with the ADO.NET is that simple: *Create and open connection *Populate and update data *Close connection There's no reason to store SqlConnection, DataAdapter classes because you'll not benefit from it - just recreate them when you're need them. Another hint to you - no DataAdapter neither SqlConnection is serializable therefore they're not designed to be stored persistently in the session state. To prove it right - change the session state model from "InProc" to "StateServer" or "SqlServer" and you'll get exception while putting this objects into state. To sum up that I wrote above: don't try to cache anything from the data. When you decide to cache the data in the session state - make sure it not going to exhaust web server memory as for the every user session there'll be and cached dataset in the memory. Best regards, ----------- Igor Sukhovhttp://sukhov.net

    Database tutorial csharp database regex help

  • Data structure and exception
    I Igor Sukhov

    If there's a possibility that the user's code might corrupt the data (which is likely to be true if the data is not a read-only and user has sufficient rights to change it) - provide some way to the [b]user[/b] to handle it. Don't try to recover data by your own means because obviously your code have no prior knowledge that might go wrong therefore there's no guaranty that you would be able to fix all the possible mess. If there's no guaranty - don't claim it. Let the user's code do all cleaning up/fixing job in a way he/she wants. One thing that might be usefull is ability of making a copy of data so the user could try again if bad things happened with the original data. If it pays to make a copy of the data before potentially dangerous operation - let user do the decision. The bottom line is - let the user decide is data was corrupted and if it was - let user's code recover from corruption. Best regards, ----------- Igor Sukhovhttp://sukhov.net

    C# design algorithms data-structures help question

  • Yeaaahhh!!
    I Igor Sukhov

    Yes they've got the silver. We have to wait for the official result though :-) It wont take long. Italy go, go, go :cool: Best regards, ----------- Igor Sukhovhttp://sukhov.net

    The Lounge com tools question

  • Invoke Private method of inherited class
    I Igor Sukhov

    Windows Forms datagrid do have internal DataGridRows property and get_DataGridRows method is the get accessor for this property. It's recomended to retrieve property value by obtaining a PropertyInfo object first and calling GetValue method on that object. Best regards, ----------- Igor Sukhovhttp://sukhov.net

    C# css help

  • Do you afraid of flight?
    I Igor Sukhov

    I'm going to see S2 finale on this w/e - but go for it (giving a hint). Best regards, ----------- Igor Sukhovhttp://sukhov.net

    The Lounge question

  • Transferring data between databases
    I Igor Sukhov

    I would recomend using management tools (that comes with your database) to perform a data migration tasks. Best regards, ----------- Igor Sukhovhttp://sukhov.net

    Database database

  • Do you afraid of flight?
    I Igor Sukhov

    "I will never see the "Lost" finale but this is my chance to become a participant of smth similiar =)" Best regards, ----------- Igor Sukhovhttp://sukhov.net

    The Lounge question

  • Invoke Private method of inherited class
    I Igor Sukhov

    First, what is the type of your datagrid ? Are you absolutely sure that this particular datagrid class have a method with the "get_DataGridRows" name ? Best regards, ----------- Igor Sukhovhttp://sukhov.net

    C# css help

  • Invoke Private method of inherited class
    I Igor Sukhov

    Because you have to use GetProperty() method to retrieve a property. Best regards, ----------- Igor Sukhovhttp://sukhov.net

    C# css help

  • Draw backs in using SQL server 2000
    I Igor Sukhov

    Only if your application uses those SQL features which are not supported in MS SQL 2000 (e.g. you're using Oracle PL/SQL). Best regards, ----------- Igor Sukhovhttp://sukhov.net

    ASP.NET csharp asp-net database sql-server sysadmin

  • XML search
    I Igor Sukhov

    Perform the search in XPathDocument or XmlDocument by using SelectSingleNode method. When element is found it is easy to navigate back to the parent node (ParentNode property). Best regards, ----------- Igor Sukhovhttp://sukhov.net

    XML / XSL csharp xml tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups