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    40      41      42      43      44      45      46   



Ajax & Large Listbox   (3 messages)   Date: Mon, 30 Jul 2007 09:05:55 -0700
I've got a very large listbox that gets populated using ajax. The listbox and a button are in a panel inside an update panel. The button click of the button sets the panel visible property to false. Everything works nice ...

Handling validation errors on the page level   (4 messages)   Date: Mon, 30 Jul 2007 08:50:59 -0700
Hi, I've created an n-tier app where validation rules reside in the business layer. When a webform is saved, a business object examines its state, and if some property is invalid, throws a custom exception (ValidationException ...

HELP with several Issues with DotNetNuke and asp.net   (5 messages)   Date: Mon, 30 Jul 2007 08:28:48 -0700
Hi, I'm very new to DotNetNuke and asp.net, and having several major issues. I'd really appreciate any help you could give me! I'm using DotNetNuke 04.05.03 and asp.net 2.0 I have two databases set up: DotNetNuke (which ...

IFRAME containing ASP.NET Site within a Classic ASP Page   (2 messages)   Date: Mon, 30 Jul 2007 08:02:01 -0700
Hi. I've built an ASP.NET web application which exists as it's own URL. Another site which was created in classic ASP, and exists as it's own URL, has an IFRAME containing my site. I'm experiencing a problem with ...

Shutting down COM app from a command line   (5 messages)   Date: Mon, 30 Jul 2007 07:30:19 -0700
Not sure where else to post this.... One of our developers quit and I'm taking over stuff from him. He had a COM app that would lock files on occasion (yeah, thanks for leaving that in production instead of finding the ...

question about UpdateParameters.Add   (8 messages)   Date: Mon, 30 Jul 2007 16:11:35 +0200
Hi, this code updates a table with the new values with the event RowUpdating of a gridview. Protected Sub GridView1_RowUpdating(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs) ...

HRESULT return value in Javascript without exception   (7 messages)   Date: Mon, 30 Jul 2007 07:10:02 -0700
Hi, If I call my own DLL from Javascript, a HRESULT is returned. Javascript cannot cast this to an integer. Is there any other way of typecasting this returnvalue to integer, wihout using the exception method which is described ...

Question on Ajax vs. plain javascript   (8 messages)   Date: Mon, 30 Jul 2007 10:01:03 -0400
I have a asp.net form where if the user checks a check box I need to disable some of the fields. I don't need to make a trip to the server for anything at this point so is this is a case of using javascript to disable the ...

HTTP POST only knowing server IP and port number   (2 messages)   Date: Mon, 30 Jul 2007 13:41:41 -0000
Hi all! I have to pass a SOAP message to a server, and I know only server IP and the port number. I was gonna do it from a form, using WebRequest Class and StreamWriter to fetch the result. What I don't know is how to ...

Finding Dupe in a List   (5 messages)   Date: Mon, 30 Jul 2007 06:26:57 -0700
I have a function which return a List, and I'm trying to add users to it from 3 different roles, but I don't want duplicate user names. The "Contains" ALWAYS is returning FALSE, so I'm not finding the dupe. Here's the code: Dim ...

GridView Control - Disable/Enable Row Editing   (2 messages)   Date: Mon, 30 Jul 2007 13:24:13 -0000
I want to disable the editing of a row in my gvParts GridView control. How? I need to evaluate the value of one Template Field to determine if the record should be edited or not but the template field always returns an ...

opening a window in a different browser   (13 messages)   Date: Mon, 30 Jul 2007 05:32:03 -0700
Hi, asp.net 2.0, ie6, opera 9.22 For various supportability reasons, we need to redirect a page to a url and require that the target url should open in an Opera browser. The call is simple Response.Redirect(url, ...

AJAX .NET timeout problem   (3 messages)   Date: Mon, 30 Jul 2007 08:10:20 -0400
In my application, I use session to store some postback value. So, I solved the standard ASP.NET session timeout issue by doing these: 1. In web.config, I used <sessionState> and set it to 12 hours with mode set to ...

Using VS 2008 Orcas B2?   (6 messages)   Date: Mon, 30 Jul 2007 04:36:45 -0700
Just wondering how many of you all are using VS2008 bETA 2 to work on 2.0 projects? I dl'd the beta 2 release but have not installed ityet because i was concerned about future uninstall when the RTM/RC version is out and ...

TreeView "onmouseover"   (2 messages)   Date: Mon, 30 Jul 2007 12:55:36 +0200
Hello! How can I realize, that when the Cursor is over an TreeNode, that the TreeNode will be underlined. I think the code must be in the "TreeNodeDataBound" Event, or? Regards Steve ...

Web site for mobile phones   (3 messages)   Date: Mon, 30 Jul 2007 11:46:15 +0100
I need to build a simple web site which is viewable by mobile phones. This is a new area for me. Can someone point in the direction of some useful information on using Visual Studio 2005 to create such a site? Thanks, JJ ...

Prevent the URL access.   (2 messages)   Date: Mon, 30 Jul 2007 00:41:54 -0700
Hi, I have a homepage.aspx and lot of other pages also.Some pages are pop up pages which will get input from the user. now what happens is some users try to enter the URL of the popups directly to the browser window and ...

AJAX CollapsiblePanel Collapsed property   (1 messages)   Date: Mon, 30 Jul 2007 09:24:40 +0300
Hi, There is a problem with CollapsiblePanelExtender CollapsiblePanelExtender1.Collapsed property always returns false even when I collapse or expend. Thanks in advance. ...

­»´ä¤@¦W¿D¬w¬Ó®a¾¥º¸¥»²z¤u¤j¾ÇRMITªº¯d¾Ç¥Í,¦W¥s¼ï³ÍX/Poon Hoi X (kanpoon@hotmail.com),   (1 messages)   Date: Sun, 29 Jul 2007 18:55:04 -0700
­»´ä¤@¦W¿D¬w¬Ó®a¾¥º¸¥»²z¤u¤j¾ÇRMITªº¯d¾Ç¥Í,¦W¥s"¼ï³ÍX/Poon Hoi X" (kanpoon@hotmail.com), ´NŪcomputer science®É, ¨â¦¸¦Ò³n¥ó¤uµ{[ªÎ¨Ð],¤Î½Ð[ºj¤â]¥N¨ä°µ¤u½Ò¤Î¦Ò¸Õ, ¦]ªFµ¡¨Æµo, ³Q¶}°£¾Ç¦ì. ¦^´ä«á¬°¤F¦A«×¨ú±o¾Ç¦ìÃҮѥH«K¤u§@, ¯A¶û¥Î°²¾Ç¾ú¶i¤J­»X¤j¾Ç´NŪ ...

I would like to add a button that the user can click to execute query - fills gridView control   (3 messages)   Date: Sun, 29 Jul 2007 18:51:04 -0700
How can I do this with ASP controls & VB.NET On click of button run query to fill gridView. ...


page nr.: << back    40      41      42      43      44      45      46   
Google
 
Web dotnetnewsgroup.com


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