DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.aspnet     33479 threads
page nr.: << back    20      21      22      23      24      25      26      27      28      29      30      31      32      33      34      35      36      37      38      39      40    next >>



Server-side Scripting Language..   (1 messages)   Date: Thu, 09 Aug 2007 08:40:26 -0000
Hey, Now I'm doing a ASP.NET 2.0 C# application and customization is one of the main requirements. So what I need is a smaller (easier for non- developers) scripting language to allow writing small scripts that will be ...

Object DataSource parameters   (2 messages)   Date: Wed, 08 Aug 2007 22:50:47 -0700
Hi , i have a function which takes object as a parameter eg: getCustomers(Customer objCustomer) i have a gridview which inturn calls a objectDataSource which calls getCustomers(Customer objCustomer) How ...

Async WebRequest isn't asynchronous?   (1 messages)   Date: Thu, 09 Aug 2007 00:10:02 -0500
I have developed a simple webrequest method that will call a remote service from one of my web pages. The call is part of a class in a separate assembly. The web request code is a pretty basic async call: HttpWebRequest ...

regenerate resource files in app_globalresources   (1 messages)   Date: Thu, 9 Aug 2007 10:07:49 +0800
Under an ASP.NET application, I create folder \app_globalresource and some resource files. Question: 1. How can I generate all my forms resources strings to these resources files? 2. If I add a resource string pair to ...

user control in formview   (1 messages)   Date: Thu, 09 Aug 2007 01:51:00 -0000
Hi, Update/Insert works fine when included html/server controls (button for submit) within <xxxTemplate>, all events related to objectdatasource and formviewcontrol fired correctly with data. However, when I put those ...

Updating a GridView bound to ObjectDataSource   (1 messages)   Date: Wed, 08 Aug 2007 17:39:35 -0700
I have an ObjectDataSource with a GridView that displays a DataTable. That works fine, but I'm not sure how to implement the Update. This is a more involved update process than most: 1. "Update" should send the changes ...

Evaluate a software   (2 messages)   Date: Wed, 08 Aug 2007 16:45:57 -0700
I need your help in evaluating a file upload software called Dextupload Pro. Could any of you take a look at it at www.dextsolution.com/us? Thanks and I appreciate your comments. *** Sent via Developersdex http://www ...

Validation Groups - Server side   (3 messages)   Date: Wed, 8 Aug 2007 16:26:03 -0700
Ok, so I'm working through examples in the apress book "Pro ASP.NET 2.0 in C# 2005". The Validation groups example doesn't work the way I thought it should. It consists of 2 textboxes and 2 buttons and 2 required field ...

user control in formview control   (1 messages)   Date: Wed, 08 Aug 2007 16:18:52 -0700
Hi, Update/Insert works fine when included html/server controls (button for submit) within <xxxTemplate>, all events related to objectdatasource and formviewcontrol fired correctly with data. However, when I put those ...

Web Form and ADO.NeT Transaction   (7 messages)   Date: Wed, 8 Aug 2007 16:01:46 -0700
Hi, using ADO.NET 2.0, VS.NET 2005, SQL2005 I need to execute several Stored Procedures under one transaction. Can I use just one command/transaction or have to use multiple ( then commit or rollback all ) How does ...

xpath and sorting nodes   (1 messages)   Date: Wed, 8 Aug 2007 15:42:03 -0700
i want to get nodes frm an xml using selectNoded,and then to sort them by an attribute. i have found this link : http://msdn2.microsoft.com/en-us/library/system.xml.xpath.xpathexpression.addsort(vs.71).aspx which describe ...

Troubleshooting Login   (1 messages)   Date: Wed, 8 Aug 2007 18:27:54 -0400
I want to authenticate against Active Directory using an ASP.Net 2.0 login control but am having a time getting that to work and am not sure how to troubleshoot. When I attempt to open Default.aspx I properly get redirected ...

Unable to place controls in layout grid cells (repeated)   (1 messages)   Date: Wed, 8 Aug 2007 23:30:33 +0100
Hello, I posted this a while ago, but I haven't got a response yet. When I do the following: - create a layout grid by going 'Layout' > 'Insert Table'; - accept the default settings (3 x 3 grid); - drag a text ...

C# Code stops after Save as dialog is closed   (5 messages)   Date: Wed, 8 Aug 2007 17:24:49 -0500
Hi, I have the following C# code in a page: Response.ContentType = "APPLICATION/OCTET-STREAM"; Response.AppendHeader("Content-Disposition", "Attachment; Filename=\"C:\\Download.txt\"" FileInfo fileToDownload = new FileInfo("C:\\Test ...

Accessing Properties in masterpage from content file   (10 messages)   Date: Wed, 8 Aug 2007 16:34:30 -0500
I am trying to access the properties defined int a masterpage from within a content page. the properties are not showing up when I try to access them from the content page. Anyone have any suggestions? MasterPage: <%@ ...

A question of design and architecture - a good group anyone ?   (2 messages)   Date: Wed, 08 Aug 2007 14:33:17 -0700
Hi, This is an off topic question... so sorry about that but I'm desperate. I am looking into designing a new system for a business. The nature of the system will be different to others I have designed and built, and I ...

sitemape to menu control dynamically   (1 messages)   Date: Wed, 8 Aug 2007 21:46:27 +0100
Hi There, I would like to control my menu based on user logon status. I use sitemap menu, after that i want to use something like this but don't know how to use this if (bUserLogedOn) ((Menu)Master.FindControl("menua" ...

Datagrid blank on postback.   (7 messages)   Date: Wed, 08 Aug 2007 20:44:46 -0000
Hi I tried all the things I know am out of ideas now. Can you guys help me out with this? I have 4 grids on a page with I load on the Page_Load event. One of the grids has paging. When I move to different page on one ...

Problem sorting a Datagrid with Checkbox columns (checkboxes not following sort)   (3 messages)   Date: Wed, 08 Aug 2007 13:34:04 -0700
I am trying to sort a datagrid which contains 5 checkbox columns. All other columns sort properly except these 5 checkbox columns which dont sort at all. I am using ASP.NET 1.1 and this code is located in a user control ...

getting to treeview node   (1 messages)   Date: Wed, 8 Aug 2007 13:18:02 -0700
hey all, i have a treeview on my web page. there are checkboxes on all the nodes. when a node is checked i'd like to be able to change the backcolor of the node. how would you do this? also, what if you didn't ...


page nr.: << back    20      21      22      23      24      25      26      27      28      29      30      31      32      33      34      35      36      37      38      39      40    next >>
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us