User Profile

Collapse

Profile Sidebar

Collapse
misogsk
misogsk
Last Activity: Jul 10 '09, 09:18 AM
Joined: Jan 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • misogsk
    started a topic Windows Update check .NET
    in .NET

    Windows Update check .NET

    Hi,

    I need to check for new Windows Update available using .NET. Is there any way how can I check for new Windows Update using C#?

    Thanks in advance
    See more | Go to post

  • misogsk
    started a topic Set maximum size of Recycle bin in Vista!!!

    Set maximum size of Recycle bin in Vista!!!

    Hi All,

    I need help. I trying to find where can I set maximum size of recycle bin in Vista. Win XP has this value written in registry, but I can not find where is stored the size of recycle bin in Vista. Can anybody help me, please?
    I need to set this value using my own C# application.

    Thanks a lot.
    See more | Go to post

  • Thank you very much, this really helped me....
    See more | Go to post

    Leave a comment:


  • No you're not right.
    This is applicable only on Windows XP, Windows Server 2008 and maybe older versions. But this registry key in Vista and Server 2008 does not exist.
    See more | Go to post

    Leave a comment:


  • misogsk
    started a topic Countries from registry in Windows Server 2008

    Countries from registry in Windows Server 2008

    Hi All,

    how can i get list of countries from Windows Server 2008 registry? Or is there any alternative way in Windows Server 2008?

    Thanks a lot.
    See more | Go to post

  • misogsk
    started a topic Multiple datasets Reporting Services problem

    Multiple datasets Reporting Services problem

    Hi All,
    I have report that uses two datasets(both get image from database using the same stored procedure). Stored procedure needs one parameter ResourceKey. I defined new report parameter and specified default value for it. Now I have two report parameters(Reso urceKey and ResourceKey2), one for first dataset and one for second dataset, with different names.
    Then I assigned to second dataset parameter(Resou rceKey2) I have defined earlier...
    See more | Go to post

  • I can't use JOIN or UNION a need two independant tables, or better say I have two independant tables, but i don't want to create a several stored procedures
    See more | Go to post

    Leave a comment:


  • misogsk
    started a topic SQL SERVER Reports and multiple selects

    SQL SERVER Reports and multiple selects

    Hi All,

    i have stored procedure wich has two select statements, that returns fields.
    My problem is, that dataset in visual studio 2005 (when creating new report) has fields that were generated only by first select.
    Does exist any solution that shows me all fields I need?
    Thank you very much.
    See more | Go to post

  • misogsk
    started a topic Treeview and UpdatePanel problem
    in .NET

    Treeview and UpdatePanel problem

    Hi All,

    i have treeview(it is populating on demand) placed in updatepanel. Everything works fine, but clicking on node, leaf node causes "cloning" nodes under root node. After i remove treeview from update panel it works well.
    Problem is i have to have treview in updatepanel.
    Does anybody know how to solve this issue?

    Kind Regards.
    See more | Go to post

  • misogsk
    replied to AJAX ModalPopup control
    I'm stuck to call the server side code. I have modal pop up created, after clicking delete link button(in gridview) the popup shows and then i need to run server side code after clicking OK....
    See more | Go to post

    Leave a comment:


  • misogsk
    started a topic AJAX ModalPopup control

    AJAX ModalPopup control

    Hi all,

    i need to create modal popup, which will have OK and Cancel button and radio list. Now i need to run method on server which deletes data from database and way of deleting will depend on user's choice from radiobutton list and if he click OK or cancel.
    Is it possible?

    Kind Regards.
    See more | Go to post

  • misogsk
    started a topic Master page in Firefox

    Master page in Firefox

    Hi all,

    i have masterpage with content pages(content place holder is in div that have light grey 1px bordering). In IE6 master page and contents looks great but in firefox are 3 "bugs".
    1. Light grey is shown as black.
    2. Buttons that are placed bootm of the content page are under the border of content place holder.
    3. Firefox shows content page 1px over width.

    Can some one please help...
    See more | Go to post

  • I think yes. Same project on different computers, but rebuild project works good only on my computer....
    See more | Go to post

    Leave a comment:


  • BC32206: Indirect reference is being made to assembly

    I have posted here same question some time ago.


    And the advice works perfectly but only on my computer. On my clients computer rebuilding application doesn't work.
    Can anybody help me? Please, please, please....
    See more | Go to post

  • misogsk
    replied to Closing connection using C# problem
    in .NET
    public void CreateConnectio n(string connectionType)
    {
    string sqlConnectionSt ring = null;
    if (connectionType == "db")
    {
    sqlConnectionSt ring = Common.GetConne ctionStringToDa tabase(_serverN ame, _instance, _databaseName, _windowsAuth, _username, _password);
    }
    else
    {
    sqlConnectionSt ring...
    See more | Go to post

    Leave a comment:


  • misogsk
    replied to Closing connection using C# problem
    in .NET
    I try it with no result:(...
    See more | Go to post

    Leave a comment:


  • misogsk
    replied to Closing connection using C# problem
    in .NET
    I'm using only sqlcommands. After each executed command i close connection....
    See more | Go to post

    Leave a comment:


  • misogsk
    started a topic Closing connection using C# problem
    in .NET

    Closing connection using C# problem

    Hi All,

    i'm creating database using C#. Everything works fine, creating database, creating stored procedures from file. then i use connection_name .Close() to close connection to database, but connection still stays open till i close whole application.
    I need to close all connections immediatelly.
    How can i do this from C# code?
    Please help.
    Thanks a lot
    See more | Go to post

  • Use DataGrid!

    If you still want to have names and codes, you have to join name and code to one string and then add this string do ListBox....
    See more | Go to post

    Leave a comment:


  • Hi,

    You can use:
    using System.Xml;
    You will need XmlDocument class to load XML document.
    To read xml file use XmlReader class, for more information go to http://msdn2.microsoft .com/en-us/library/system.xml.xmlr eader_members.a spx

    I hope this will help you....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...