| Thread | Last Post | Replies |
|
| How to print gridview values in web application. | 14 Jun 2007 10:42 GMT | 1 |
Hello friends, I am working on one of web application which needs to print datagrid values on one of the button click event.So can anybody please help me out.
|
| timespan issue | 14 Jun 2007 10:11 GMT | 11 |
I have a TimeSpan which i get my subtracing a date from a date. TimeSpan ts (Dim ts As TimeSpan) ts = parsedDate.Subtract(DateTime.Now) i get different values for Hours and TotalHours. In my case i was
|
| Web link in a windows form | 14 Jun 2007 09:57 GMT | 4 |
I have a windows form created in C#, there is web link inside it. I would like the default browser being launched if the link is clicked on. Does anyone know the easiest way to do so? Thanks
|
| How to retrieve a DetailsView | 14 Jun 2007 09:49 GMT | 3 |
In the ASP.Net C# Web, I have a DeatailsView like this: First Name: John Last Name: Dole SSN:XXXXXXXXX
|
| maximized form | 14 Jun 2007 07:17 GMT | 4 |
I want to have an application window be always maximized (or minimized) but never in normal state. If I take away the maximize button in the form and start the application in maximized mode the user can still double click on the title bar to unmaximize it, but never maximize it ...
|
| maximized window hides task bar | 14 Jun 2007 07:15 GMT | 2 |
I created a simple form and started in maximized. On two different PCs in one case the application window was over the taskbar and hid it completely, even though the task bar was set to "On top of all windows". On another PC (also Win XP and the same task bar setting) the task ...
|
| Create a text file with tab delimiters | 14 Jun 2007 05:55 GMT | 1 |
I have two coloumns in a excel worksheet where the first coloumn is a header and the second coloumn is a corresponding value. Also i have a text file That contains header and values in a tabdelimited format. Now the requirement is like I have to compare the Headers in excel
|
| Casting integer type to real state in a DetailsView | 14 Jun 2007 05:35 GMT | 1 |
In my C# Net 2.0, in a DetailsView I have a row TestStatus, and the output will be interger 0, 1, where the 0 presents Pass, 1 presents Fail. What do I need to do so that the output will be "Pass" and "Fail", not the
|
| C# socket reconnect | 14 Jun 2007 02:56 GMT | 3 |
Hi. I am having a problem on handling asynchronous sockets in C#. I implemented a pair of client and server sockets. The connection is ok when first connected. However, when I turned off the server socket, the client is able to connect, but cannot send anything out. It seems ...
|
| Transactions in dotNet 2.0 | 14 Jun 2007 02:50 GMT | 4 |
I have a transaction in dotNet 2.0: ------------- TransactionOptions options = new TransactionOptions(); options.IsolationLevel = System.Transactions.IsolationLevel.Serializable;
|
| Combine bitmaps | 14 Jun 2007 01:56 GMT | 1 |
I need to combine several bitmaps together to form a single bitmap. Can anyone show me some similar sample code? Thanks. AJ
|
| Need help with Vector parameter when invoking C dll from C# | 14 Jun 2007 01:04 GMT | 4 |
The function that I'm trying to call through DLLImport has a parameter that has a C code's vector's Itrator to a structure. I Have marshalled the structure in C# but how do I do the C type vector's Iterator in C#? The problem is in the next line and the rest of the code is just ...
|
| design patterns / Architectures etc | 13 Jun 2007 23:01 GMT | 6 |
I have 13 yrs experience working from Visual Studio 1.x today VS 2005 (both VB and C++) Most of the time I have worked in N-tier applications, Web applications, Windows applications....My company is a small company very limited
|
| Width of String | 13 Jun 2007 22:59 GMT | 4 |
Any ideas on how to get the width of a string in pixels? Thanks, Randy
|
| RegEx to return 1 or 0 whether the tested value is empty | 13 Jun 2007 21:09 GMT | 1 |
Guys, I have a need of replacing the content of the tested value with 1 or 0, depending if the value has content or not. 1 for value, 0 for empty. I would like to accomplish this thru a regular expression. Does somebody have an
|