| Thread | Last Post | Replies |
|
| ASP Datagrid Mouse-Over Text | 04 Nov 2004 05:10 GMT | 1 |
Hi. I have an ASP datagrid column which is small in size, but sometimes contains a large amount of text. User's often complain that they cannot read the entire text of this column because the column simply isn't large enough. Is it possible to create a "mouse-over" effect so ...
|
| How to format date that is a string value?? | 04 Nov 2004 04:53 GMT | 1 |
I have date in a string format like string strDate = "110204". Now i want to convert this string to MM/dd/yyyy format. How do i do this???? I used string.Format(strDate, "MM/dd/yyyy") but no effect. I guess i have to convert this to date and than to string(MM/dd/yyyy). Please help.
|
| .NET commercial apps | 04 Nov 2004 01:19 GMT | 3 |
What are some popular commercial programs developed using .NET WinForms? I believe PowerQuests Drive Image and Ghost are. What are some others?
|
| How to store user settings in custom/user XML file - not app.confi | 04 Nov 2004 00:29 GMT | 7 |
I'm using the configuration block to store user settings in the app.config file. As this exe will reside on a network drive, I can't have users trying to update the master app.config file. I want each user to read/write to a file in their user directory.
|
| Aligning Web Controls on ASPX form | 04 Nov 2004 00:29 GMT | 1 |
I have an ASPX web form, set to grid layout. I want to be able to align a panel object in the middle of the web page, but cannot seem to get this to happen! Can anybody please point me in the right direction.
|
| what do you have to do in a C# dialog so that it returns to ShowDialog as DialogResult.OK ? | 03 Nov 2004 23:28 GMT | 2 |
what do you have to do in a C# dialog so that it returns to ShowDialog as DialogResult.OK ?
|
| Effective hashing | 03 Nov 2004 23:10 GMT | 3 |
I would like some suggestions on how to, effectively compute a Hash Value for a "Collection" of simple Field Objects: internal class Field {
|
| .NET editor BUG | 03 Nov 2004 22:41 GMT | 1 |
While working on a simple c++ application within the .net framework i have come across 2 irritating bugs that are now almost permanent, they arise after a few minutes of working with the .cpp file and then can only be lost by restarting the IDE
|
| Redirect error | 03 Nov 2004 21:38 GMT | 1 |
We have launched our new web site using ASP.NET(VB.NET). The problem is with some 404 Page cannot be found error messages. Some of our users have bookmarked some links from our previous web site which brings up 404 Page cannot be found error message.
|
| re: how to convert from System::String _gc to wchar | 03 Nov 2004 21:28 GMT | 1 |
I was wondering how I would go about doing this conversion. I am getting the string from a C# assembly, but have to use it in a VC++ unmanaged DLL. Thank you.
|
| Opening Excel from Web | 03 Nov 2004 20:54 GMT | 2 |
I have a web application, it opens up excel when you click on a button. It works fine on my local machine. But when I upload the application to the server, i get this error message: COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not
|
| C# Screen not Refreshing during long process | 03 Nov 2004 20:00 GMT | 3 |
I have a Simple Windows Form which I placed a button and when the button is pressed it proceses data into a database and I update the task bar for each record. The task bar would show processing 1 of 200 and so on...
|
| Validation to find out if datagrid has any rows | 03 Nov 2004 18:14 GMT | 1 |
I am trying to run some validation on the on-click event of a button to check and see whether a datagrid has any items inserted into it and if it does then I'd like it to work as normal. However if it has no items in it then i'd like it to display the error message below and not ...
|
| How Do I : Single XSLT to Multiple Output Files | 03 Nov 2004 17:33 GMT | 2 |
I need to generate multiple output files while transforming a single XML file with an XSLT. I generate a node list of a certain element type, then generate a new file for each element based on that element's attributes, value and children.
|
| send email with C# | 03 Nov 2004 17:16 GMT | 5 |
I would like to do the following with C# in my asp.net app: Open the default email client of the user (just like a mailto: link would). Supply the subject line and put some HTML (including an image) into the body of the email.
|