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.:    1      2      3      4      5      6      7      8      9      10      11      12      13      14      15      16      17      18      19      20    next >>



LinkButton inside a Repeater //OnClientClick //No more quote options   (2 messages)   Date: Thu, 16 Aug 2007 13:51:47 -0400
Asp.Net 2.0 Inside a repeater, I'm trying to do a linkbutton with a OnClientClick <asp:LinkButton ID="lnbSelect" runat="server" OnClientClick="location.href='anotherpage.aspx?UserUUID=abc';return false;">Select</asp:LinkButton> the ...

Problem with dataset and ajax   (3 messages)   Date: Thu, 16 Aug 2007 10:38:33 -0700
I have a dataset, dinamically I create a table and fill them with data, then I add the table to the dataset, The dataset is stored in a session variable. Later When I access the dataset from the session variable I lost all the ...

sqldatasource to fill a datatable   (3 messages)   Date: Thu, 16 Aug 2007 09:57:42 -0700
Can I use a sqlDataSource to fill a datatable in code? How? Thanks, T ...

Small ASP Project - Willing To Pay   (2 messages)   Date: Thu, 16 Aug 2007 09:44:58 -0700
See: http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/b986466033404386/89dc163df4fb80f5#89dc163df4fb80f5 ...

get all data used in gridview.databind()   (1 messages)   Date: Thu, 16 Aug 2007 11:15:19 -0500
Hello, I follow tried to extend the control gridview and not yet it is possible to me to have access to the data with which this one is filled. I already tried to override the DataSource property but I only obtain results when ...

Dynamically add row to a table   (3 messages)   Date: Thu, 16 Aug 2007 11:06:05 -0500
Hi Everyone, I am new to asp.net, and I have a .Net 2.0 webpage with Ajax extensions that I am working on, on one page I have to maintain a table of edit controls. When the page is first opened up, it should have one row ...

Vista problem with playing .wav files from C#   (4 messages)   Date: Thu, 16 Aug 2007 16:07:45 -0000
Experts, I have a simple .aspx page that takes a path to a .wav file, and plays it. This page works fine on all OSs (Windows 2000, Windows 2003, Windows XP), but not on Vista. Could the protected mode on vista be interfering ...

Serve up file from outside web application directory   (6 messages)   Date: Thu, 16 Aug 2007 11:20:27 -0400
I come from a ColdFusion background, and CF has the ability (via something called CFCONTENT) which allows you to serve up a file which resides outside your web root directory. How do I accomplish a similar thing using ...

Car Air Conditioners   (1 messages)   Date: Thu, 16 Aug 2007 08:18:29 -0700
All the informations about car air conditioners, how to install, repair, service all can be found on this website... http://car-air-conditioning.blogspot.com/ ...

Unable to configure DNN 4.05.03 - Help needed   (6 messages)   Date: Thu, 16 Aug 2007 08:10:13 -0700
Hi, I am trying to configure DNN 4.05.03 on VS 2005 (DotNet 2) But i am unable to get it working. I have followed the steps but i am being failed continuously. Here is the detail what i have done and where i get fail. [*] I ...

Guitars, amps, tabs and more   (2 messages)   Date: Thu, 16 Aug 2007 08:05:13 -0700
Reviews of latest models of best guitars, fender, gibson, yamaha, and many more, with pictures and prices. http://pro-guitars.blogspot.com/ And if you want to win a free guitar go here http://freeguitars.blogspot.com/ ...

How do I trace which value is not being passed a value in a OleDb parameter collection?   (1 messages)   Date: Thu, 16 Aug 2007 15:30:19 +0100
I'm getting an error "System.Data.OleDb.OleDbException: No value given for one or more required parameters". I was wondering how do I trace which parameter is not being passed a value in a OleDb parameter collection? ...

'ScriptManager' does not exist in the namespace 'System.Web.UI'   (1 messages)   Date: Thu, 16 Aug 2007 15:28:42 +0100
When adding ASP.NET AJAX 1.0 ScriptManager and UpdatePanels to some pages in our Web Application project, we get the following error: "The type or namespace name 'ScriptManager' does not exist in the namespace 'System ...

Is Page.Cache shared between all sessions?   (4 messages)   Date: Thu, 16 Aug 2007 09:59:15 -0400
Hi, Is Page.Cache global and shared between all session? What would be the best way to cache an object and share it btween all sessions? I like to avoid Application object because it doesn't have Cache's flexibilities ...

best way to do a concurrent installation   (9 messages)   Date: Thu, 16 Aug 2007 13:30:32 GMT
i've got an app that needs to install a named instance of SQL Express. VS 2005 allows me to specify required components for my setup project, but named instances of SQL Express isn't supported. so, my main setup MSI needs ...

ODBC Timeout problems but very hard to pin down   (8 messages)   Date: Thu, 16 Aug 2007 05:51:29 -0700
One of our clients has reported a problem. Everything was working fine on Monday, but since Tuesday all is going wrong. The sysadmin assures me that there have been no changes to the network, or the servers. Three applications ...

validation page   (3 messages)   Date: Thu, 16 Aug 2007 05:24:55 -0700
I'm getting an error message on my validation page on this bit of code: If Request.QueryString = "" Then Response.Redirect("cdpadmineditpage.aspx") End If This is the error message: Overload resolution ...

Different performance objects for ASP.NET   (2 messages)   Date: Thu, 16 Aug 2007 12:05:19 +0530
Hi, While checking performance of ASP.NET Application using Perfmon tool, I observed different performance objects for ASP.NET like ASP.NET v2.0.50727, ASP.NET v1.1.4322, and ASP.NET. What is the ...

ListItems and formatting   (1 messages)   Date: Thu, 16 Aug 2007 00:29:48 -0400
I have become very frustrated with the ListItem control lately due to what happens when the Text property contains HTML tags. When the Text property contains HTML tags, or character codes such as  , they are converted ...

ASP.NET dynamic compilation?   (7 messages)   Date: Thu, 16 Aug 2007 04:08:35 -0000
Hi, Does ASP.NET have the same feature of PHP as in can I reupload an ASPX file and it becomes 'live' with all the new changes? Do I also need to reupload the site DLL each time I make a code change? ...


page nr.:    1      2      3      4      5      6      7      8      9      10      11      12      13      14      15      16      17      18      19      20    next >>
Google
 
Web dotnetnewsgroup.com


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