| Thread | Last Post | Replies |
|
| XML Class Problem | 30 Sep 2006 08:11 GMT | 2 |
I have created the following class for reading XML Message from UPS, i use XMLSerializer to read the xml file , there is a minor problem , Response is a single item whereas RatedShipment is an array, but when reading it shows on one item for RatedShipment , where as there are ...
|
| Checking for a registry value... | 30 Sep 2006 03:58 GMT | 3 |
How can I lookup registry values? I'd like to check for the existence of this folder in the registry: HKLM\Software\AcmeCompany\MWIApplications\AutoLogonForSharedWorkstations so that I can use a login prompt for only these machines.
|
| Mixing and matching VB and C# in vs.net 2005 | 30 Sep 2006 03:51 GMT | 3 |
I've been working with C# for over a year now without touching vb.net code. I had a few light years of vb.net before that. No real vb6 or windows form experience. Suddenly, I have an assignment where I've been asked to create a few
|
| Microsoft Application Blocks for .NET 2.0 VB Version??? | 30 Sep 2006 03:47 GMT | 5 |
I am in the process of trying to migrate some of our existing .NET applications from version 1.1 to 2.0. In our 1.1 apps we have a common assembly that uses the sqlhelper.vb class from the Micosoft Application Block provided for version 1.1.
|
| [LISTBOX] AutoPostBack not fired with EnableViewState = False | 30 Sep 2006 02:05 GMT | 2 |
I have a Listbox, if I set EnableViewStarte = False the
|
| "Error 1 Metadata file..." What is this? | 30 Sep 2006 01:54 GMT | 1 |
Getting this error. Not sure what to do. App won't compile. Looks like it is something out of my control. Error 1 Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
|
| URL Rewrite problems | 30 Sep 2006 01:48 GMT | 1 |
I am developing a ASP.NET 2.0 application that must use friendly URLs. As an example, a content in http://www.mysite.com/music/pearljam for instance should be rewritten to http://www.mysite.com/Artist.aspx?id=1. The problem I am having is the fact the url doesn't have an .aspx ...
|
| LoginID as parameter to GridView or Dataset | 30 Sep 2006 01:24 GMT | 1 |
I am VB developer learning ASP.net. What is the best way to do the following. User logs in against our companies SQL Server to check if they have permissions in our Security table.
|
| mysterious ajax | 30 Sep 2006 01:03 GMT | 1 |
hey all, i have an update panel with a simple textbox in it. outside i have a server-side button. i put a trigger on the update panel for the button click event.
|
| URGENT!!!!! | 29 Sep 2006 23:49 GMT | 2 |
In .net 2002 version (1.0), Im facing problems with unicode file name display. The language is japanese. In ASP.NET 2.0, microsoft has included response.headerEncoding() which accepts charset type property by which the file name scramble display is
|
| Naming dynamically created datagrids | 29 Sep 2006 23:22 GMT | 2 |
I have a master/detail page that I've created using a datagrid inside a repeater. I need to find a way to export the entire resulting web page into Excel, and the multiple datagrids are giving me problems. I need each one to have a unique name that I can refer to in the code I'm
|
| Precompiling or Securing Code | 29 Sep 2006 21:56 GMT | 3 |
I have an ASP.Net 1.1 application that I need to move to a production server on a customer's network. I do not want the customer to have access to any code. It looks like VS2003 does not allow for precompiling code like you can do
|
| Date/Time | 29 Sep 2006 20:32 GMT | 2 |
How can I get a Date/Time string in Asp.Net 2.0 as follows: "Tue, 10 Jun 2003 09:41:01 GMT" And I need to have it according to specified culture. Thanks,
|
| Set/Get cookies | 29 Sep 2006 20:29 GMT | 1 |
I have an ASP.Net site that uses a cookie to hold setting for the last search criteria (entered in textBox, etc. fields. When I click the search button, it sets the value of the cookie in VB code as part of the OnClick event of that button. However, the cookie values are not ...
|
| Unknown Error ATLAS | 29 Sep 2006 20:28 GMT | 3 |
Hi Friend I am facing also Unk 8) nown error problem. In have page where I a using a User Control when I am using ATLAS to this page I have sam problem, I have tried it by debugging but there is no error. when
|