| Thread | Last Post | Replies |
|
| what is difference between buil and delpoy? | 08 Jun 2005 11:26 GMT | 1 |
1. what is difference between buil and delpoy? 2. If I am finished with a web app lets say. how do I compile it and what type of a file will it be? .dll, aspx,... 3. how do I bundle an application that is web based. Do I put an aspx file
|
| Data adaptor.update confusion | 08 Jun 2005 11:18 GMT | 1 |
OK I'm lost.... Hope I can describe this that you will understand what I'm taking about. I have an Oracle dataset and I've inserted some rows into it, I now want to update the database. I managed to do this by going thru each row and
|
| datatable.compute method | 08 Jun 2005 11:17 GMT | 1 |
I'm trying to compute the minimum datetime of a column in a certain datetime range like so: datatable.compute("Min(datetime_column)", "datetime_column < datetimeobject"); I get a syntax error.....I suppose this has something to do with compute
|
| Setup and Deployment | 08 Jun 2005 11:10 GMT | 1 |
Is there a newsgroup for Setup and Deployment related issues in .NET?
|
| Time settings | 08 Jun 2005 11:02 GMT | 1 |
My problem is the following: I get the current time on the machine by using Now(), but for some weird reason this machine (happens only on this machine) refuses to show/handle the tt part of the time. Thus all the times I get using anything like Now() or even when assigning a ...
|
| Dataset and identity seed columns | 08 Jun 2005 10:56 GMT | 1 |
I have a dataset that contains two tables - Parent and Child. The key of the Parent is called ParentID and is an identity column in SQL Server. The key of the Child is two columns called ParentID - foreign key defined as INT to Parent table - and ChildID that in itself is an ...
|
| ItemDataBound text modification question | 08 Jun 2005 01:51 GMT | 3 |
I've got a repeater that's bound to a datareader and I'd like to conditionally modify the text that is being outputted. Previously, I've done this by assigning a name to attribute to the surrounding tablecell in which the <%# %> tags reside and I could use the findcontrol to grab ...
|
| unix shell scripts | 07 Jun 2005 23:44 GMT | 1 |
is there any way to invoke a unix shell script from .net? tia, dk
|
| what exactly is the source safe used for | 07 Jun 2005 22:21 GMT | 2 |
what exactly is the source safe used for
 Signature Adam S
|
| VCBuild issues in MSBuild still present in Beta2 too!! | 07 Jun 2005 21:52 GMT | 1 |
I was facing an issue with VCBuild on Beta1. Today after shifting to .NET Beta2, it looks like the issue is still not resolved :-( I have to invoke VCBuild through MSBuild on command prompt. I have following issue:
|
| Help Thread pooling ??? | 07 Jun 2005 20:32 GMT | 12 |
I have a function that I need to run in a thread due to the fact that it can takes long time to execute according to the amount of data to collect. This function is also populating a treeview control whne collected data gets finished.
|
| which is best? | 07 Jun 2005 18:05 GMT | 4 |
sb = New StringBuilder sb.Append(vbNewLine) sb.Append("function init() {") sb.Append(vbNewLine)
|
| Facing precision issues with "double" | 07 Jun 2005 17:32 GMT | 2 |
We are facing precision issues with addition, multiplication or division of "double" Issue1: #####
|
| Can't open 'Samples and Quick Start Tutorials' | 07 Jun 2005 14:18 GMT | 2 |
Thanks for taking the time to read my question. First off, I hope I am in the correct forum. If not, please let me know. I have followed the instructions to install the Quick Tools component, and the MSDE2000A.exe. My co-worker has done the same and his works and mine
|
| msgbox function | 07 Jun 2005 13:56 GMT | 2 |
I suspect that my 2 yr old has been messing around again... simple say I call the msgbox function from a button click event thus
|