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 >>



Add New Data Source menu item under Data not avilable inVS2005 IDE   (1 messages)   Date: Thu, 2 Aug 2007 03:28:03 -0700
We have technical issue regarding Visual Studio 2005 IDE. Details are explained below. When we updated Visual Studio 2005 Service Pack1 I am not able view Add New Data Source under Main Menu -> Data. Our application is ...

validate Digital Firm   (1 messages)   Date: Thu, 2 Aug 2007 11:34:11 +0200
hello how can i validate a digital firm is revokated or no, or if this firm is cancelled. thanks ...

Asp.Net Tips & Tricks   (1 messages)   Date: Wed, 01 Aug 2007 23:53:05 -0700
hi check http://aspnet-tips-tricks.blogspot.com/ for tips and tricks Thanks ...

Cookie problem   (9 messages)   Date: Wed, 01 Aug 2007 20:31:06 -0700
Maybe I don't understand cookies correctly. When some visits my site and logs in, they get a cookie that stores their login information. When they come back, that info is read from the cookie and they can log in without having ...

Iterating and downloading a URL that lists files?   (7 messages)   Date: Wed, 1 Aug 2007 20:15:47 -0700
Is there a way to open a URL, one that shows nothing other than a directory listing, and iteratively go through the list to download the files? ...

how to use DynamicInvoke method to return a value   (1 messages)   Date: Wed, 01 Aug 2007 19:52:43 -0700
using System; using System.Windows.Forms; using System.Threading; using System.ComponentModel; namespace ProgressControl.Core { public delegate object Execute(params object[] args); public class ProgressController ...

Enterprise Library number jumble   (2 messages)   Date: Wed, 1 Aug 2007 17:40:46 -0700
I now have installed (from the same install) Enterprise Library - January 2006 and Enterprise Library - June 2005. The install for these two was called Enterprise Library for .Net 2.0. (not Enterprise Library 2.0). I then ...

What is the best pratice?   (3 messages)   Date: Wed, 1 Aug 2007 20:33:04 -0300
Hi, I have a VS2005 asp.net 2.0 C# application with a lot of screens just like customers, companys, manufacturers wich has always the same basics working like a gridview showing the records, and the basic functions: inserting ...

ASP.NET AJAX: problems with UpdatePanel, GridView & RowCommand in Firefox   (1 messages)   Date: Wed, 01 Aug 2007 16:06:39 -0700
I have a user control which contains an UpdatePanel, which contains a MultiView inside, with a GridView in one of the views. In my GridView, I have a ButtonField which is supposed to trigger a server-side operation, using ...

Hyperlink and ResolveURL   (8 messages)   Date: Wed, 1 Aug 2007 16:00:41 -0700
I am finally getting the path to the Current Page using Page.ResolveURL. I am now getting "/jobSeeker/displayCompanyOverview.aspx" which is what I was looking for. But what is the syntax to add it into the HyperLink object ...

Strange doubt javascript:confirm   (6 messages)   Date: Wed, 1 Aug 2007 19:37:36 -0300
Hi, I have a C# ASP.net 2.0 built on VS 2005, and the piece of code: javascript:confirm('are you sure delete record?') on gridview at rowDataBound - OnClientClick, works fine, it asks the user and if cancels, does nothing ...

web.config section replacement   (4 messages)   Date: Wed, 1 Aug 2007 15:22:01 -0700
I replace a lot of web.config sections during compile. I am having trouble with a custom section is it possible to replace a custom section? Error 44 web.config(1): error WDP00002: missing section ExceptionHandler ...

cast in VB.Net   (3 messages)   Date: Wed, 1 Aug 2007 14:56:04 -0700
Dim uc As UserControl uc = LoadControl("\usercontrol\topheader.ascx") Dim top As TopHeader How do I convert uc to datatype TopHeader? In C# I would do a cast. I have forgot how to do a cast in VB.Net -- Certified Geek ...

Tooltips display time?   (2 messages)   Date: Wed, 01 Aug 2007 14:47:44 -0700
Is there a way to control the time that a tooltip stays displayed? I'd like to keep them up at least long enough for the user to read the whole thing. ...

Keeping text control characters (line breaks / carriage returns) in DetailsView field   (3 messages)   Date: Wed, 01 Aug 2007 13:57:32 -0700
I have a bound field in a DetailsView control that displays free form description type data from my SQL database table (typical data is a couple of paragraphs of written product description being held in a single database ...

Generic Data Access Layer   (4 messages)   Date: Wed, 1 Aug 2007 16:49:51 -0400
Hello, I need to feed UI controls (DataList, GridView etc) using XML or SQL Server. What would be a "good practice" to access these two types of data sources? Is ObjectDataSource a good choice? I would appreciate any ...

web service issue   (4 messages)   Date: Wed, 01 Aug 2007 13:38:06 -0700
hi all I created a web service with one web method: <WebMethod()> Public Function RequestPremium(ByVal web_request As XmlDocument) As XmlDocument it basically accepts a xmldocument then queries a database and returns results ...

Question on navigation between pages   (3 messages)   Date: Wed, 1 Aug 2007 16:11:04 -0400
I have a web app that will basically have two types of web forms, a locator form with a datagrid and a detail form. The locator form will display a list of objects such as customers etc. The user will be able to either ...

NavigateURL question   (2 messages)   Date: Wed, 1 Aug 2007 12:13:39 -0700
I need to explicitly use the path of my page and am trying to do the following: <asp:Hyperlink ID="test" Text="HyperLinkTest" NavigateUrl=<%# request.ServerVariables("PATH_INFO").Substring(0,request.ServerVariables("PATH_INFO" ...

interesting ajax issue   (2 messages)   Date: Wed, 1 Aug 2007 14:13:33 -0500
Hi all, I have an interesting issue that I think maybe related to AJAX. Here is my scenario:- I have an aspx page that contains an UpdatePanel with UpdateMode="conditional". There exists 2 usercontrols (ascx) inside ...


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