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
R

Renat Khabibulin

@Renat Khabibulin
About
Posts
16
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • What cars likes developers?
    R Renat Khabibulin

    Fiat Coupe looks very nice :thumbsup:

    The Lounge question

  • What cars likes developers?
    R Renat Khabibulin

    Hi! My cars: VAZ2101 '75 -> Ford Sierra '83 -> VAZ21099 '92 -> Honda Civic '94 -> Mazda Familia '02 -> Honda Accord '01 -> Honda Accord EuroR '00 My last Accord is the best :)) 220 hp with manual transmission is a wild one :)

    The Lounge question

  • We're Number 4, but working harder...
    R Renat Khabibulin

    strange....where is Russia???

    The Lounge com question learning

  • From Russia to the USA...
    R Renat Khabibulin

    what is it? :doh:

    The Lounge csharp question career

  • From Russia to the USA...
    R Renat Khabibulin

    I now how to move legally :) I think if it is possible to find a visa sponsor :confused:

    The Lounge csharp question career

  • From Russia to the USA...
    R Renat Khabibulin

    you ask...

    The Lounge csharp question career

  • From Russia to the USA...
    R Renat Khabibulin

    hehe :) I have a girlfriend, so dont need other Russian girls :laugh: > immediately after brutal murder of CEO of Al-queda. what do you mean?

    The Lounge csharp question career

  • From Russia to the USA...
    R Renat Khabibulin

    I have profile on craiglist, on linkedin, etc..etc..etc...But it is much more hard than seemed before :) No one want to be a sponsor...

    The Lounge csharp question career

  • From Russia to the USA...
    R Renat Khabibulin

    India? No, thanks! Work for US company I can from Russia as well :) I wanna live in US

    The Lounge csharp question career

  • From Russia to the USA...
    R Renat Khabibulin

    Hi everyone! How do you think if it is possible to find legal job in the USA with 3 years of commercial experience? Right now I am a have a position of Senior .Net developer at Luxoft. If there is anyone, who has moved to the USA...tell me how it was? Was it hard? How did you find your employer? Thanks :)

    The Lounge csharp question career

  • WPF samples
    R Renat Khabibulin

    http://archive.msdn.microsoft.com/wpfsamples#allsamples[^] Check it! :)

    WPF csharp wpf question

  • Make two listboxes have the same width
    R Renat Khabibulin

    You cant do that in XAML, because you need to check which listbox width is higher. You can add event handler on event which occurs when you already know widths of both listboxes. For examole: Loaded, Binding.SourceUpdated or smth like this. Also, if you want to avoid streching of listbox, you have to set colums width="auto":

    <ColumnDefinition Width="auto" />

    WPF question css wpf wcf json

  • WPF samples
    R Renat Khabibulin

    What kind of projects?

    WPF csharp wpf question

  • Declarative vs Programmatic: opinions
    R Renat Khabibulin

    Are this labels put on the form only once at the beggining of the page "lifecycle"? If yes - then declarative way would be better for traffic. Because each change of the page, which occurs in OnLoad() method is added to ViewState and travels to client with html page. If labels will be defined in .aspx then they will be created on Init() step and there will no additional ViewState data

    ASP.NET visual-studio sysadmin question discussion

  • Best Way To Do This
    R Renat Khabibulin

    I think that you can do that using TabControl. Create tabcontrol template with invisible headers and navigate through it's Items when click Next or Prev. It will be like a wizard

    WPF wpf csharp com

  • wpf
    R Renat Khabibulin

    Seems that ComboBox doesnt know that HealthLevelID was changed, try this:

    BindingExpression binding = BindingOperations.GetBindingExpression(cboHealth, ComboBox.SelectedIndexProperty);
    if (binding != null)
    {
      binding.UpdateTarget();
    }
    

    Also, make sure that HealthLevelID is public

    modified on Thursday, February 3, 2011 6:35 AM

    WPF wpf csharp wcf 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