| Thread | Last Post | Replies |
|
| DotNetNuke ASP.NET Portals | 18 Apr 2005 23:37 GMT | 1 |
I want to know where I can find online tutorials about DotNetNuke? I am a rocket in this issue and I need a guide in order to start to develop my portal on this tool. Thanks in advance for any help
|
| random number generator | 18 Apr 2005 22:14 GMT | 8 |
I need some help writing this function the function returns a list of random non-duplicate integers in a string, 1 parameter indicating the maximum range. string randGen(int maxRange)
|
| Visual studio 2005 beta 2 | 18 Apr 2005 22:01 GMT | 3 |
http://msdn.microsoft.com/library/en-us/dnvsent/html/vsts-over-fig01big.gif Does this mean the team developer edition has the most complete visual studio 2005? what 's the difference with standard and pro edition?
|
| Large memory footprint of dotnet application | 18 Apr 2005 21:03 GMT | 2 |
We are developing a large dotnet application, which includes ~ 120 assemblies. (total size of all binaries is ~ 20MB). Our application also references the following dotnet assemblies: System,System.XML, System.Windows.Forms, System.Drawing, System.Data,
|
| help!! credentials stored in web.config vs in database | 18 Apr 2005 18:49 GMT | 2 |
Hi, I have difficulties about authentication & authorization thing. My project has an admin folder (which can only be accessed by administrator) and a secret folder - (can be accessed by registered users).
|
| Datagrid cell edition ???? | 18 Apr 2005 16:50 GMT | 3 |
I have a datagrid which is dynamically bind to a dataset. What is the way of entering in edition mode when a user click on a perticulra cells. Actually if I click on a cell, it is highlighted but I canottype in ???
|
| Difference between 'out' and 'ref' parameters. | 18 Apr 2005 16:23 GMT | 8 |
'out' and 'ref' parameters in C#... Both these can be used to pass parameter values BACK from a Method, but obviously they are different techniques. As I understand it,
|
| Consuming dot net serviced component from .Net client? | 18 Apr 2005 16:03 GMT | 1 |
I have created a .Net class that I configured to use through Component Services (using regsvcs MTSWord.dll). The "Server" app. I intend to use this "COM+" object in another .Net app: the "client" app.
|
| What's the difference ... | 18 Apr 2005 15:53 GMT | 3 |
What is the difference between an object and a class?
|
| How to get a keypress event in an console application | 18 Apr 2005 15:47 GMT | 1 |
I use to get the function keys that were pressed in an console application cause this application should also be used over a telnet server. Does someone know how to get the keys. Tanks for your help in advance. Ulrich
|
| Output parameters with VB .Net | 18 Apr 2005 12:46 GMT | 1 |
I enjoy visiting your web site. I am programming with VB .Net My code is: Public Sub Test(ByVal a As String, ByVal b As String, ByVal c As String)
|
| Printing With Crystal Report on DOT Net | 18 Apr 2005 12:27 GMT | 2 |
I used CrystalReportViewer Control in my Dot Net application, I am unable to print my report because this control provide other functionlity on its toolbar but there is no print icon. How can I print my report with Crystal report.
|
| How to define COlumn Width ???? | 18 Apr 2005 12:15 GMT | 1 |
I have a Datagrid control which bind to a dataset during runtime. How can I set the width of the Column of the grid dynamically . I could not find any width property for columns Thnaks for your help
|
| Create Table in SQL server (Visual basic.Net ) | 18 Apr 2005 09:14 GMT | 3 |
Now I am using Visual Basic.net to write a program but having some headaches. The situation is as follows: I am using ODBC connection to connect one database( non-SQL server) , which has over 20 tables and each table has lot of fields. My aim is to setup a
|
| Inverting Binary Vales | 18 Apr 2005 06:37 GMT | 2 |
im new to working with binary data, i was wondering if tehr was an easy way to flip the values ie....f7 becomes 7f....things like that...im using c#.
|