| Thread | Last Post | Replies |
|
| Calculation of Date in VB.NET | 25 Jul 2006 07:11 GMT | 2 |
I have a sql table that has 5 column as: cl1Month - cl1_3Month - cl3_6Month - cl6_12Month - clMoreThan12Month Now I have to date and I have to find the differences and check as month and put into one of the above column.
|
| Active directory user creation with c# (question concerning principalUsername and samAccountName) | 25 Jul 2006 07:05 GMT | 2 |
In our project we have been using the samAccount name to authenticate users against the active directory. As the samAccountName is limited to 20 characters, we are going to use the userPrincipalName. Unfortunately, i couldtnt make it work until now. I ve got a .Net programm that ...
|
| Truncated ouput | 25 Jul 2006 06:32 GMT | 1 |
I am working on an app that will scan the domain and get the OS and write the output to a file. Everything works except the file writing. It seems to write in blocks of 50 or so machines then waits then another 50. This is fine except it never writes the last block of machines so ...
|
| Socket Performance vs Direct communication | 25 Jul 2006 05:32 GMT | 2 |
While performance/stress testing my application (a COM+ Server component) we drive the transaction to the component via a Socket Server app, listening to a port and passing the incomming transactions to the COM+ application. The Socket App then returns the response back
|
| Image is ambiguous imported from name space or types | 24 Jul 2006 20:48 GMT | 1 |
Using VB.net in the Page_Load Sub I'm trying to create a dynamic Navigation control nothing fancy, nothing tricky. I dim some variables (below)
|
| Passing Value back to the Main Form | 24 Jul 2006 20:21 GMT | 6 |
Hello, everyone I'm new to C# and I was wondering if someone can tell me how do I pass a value from 1 form back to the calling routine. What I mean is in my Parent form I have this code: private void frmParent_Load(object sender, EventArgs e)
|
| Again Difference ........ | 24 Jul 2006 18:17 GMT | 1 |
Pls anybody tell me what is the difference between enableviewstate and enableviewstateMac properties.........Why we r using both of these in web form. Sachin.
|
| Windows Update .net 1.1 Service Pack 1 install issues | 24 Jul 2006 17:59 GMT | 1 |
I am continually reminded that I have the .net 1.1 Service Pack 1 downloaded and available to install by Windows Update. However, it continually fails to install when selected. I already have .net 2.0 successfully installed, so I don't think that I
|
| WebRequest Filename | 24 Jul 2006 16:52 GMT | 10 |
I am trying to create a downloader which will bypass the saveas box in the WebBrowser control. I have the file downloading, but I don't know what the filename is that is being passed through the stream. Is their a way to determine what the file name is so that I can execute the ...
|
| Encryption of application configuration block | 24 Jul 2006 16:14 GMT | 7 |
I have started to use the new Enterprise Library (Jan 06) and have set up a skeleton project using the DAAB. This all seems to work fine apart from when I come to secure the app.config file via encryption. I have encrypted the connectionsettings block in the config file but
|
| http-equiv="refresh" | 24 Jul 2006 15:28 GMT | 1 |
I need to know how much time has left from this meta: <meta id="ref" http-equiv="refresh" content="300;url="/> any idea ?
|
| ToolBox Icons are not showing VS 2005 | 24 Jul 2006 15:03 GMT | 4 |
I'm using VS 2005 8.0.50727.42 (RTM.050727-4200), with .NET framework 2.0. Everything was working fine, but now suddenly I don't see my ToolBox icons, whether you are in design mode or not, it's the same. Doing reset toolbox comes with all the icons, but they are all disabled ...
|
| difference betwen.................... | 24 Jul 2006 12:39 GMT | 1 |
can anybody tell me what is the difference between server.transfer and server.Execute.
|
| 'KeyCodeConstants is not defined' | 24 Jul 2006 10:19 GMT | 1 |
In my never ending search for keyboard simulation I found this code; http://www.developerfusion.co.uk/show/68/2/ However, when I copy and paste, I get the errors; 'KeyCodeConstants is not defined'
|
| clickonce xml data file | 24 Jul 2006 08:07 GMT | 3 |
I have some XML config file in my VB project. When I use clickonce to publish my project, the execute files and the xml data files are not in the same folder of the client computer. How can I get the real path of my xml data files? Thanks
|