| Thread | Last Post | Replies |
|
| .Selected property for listbox does not work | 16 Feb 2005 14:41 GMT | 8 |
Hi I have written a code for showing the list boxes as selected using a Listitem and the selected property of the items. Now I have 2 list boxes in my page. But it shows only the selected values
|
| Triming extra characters ??? | 16 Feb 2005 14:23 GMT | 11 |
I have a csv file which as following output : "REC00001.CSV","Pipe","25 x 2.5 mm","LP602","LP602","02/11/2004 15:15:04" I need to remove from that string doucble quote char. In order to read my file I use following code :
|
| how to show .PSP and .TUB files in .net program | 16 Feb 2005 13:51 GMT | 1 |
ive been searching all over to try and figure out how to show .PSP and .TUB files from inside my program useing a picture box. i have been able to get the program to show .JPG and .BMP and .GIF files just fine but it wont bring anything up on the .psp or .tub
|
| create a LinkButton at "runntime" | 16 Feb 2005 12:49 GMT | 5 |
I wish to create some LinkButtons in DotNet. Because I will do it in dependence of the entries in a database, I can not add them with the mouse to the form as usually. I can create them in the Page_Load event but then I can not see them.
|
| Toolbox | 16 Feb 2005 12:25 GMT | 1 |
I recently downloaded a windows form control SourceGrid from the codeproject website and I want to know the procedure for adding this control to my Visual Studio toolbox. The download came with an *.dll assembly and a Strong
|
| Javascript not firing in a datagrid | 16 Feb 2005 12:09 GMT | 1 |
I've got this great wee function which strips out the spaces entered into a textbox and it does this on the key press off a user. I got this working in a test application no problem however when I went to intergrate it with my real application which has the textbox in the footer ...
|
| regex question | 16 Feb 2005 11:25 GMT | 1 |
I am not sure if it is the right forum for Regex topic. If not, please point me the right forum. For a given string, such as the text read from an aspx file, I need to programatically identify each asp.net server control. I am not an expert in
|
| NUnit is worth to use ?? | 16 Feb 2005 09:05 GMT | 2 |
Hi, all. I've know NUnit for a while, now I try to use it. Most of application I develope is data base driven. I want to test data layer most with may input and checking the result, then
|
| Unable to start debugging on the web server. | 16 Feb 2005 08:16 GMT | 2 |
I'm trying to debug an app in Visual Studio .NET Version 1.1.4322 SP1. Here is the MDE Error I get...."Error while trying to run project: Unable to start debugging on the web server. Could not start ASP.NET or ATL Server debugging. Verify that ASP.NET or ATL Server is ...
|
| find info from AD | 16 Feb 2005 07:08 GMT | 10 |
I have write code below to get full name from Active Directory (AD) based on windows user name (strUserID). When I wrote in Windows Form, it return value. But I need to show in Web Form but display message error . any idea? Public Function GetUserInfo(ByVal UserID As String)
|
| Creating a UNIQUE value | 16 Feb 2005 03:29 GMT | 2 |
I need to create a UNIQUE number similar to a GUID but all numbers. Does anyone know of an algorithm or anything? TIA, Dave
|
| login name variable | 16 Feb 2005 01:29 GMT | 2 |
is there a login name variable that I can use in my ASP.net, VB.net program? I am trying to have different users access different webform as they login. thanks for any help
|
| Check if a character is inside a source code string | 16 Feb 2005 01:05 GMT | 1 |
I am working on an application where I need to parse C# source code. For example, I need to find the return statement in a method. So I search for the word "return" in a line of code. But the problem is when the word "return" also is found in a string (either normal or literal).
|
| Create controls dynamically: Getting an error | 16 Feb 2005 00:58 GMT | 3 |
Pls give me some insight as to what I should be doing. I have a form where I have 20 text boxes and when an user submits the form I save it to a database. When they want to retrieve it, I loop and create the textboxes with ID and text value and then add to the form. The problem ...
|
| Installing Visual Studio .NET 2003 to a disk other than C? | 15 Feb 2005 22:45 GMT | 2 |
The Visual Studio .NET 2003 installation program is forcing me to install to C:\Program Files\... There is no browse button visible to change that to a different drive. Can this possibly be normal? Why does it not let me change the installation path?
|