Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / General / April 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
C#, Size of Text23 Apr 2004 10:22 GMT3
I want to center text of labels, but  don't know how to do it.
I have try to do a :
distX = netUseGroupBox.ClientSize.Width / 4 - mailLabel.Text.Length * 8 / 2;
But it works only for one Label (not the others).
Regular Expression - Numbers23 Apr 2004 10:22 GMT2
I'm trying to come up with a regular expression that matches numbers with commas... but doesn't match numbers formatted without commas.  The problem is that I'm trying to parse a file where the columns run together sometimes.  For example
987,456,321123,456,78
This matches for the ...
Tokenizer question23 Apr 2004 08:37 GMT2
I will start working on a project where we have to parse a string and
store the words and the number of times each word appears.
I know you can use the Split function to split a string into words
and then I'd have to savethe words and keep a track of how many times
Datagrid Question23 Apr 2004 08:28 GMT2
is it possible with a datagrid to bind it to a table that has a column that
is an integer and then when the datagrid is display, I can tell it that if
the field is a 1, then display this value, if a 2 display this value and so
on?
Problem with Data adapter sql statement23 Apr 2004 08:27 GMT2
I am accessing a MS SQL2000 database. The table has a date field setup as 'Datetime' I then setup a data adapter (VB.Net, windows) as follows
daEmpDiv = New SqlClient.SqlDataAdapter("SELECT EmployeeID, DivisionID, SubDivision_ID FROM tblEmpDivisionDates WHERE EmployeeID = 17 AND ...
datagrid error message23 Apr 2004 08:24 GMT1
I am getting the following error message when I try to load my page
AllowCustomPaging must be true and VirtualItemCount must be set for a
DataGrid with ID DataGrid1 when AllowPaging is set to true and the selected
datasource does not implement ICollection.
How do you wait for an IE process to finish when started with Process.Start()23 Apr 2004 08:18 GMT1
I am developing a WinForm application which will redirect the user to HTML page, using IE, when they click a button. However, I want this to be modal in operation, so I would like to make sure that the IE process has finished before I allow then to continue.
I first tried using ...
Exception handling in web applications23 Apr 2004 08:09 GMT2
How to handle exceptions and show messages in a web application? In windows application we can create a log file and show the message on message box.What is the way to do it in a web application?
Thanks in advance.
I am going crazy trying to find the error23 Apr 2004 08:02 GMT1
<Columns>
       <asp:TemplateColumn runat="server" HeaderText="Full Name" >
              <ItemTemplate>
                        <asp:label runat="server"  text='<%#
Defaultvalue from database in dataset columns23 Apr 2004 07:50 GMT7
I have an Access database in which I defined default values for certain
columns. On my windows forms I've got controls bound to the dataset, The
problem is that when I add a new row to the dataset my controls don't have
the defaultvalue entered in the database.
[Repost]: Help Re: Remote desktop access (TS) security23 Apr 2004 05:37 GMT2
I have a question regarding password and remote communication.
If I access another computer remotely using the Remote Desktop client
without using VPN, will my username and password be sent in the clear to the
server and therefore liably intercepted by anyone on the Internet?
"Index was outside the bounds of the array" error out of nowhere23 Apr 2004 03:21 GMT1
I've been trying to figure this out for a few days now, and still have
no clue what's going on...
I have a few related tables in MS Access (Clients, Cars, Sales), and a
datagrid, binded to dataview.
Intellisense Problems in VS.NET22 Apr 2004 22:56 GMT2
I am having severe problems with Intellisense.  It keeps failing in my project.  If I recompile, it works maybe once.  If I close and reopen, it may work for a short while.  In addition to Intellisense failing Undo sometimes fails with an error message.
I am working in C# on a ...
clear the assembly's download cache after a No-touch deployment22 Apr 2004 22:31 GMT3
Hello all!
If a client has run a program with url like this:
http://server/HelloWorld.exe, then the assembly HelloWorld.exe will be
cached in Assembly's Download Cache. But if then a new version of
Interfaces and classes in the same assembly. Best Practices?22 Apr 2004 21:53 GMT2
I notice that Microsoft puts their interfaces and classes in the same
assembly. For example System.Data contains OleDbConnection and
IDbConnection etc.
I have found it useful to keep my interfaces in a separate assembly for
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.