| Thread | Last Post | Replies |
|
| permissions to call a webservice | 10 Oct 2006 09:32 GMT | 3 |
I need to run a net 2.0 program that permforms a call to a webservice and writes a log. I also need to schedule this program using windows 2003 task scheduler. I noticed that I can run the program only if the user account that run the
|
| Dynamically changing a url in a repeater control | 10 Oct 2006 09:31 GMT | 5 |
I have made a menu using an ascx control and have embedded it into a page. It uses a Repeater to display a list of hyperlinks: <itemtemplate> <li>
|
| Are there any updates released for IE7? | 10 Oct 2006 08:58 GMT | 1 |
As many of us know, IE7 supposedly follows the W3C standards more closely. I am wondering if there are any updates for Visual Studio .NET 2005 (specifically ASP.NET) that have been released for this. Not that I noticed any specific differences that require updating (although I ...
|
| Deserialize property w/ setter but no getter in 2.0??? | 10 Oct 2006 04:56 GMT | 6 |
Is it possible to deserialize a class that has a public property w/ a setter, but no getter? I'm not finding anything that would allow this -- Presuming that is is NOT possible, what are the best practices for
|
| RSA 1024 Bit Decryption with *.Pem Key | 10 Oct 2006 00:16 GMT | 2 |
We have created a key pair (privKey.pem, pubKey.pem) with OpenSSL as our partner requested (they use this format). They encrypted a string with our public key and then base64 encoded the string. We want to use Visual Studio.net 2003 to base64 decode the string, and then
|
| How can i mix JSP pages with ASP.NET and/or AJAX | 09 Oct 2006 21:44 GMT | 1 |
We have a big PLM/PDM System entirely built in JSP and JAVA! I would like to develop new modules using ASP.Net mixed with JSP and JAVA! Is this possible? In an easy way? It's advisable to join this two
|
| u | 09 Oct 2006 18:46 GMT | 4 |
please explain the following code Dim rt As String = "{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}\viewkind4\uc1\pard\qr\f0\fs20 "
|
| Frontpage Server Extensions | 09 Oct 2006 17:04 GMT | 2 |
I need to reinstall Frontpage Server Extensions. It is a a prerequisites for Visual Studio 2003. Where can I find Frontpage Server Extensions?
|
| help | 09 Oct 2006 16:11 GMT | 2 |
I installed windows 2000 server on my system then configured IIS and finally installed VS 2002 for developing ASP dot net applications. the Project file asp dot net web application opens but when i press F5 to run the program i receive the following error message
|
| How to send a mail using C# | 09 Oct 2006 15:43 GMT | 2 |
I need to know how to authenticate a user before sending a mail using a C# application. The source code i use is this: private void sendMailButton_Click(object sender, EventArgs e)
|
| Email Isolated Storage File | 09 Oct 2006 08:24 GMT | 5 |
How can I email an isolated storage file. I don't believe I can do new Atttachment(fileName) because I don't have access to the isolated storage path But this is what I would really like to do.
|
| uncleared code | 09 Oct 2006 02:47 GMT | 2 |
please explain the following code Dim rt As String = "{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}\viewkind4\uc1\pard\qr\f0\fs20 "
|
| Orcas VPC and VS2005? | 09 Oct 2006 01:30 GMT | 4 |
I was very excited to see the Orcas (Sept06) release with the .net f/w 3.0 all in a handy VPC - this is the best. The only thing that I can't figure out is exactly what is and what isn't in this version. I would have thought the WF VS2005 (Microsoft® Visual Studio® 2005 ...
|
| Data Feed architecture | 08 Oct 2006 23:46 GMT | 7 |
Hi, we have some datafeeds which pull info from external sources. Unfortunately, we have to use screen scraping as there are no XML feeds. The data feeds are located in a variety of different applications located on different servers. I have to design a new
|
| Why callback functions are static? | 08 Oct 2006 18:10 GMT | 2 |
I need to use Asynchronous Socket functions in a server application and am learning from sources such as the MSDN2 (http://msdn2.microsoft.com/en-us/library/bbx2eya8.aspx). What I observed is that all callback handlers in examples are static
|