| Thread | Last Post | Replies |
|
| System.Net.Mail.SmtpClient MailClient message. How do u know if it was successful? | 24 Oct 2007 17:01 GMT | 2 |
I'm a noob at emailing from code and I need to add email capabilities to my application. The following code completes without exceptions but I'm not receiving any test emails.
|
| gridview and powerpoint automation | 24 Oct 2007 16:52 GMT | 4 |
I've been driving myself nuts trying to find a solution to this. I'm still a relative newbie to C#, and would be grateful for any helpful suggestions. I'm trying to find a way to create a gridview from a Web application
|
| implementing security in an .NET application | 24 Oct 2007 16:49 GMT | 3 |
I have an application made in .NET 2.0. Now I want to implement security into it. I want to set permissions on who can start the application and what they can do in the application So on this application I've thought about adding a page where administrator
|
| TimeZone application | 24 Oct 2007 16:39 GMT | 1 |
I have a few questions about timezones, I am currently writting an application where I am required to manage times in different time zones. Unfortunaly its not sufficent for me to store UTC time, so I am storing UTC time and an index to the time zone
|
| Limitations on a bound datagrid | 24 Oct 2007 16:26 GMT | 1 |
I'm unsure when I can use a bound datagrid and when I can't. What limitations has a bound datagrid? 1. For example if I want to manipulate the data in the datasource before displaying the data in the datagrid can I then use a bound datagrid?
|
| How do I make a Windows Form with a height of less than 34 pixels? | 24 Oct 2007 15:48 GMT | 2 |
I have the following code as part of a method of producing in-line tooltips. It appears to work except that the form with the tooltip can never be less than 34 pixels high or 124 wide. Not the 15 or so pixels pixels high that I want it to be.
|
| Variable vs. child scopes | 24 Oct 2007 15:06 GMT | 3 |
Hi, When I try to compile the below code snippet, I get the compile error listed below in this question. In the lines below the loop, the variable j does not excist, however, trying to create it is not allowed. If it doesn't excist,
|
| Better implementation for the serialisation of a List | 24 Oct 2007 14:15 GMT | 1 |
I have the following simple class: /// <summary> /// Representative of a lab /// </summary>
|
| How do I hide a column in a datagrid | 24 Oct 2007 13:33 GMT | 1 |
Assume I have a datasource consisting of a database table. This table has 5 column. If I now want to use a bound datagrid but want to display only 4 of these 5 columns is that possible.
|
| To C# | 24 Oct 2007 12:36 GMT | 3 |
Please help converting following VB code to C#. My attempted C# code is given below: [VB Code] If Session("Cart") Is Nothing Then
|
| Alternative to Access and VBA | 24 Oct 2007 12:36 GMT | 1 |
My company uses a very buggy and poorly designed msaccess database which we use to store information from the components we use, to test results. The database has been added to bit by bit over the years, offen by students here on practice.
|
| Session Expiry - the session expired after a number of hours of inactivity, although Session Expiry was set to 24 hours | 24 Oct 2007 12:31 GMT | 2 |
I had created a web application where Session expiry was set to 2,000 minutes in IIS. in web config i had given like this <sessionState timeout="2,000" mode="InProc"></sessionState> but MY web application was left logged in at 18:00 15th Oct, but on the following
|
| Getting DLL's Assembly (Version) Info | 24 Oct 2007 12:26 GMT | 1 |
How can I get my Dotnet application and my class library DLL's Assembly version infos in my app ? Thanks
|
| app.config custom types | 24 Oct 2007 10:48 GMT | 5 |
Is this possable, and how if so? i have created 3 classes that i have then Serialized to xml and placed in a textbox. i can then read the text from the textbox and Deserialize it back into a new object. this to me proves that the classes and the xml are valid.
|
| Maximum-length reached: file change the quickest possible | 24 Oct 2007 10:30 GMT | 1 |
I'm writing log information into a file (via StreamWriter). When it reached a 4GB size, my MFC/C++ code copied that file to another name, truncated its length to 0 (CFile::SetLength(0)), and continued writing (no need to close and open, so that it was very quick).
|