| Thread | Last Post | Replies |
|
| cycling through a dataview and adding text | 27 Sep 2005 09:18 GMT | 1 |
I have a dataview that is populated from a dataset, from SQL Server. I want to cycle through the dataview, adding "1)" then "2)" etc in front of each string. I can't figure out the syntax to make this work.
|
| call vb6 exe from .net | 27 Sep 2005 08:15 GMT | 3 |
I wondering is there any technicue that I could use to call vb6 exe from my .net dll project programmed with c#? I know that via com interoperability I can use vb6 .dll components but know I have
|
| problem in sending mail | 27 Sep 2005 07:59 GMT | 11 |
Iam sending mail from web page like, enquiry form mail using asp and asp.net.while send the mail i don't have any error. but the mail does't reach the destination.can some one give me a solution for this problem.
|
| Concurrency Violation in DataSet Update ADO.NET | 27 Sep 2005 05:29 GMT | 2 |
I have not understand the problem. Before all the coding with few application everything worked perfectly. Now I am developing Cheque Writing application and when the cheque is clear the user have to open a form and entera date so we know in report that the desiered check has ...
|
| Help! Pulling my hair on this Datagrid problem!!! | 27 Sep 2005 00:39 GMT | 1 |
I have a very simple datagrid and one of the columns is defined as a label and on the edit template is a Dropdown ctrl. <EditItemTemplate> <asp:dropdownlist Width = "100%" runat="server" id="DropDown1"
|
| Sytem.IO.File.SetAttributes question | 27 Sep 2005 00:20 GMT | 2 |
1.1 .NET running on Windows XP... I have read only files on my local machine. I want to use the above SetAttributes to check OFF the readonly attribute for some of those files because they must be writeable.
|
| System.Web problem | 26 Sep 2005 20:46 GMT | 3 |
For one reason or another, i can't use for example System.Web.HttpUtility.HtmlDecode with VS 2005. Has there been made any changes to System.Web lately? The only System.Web-related things i can find is AspNetHostingPermission,
|
| 2.0 Beta, Can I connect to a .DBF file? | 26 Sep 2005 20:31 GMT | 2 |
The subject says it all. Will 2.o support a connection to a .DBF object? Al
|
| Macintosh users | 26 Sep 2005 19:20 GMT | 1 |
In the absence of MS IE for the Mac, does anyone have experience with available browsers that might allow Macintosh users to access an existing C# .NET application?
|
| Regex.IsMatch help | 26 Sep 2005 18:37 GMT | 8 |
I need to determine whether a text box contains a value that does not convert to a decimal. If the value does not convert to a decimal, I want to throw a MessageBox to have the user correct the value in the text box. I have the following code but when the user enters a decimal ...
|
| Datagrid lines - alternating colour lines | 26 Sep 2005 18:12 GMT | 2 |
I am trying to make my datagrid look a bit better than the typical one. How do i show the datagrid to have alternating colours e.g. like in windows media player v.10? Thanks
|
| reg expression help needed | 26 Sep 2005 17:27 GMT | 1 |
I am looking for a reg ex that will match email addresses withing <a href=mailto blah > links. Actually, I already crafted my own, but with a slight problem: <a href="mailto:fred@blah.com"> emal me</a> woud be matched as expected, but
|
| Context Menu Problem | 26 Sep 2005 16:56 GMT | 1 |
Hi, I have a problem, when i use a context menu in a MDIForm and activate the property "MDIList= True", the context menu don't show me the current child windows, please help me, i use VS2003, May be it's a bug of the Framework.
|
| ASP.Net Best Practices | 26 Sep 2005 15:50 GMT | 1 |
Is there a document or site that details the best practices that MS endorses in the use of ASP.Net and ADO.Net?
|
| Is It Possible To Keep Tabs In VC#.NET 2005 Express Edition? | 26 Sep 2005 15:38 GMT | 2 |
Some nice man told me that I can keep tabs in Visual Studio 2005. (Options -> All Languages -> Tabs -> Keep tabs) But I'm using VC#.NET 2005 EXPRESS EDITION, and I can't find Tabs node. Is it impossible to keep tabs in VC#.NET 2005 EXPRESS EDITION? If there
|