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



This type of page is not served.   (3 messages)   Date: Mon, 6 Aug 2007 16:22:25 -0300
Why when I click .asp page shows up this error on VS 2005: "This type of page is not served." Can I configure it to run .asp pages? ...

reference and value   (8 messages)   Date: Mon, 6 Aug 2007 12:12:02 -0700
When I call sub in VB I can sent value of variable or reference to this value. The question is. Suppose I have class public class AA .... end class and declare object of this class dim objAA as AA Does objAA is value ...

vb asp.net form for adding records to Access Database   (2 messages)   Date: Mon, 06 Aug 2007 12:04:02 -0700
On My Webserver I have an Access Database called "Warehouse.mdb" I have a webform that has: 6 Textboxes named: txtAsset_Number.Text, txtDescription.Text, txtSerial_Number.Text, txtMfg.Text, txtRDCnumber.Text, txtAssetType ...

Dataset and datatable   (8 messages)   Date: Mon, 6 Aug 2007 12:00:00 -0700
I use in my asp.net code dataset and populate datatable using dataadapter. The problem is that my code demand huge amount of memory and I am looking for way reduce this demand. At this time I keep links to dataset, dataadapter ...

Mobile "Repeater"   (4 messages)   Date: Mon, 6 Aug 2007 11:58:05 -0700
Hi. I'm trying to figure out how you do the most basic Data-Bound "Repeater" functionality on a Mobile ASPX page. I don't mean a list box, because it will have repeated HTML and User Controls in each Row. How do I do this ...

Frame on asp.net 2.0   (3 messages)   Date: Mon, 6 Aug 2007 15:41:48 -0300
Hi, I need to convert a classic asp application wich uses html frame, can I use frames on asp.net 2.0 VS 2005? How can I pass values from 1 frame to another? Any materials? What do you suggest? Thanks ...

Set ASPNET Version for Virtual Directory from C# App   (2 messages)   Date: Mon, 6 Aug 2007 11:24:07 -0700
I am writing a C# Windows Application that will create virtual directories on our Win 2003 server machines. Using the System.DirectoryServices DirectoryEntry class I have had very little trouble remotely creating and configuring ...

Conspiracies Revealed!   (1 messages)   Date: Mon, 06 Aug 2007 18:21:57 -0000
http://nasaconspiracy.net/conspiracy - Find out who really shot JFK!, learn how they faked the lunar landing, see what they are putting in our milk to enlarge young womens breasts in a goal to raise the declining birth rate ...

2nd pair of eyes needed for DropDownList question & saving state   (4 messages)   Date: Mon, 6 Aug 2007 11:09:23 -0700
Hi everyone, I'm not sure that what I'm trying can't be done (at least, not how I'm trying to do it) but I was hoping for confirmation and possible suggestions on a future approach. We have created a specialized version ...

Can an ASP.NET application punch a hole through IIS?   (4 messages)   Date: Mon, 06 Aug 2007 09:59:01 -0700
Hi newsgroup. I ask, can a buggy ASP.net app grant root access to the server? Or are there built-in mechanisms that prevent this? Let's say, I have a bug in my application, that under certain situations provokes a never ...

How to resize edit box   (2 messages)   Date: Mon, 06 Aug 2007 09:31:05 -0700
I have a details view on the page with the edit link, when I click on the edit button I get my data to edit but the box is so small. How do I expand this box so I can see all of my text to edit? Thanks in advance for your help. ...

Splitter, that is, resizable panels   (3 messages)   Date: Mon, 6 Aug 2007 17:07:17 +0200
Hi everyone! I need some tips, ideas, suggestions on best approach to create "resizable panels". The best example what I am trying to achieve could be MSN mail (hotmail) which have separate, resizable panels for folders ...

Code Access Security   (3 messages)   Date: Mon, 6 Aug 2007 07:58:01 -0700
I just installed .net 2.0 on a Windows 2003 server. I can find the caspol. exe program. I can't find the Framework 2.0 Configuration program. Do I need to download the SDK? -- Arne Garvander Certified Geek Professional Data Dude ...

Ajax working on dev server not on ie   (9 messages)   Date: Mon, 6 Aug 2007 10:27:46 -0400
I have a webapp that uses the AjaxControlToolkit. The app and ajax works fine when run within my dev server in Visual Studio 2005 but does not work on IIS. Any Suggestions? Bill ...

[Newbie Problem]DataGrid OnUpdateCommand "InvalidCastException" problem   (3 messages)   Date: Mon, 06 Aug 2007 15:08:24 +0100
I'm getting the following casting error in my OnUpdateCommand subroutine. Why would it be trying to cast a button control to a text box in line 71? Any help would be greatly appreciated. Exception Details: System.InvalidCastException: ...

Large IIS vs ASP.NET page render time diff?   (2 messages)   Date: Mon, 6 Aug 2007 09:04:31 -0400
I have an asp.net web app, hitting a report type page that brings back a large response size, about 2 megs. The inclusive round trip times are below, any ideas why asp.net finishes in 3 secs while it takes around 18 for ...

Selected cell in Gridview   (3 messages)   Date: Mon, 6 Aug 2007 05:40:03 -0700
Hi, I can return the rowindex using SelectedRow or SelectedIndex But, how do I get my code to return the cell or column index of a selected row in my gridview? thanx -- Regards, M.Rochdi ...

Render Control Help?   (2 messages)   Date: Mon, 6 Aug 2007 05:00:02 -0700
I posted this a week ago, but did not get a respone yet. I need to render a user control as a HTML string. I do not want the control to appear on the page, however. Here is what I am doing… I have an HTML template that ...

NameSpace Issue VS 2005   (1 messages)   Date: Mon, 06 Aug 2007 11:25:56 -0000
Hi All, i have a folder in my project BO, and i added the core classes from an existing 2005 application and added in this folder, and i added a namespace for it, but in fact when i compiled and viewed the dll ...

Members of productive server unavailable on development machine (repost)   (1 messages)   Date: Mon, 06 Aug 2007 02:15:59 -0700
Hi, we have developed an application with asp.net 2.0 membership and have deployed the application using VS 2005. We have backed up our development SQL database, which also contains all the membership information, and restored ...


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