Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for adam2009

I'm trying to run the following code but get a casting error. How can I rewrite my code to achive the same ? [CODE] boolResult= (bool?)dataReader["BOOL_FLAG"] ?? true; intResult= (int?)dataReader["INT_VALUE"] ?? 0;[/CODE] Thanks

Member Avatar for debasisdas
0
71
Member Avatar for adam2009

Hey, There is a webpage with registered user counter. I want to get an alert when that counter gets to 1000. Does someone know of a website/browser extension that enables sms/email notification when a specific field in a public website is equal a certain value? Maybe someone know how to …

Member Avatar for ndeniche
0
65
Member Avatar for adam2009

Hello, I have used the following article to create N local users: [url]http://www.codeproject.com/KB/system/everythingInAD.aspx?msg=3448333#xx3448333xx[/url] How do I set some batch file ,that I have wrote ,to be executed right when each user logs-in? (Include it in the statup functions to be executed). Cheers,

Member Avatar for adam2009
0
165
Member Avatar for adam2009

Hey, I have a c# code that connects remotely to a winServer2008 machine (with a local user of that machine). How do I configure via automated code the logon script that will be executed as soon as the connection is established ? Cheers,

0
95
Member Avatar for adam2009

Hey, I have a c# code that connects remotely to a winServer2008 machine (with a local user of that machine). How do I configure via automated code the logon script that will be executed as soon as the connection is established ? Cheers,

0
80
Member Avatar for adam2009

Hello all, I wrote a jsp page. It has a form with a submit button that sends the data to some algorithm. I would like the submit button to load a "please wait" html. After the algorithm is done - that "please wait" page will be auto redirected to a …

Member Avatar for javaAddict
0
95
Member Avatar for adam2009

Hey all, I have a winServer 2008 machine. I have created a new local user. In order to make him an admin all I have to do is to add it to the "administrators" group. right? now, I wrote a c# code that supposed to connect that local user and …

Member Avatar for kvprajapati
0
562
Member Avatar for adam2009

Hi all, I have a WinServer 2008 machine. Currently, I can connect remotely with only two local users concurrently. I want to set this number to a greater one. * how do I do it using windows GUI? *Does someone knows what attribute or term I should google inorder to …

0
62
Member Avatar for adam2009

Hi, I have got some questions. I hope someone could help me out. 1. I have wrote two methods in c# that manages local users in WinServer2008: adding local user and removing local user. Adding a local user work just fine. I have encountered some problems removing that user afterwards. …

0
83
Member Avatar for adam2009

Hey all, I'm looking for some code (c#) that sets up new a user automatically in WinServer 2008. Does someone know such code? Where can I find the proper WinServer2008 API for that task? or any good tutorial for programming in csharp using windows server 2008 api ? (I'm totally …

Member Avatar for adam2009
0
201