| Thread | Last Post | Replies |
|
| Accessing Web User Control Values From ASPX Code Behind | 10 Oct 2005 20:28 GMT | 1 |
Does anyone know how to do this? cntHeader is my control. When I try to set the value of lblDistributor = label1.text, I get the following error.
|
| c# executable giving an error | 10 Oct 2005 16:45 GMT | 3 |
I built a windows application, when i run the executable in the machine where i built the application it is running good, but when i copy it to other machines and run the exe and i am getting an error "executable encountered an error and needs to close". i appreciate if any one ...
|
| Mimarsinan InstallAWARE - Read before you buy! | 10 Oct 2005 15:46 GMT | 8 |
Dear Group My personal review of MimarSinan InstallAWARE Studio 2005 SE as a courtesy for everyone considering evaluating or buying this product. There are many reviews out there praising the products features so I
|
| Dynamically formatting a row in a Data Grid | 10 Oct 2005 15:11 GMT | 1 |
I would like to change the forground color of a row in a Data Grid based on the value of a certain column. I am using Visual C# .NET. Is there an OnPaintRow event which I can subscribe to, or how can I do this? Thanks,
|
| Create dynamically LinkButton controls and EventHandlers | 10 Oct 2005 14:55 GMT | 3 |
I create a Table1 dynamically at run time, and at the same time, I would like to create LinkButton controls, also dynamically, and insert them into each line in my Table1. I would then like that, when clicking the LinkButton, the user can be navigated to another page, carrying a ...
|
| Building Run-time Dynamic Controls | 10 Oct 2005 14:53 GMT | 1 |
I am using XML/XSL to build a dynamic asp.net control at runtime. So the result of the XML/XSL transformation may result in a string such as: <asp:TextBox id="TextBox1" runat="server"> </asp:TextBox>
|
| BUG: Ngen stops catching of derived exception in multi dll applica | 10 Oct 2005 12:35 GMT | 1 |
01/30/2004 I have posted "Serious bug in ngen.exe" in this thread but so far (in .NET 1.1 SP1) this bug is not yet fixed !!! So I am repeating this post again: Ngen stops catching of derived exception in multi dll application !
|
| Drag & Drop tab controls in 2005? | 10 Oct 2005 10:26 GMT | 2 |
In vs 2003/1.1 runtime I was using the NetXP (www.dacris.com) extensions that allowed you to make windows forms that had the tab control found in Visual Studio .NET. I mean like the solution browser, class viewer, etc. windows...how you could drag & drop the subwindows, or stick ...
|
| Question about the choice of technology | 10 Oct 2005 08:14 GMT | 2 |
I have no experience with .NET or web programming and for the last couple of years I was doing only client-server projects with PowerBuilder. Right now I have to write a web application (something like MSDN) consisting of a tree on the left side and some template pages on the right ...
|
| Programatically singing file ? | 10 Oct 2005 07:56 GMT | 1 |
It there popssibility to sign files programatically ? For example I have X509Certificate and want to sign pdf file. I searched around the net and din't found any info about that.
|
| Just can't get around this... NEED HELP | 10 Oct 2005 01:07 GMT | 1 |
I am trying to send a control string to the LPT1 port. I have no problem doing it in VB6... but for the life of me I can't do it in VB.NET. All I get is an error with the code below .NET does not seem to like the "LPT1" in the
|
| Importing .txt file | 09 Oct 2005 15:31 GMT | 11 |
I have a .txt which has been exported as a .csv from an external source. What i need to do is to import this into SQL2000 (into a table) but I need to do special things on the data: 1. I need to look for the first three chars and import rows into separate
|
| How to run .NET 1.1 apps on .NET Framework 2.0 | 09 Oct 2005 11:24 GMT | 4 |
Most .NET 1.1 programs just run on .NET Framework 2.0 without any nag. But some programs pops up a message box saying .NET 1.1 is not installed. I think .NET 2.0 has backwards compatibility and can run .NET 1.1 apps, right? Because installing both 1.1 and 2.0 seems to be a
|
| "Accept terms" screen when user logs in | 08 Oct 2005 19:22 GMT | 1 |
I would like to ask directions regarding the creation of a screen that will pop up when a user logs in. He'll have to accept the terms of usage (a lab we are running). If he accepts he can continue using windows or else he will be logged out
|
| ROUNDUP Formula | 08 Oct 2005 15:42 GMT | 4 |
Is that a formula in vb.net like Ms Excel? Currently my Excel formula is "=(((ROUNDUP(I30/3000,0)+1)*G30)/1000)+((ROUNDUP(G30/10000,0))*I30/1000)", but in vb.net how to write. Any idea?
|