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
User Profile
Collapse
-
Windows Update check .NET
-
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. -
Thank you very much, this really helped me.... -
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.Leave a comment:
-
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. -
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... -
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 proceduresLeave a comment:
-
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. -
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. -
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....Leave a comment:
-
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. -
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... -
I think yes. Same project on different computers, but rebuild project works good only on my computer....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.... -
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...Leave a comment:
-
-
I'm using only sqlcommands. After each executed command i close connection....Leave a comment:
-
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 -
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....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....Leave a comment:
No activity results to display
Show More
Leave a comment: