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



Gridview Update problems   (1 messages)   Date: Thu, 16 Aug 2007 20:26:18 -0700
Hi there, I'm using SQL Server 2005 Dev SP2, Visual Studio 2005 Pro on Windows XP SP2 I have a table Color ColorID PK int identity (1,1) ColorName I created a Gridview by selecting ColorID and ColorName then clicked ...

UpdatePanel with Wizard Help   (1 messages)   Date: Thu, 16 Aug 2007 19:58:02 -0700
Hi, I have a Wizard that have about 5 steps and in every step (page) I do have some tables, checkboxes, gridview...etc and I'm trying to Cut and Paste this wizard into Ajax UpdatePanel for Ajax enabling, but it's giving ...

Authorization with custom role provider   (2 messages)   Date: Thu, 16 Aug 2007 18:03:34 -0700
I want to implement my own role Provider, by subclassing the RoleProvider class. How do I instruct .net 2.0 to use my role provider? -- Arne Garvander Certified Geek Professional Data Dude ...

Non "mobile" controls on Mobile ASPX   (4 messages)   Date: Thu, 16 Aug 2007 18:00:56 -0700
Hi. I have Mobile site that I'm building. My problem is that all of my pages are built as Mobile ASPX pages, but occasionally, I need to use controls which are not mobile. Most specifically, the "FileUpload" control. Now ...

HttpServerUtility instance method   (2 messages)   Date: Thu, 16 Aug 2007 17:58:36 -0700
How do I intitialize an instance of HttpServerUtility? There should be a method called getcontext or something similar. Dim s As System.Web.HttpServerUtility Dim name as string = s.MachineName ' No instance? -- Arne ...

question on sqldatareaders   (7 messages)   Date: Thu, 16 Aug 2007 17:45:43 -0700
given i have a class with a data reader function that returns a reader with a: function fn_getUserInfo() as sqlDataReader .... .... .... Return sqlcmd1.ExecuteReader(Data.CommandBehavior.CloseConnection) end and the ...

How to prevent a logged-out user from navigating to past pages?   (2 messages)   Date: Thu, 16 Aug 2007 17:43:49 -0700
Hi, After the user is signed out and taken to the login page, they can still use the back & history features in the browser to access pages. Every page (except login) has a check at the beginning to redirect the user ...

JavaScript in content pages?   (5 messages)   Date: Thu, 16 Aug 2007 17:38:06 -0700
I used to do the following to set the cursor when there was no masterpage in use.... <HEAD> <title>Login</title> <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR"> <meta content="Visual Basic .NET ...

Gridview quirk??   (1 messages)   Date: Thu, 16 Aug 2007 17:15:08 -0700
If I have the 3rd row selected in a gridview and I sort on a column that places that data, say in the 5th row, the selection highlight color stays on the 3rd row but the row selected is not the 5th row. How can we make ...

Connect to SQL Server remote database   (6 messages)   Date: Thu, 16 Aug 2007 16:39:25 -0700
Hello. All, I've been trying to connect to my hosting company's (Go Daddy) remote database. But continuously receive "Server does not allow remote connections". Do I need a open_source database, or what to have my web ...

FileUpload Control Question   (4 messages)   Date: Thu, 16 Aug 2007 23:01:10 +0100
Hi The FileUpload control doesn't seem to retain the path of the file to upload, is there a way to change that behaviour? Thank you, Samuel ...

C#/.NET/SQL SERVER SOFTWARE ENGINEERS   (1 messages)   Date: Thu, 16 Aug 2007 20:47:11 -0000
I am a recruiter for a company called Strategic Resources. I have several positions with a HealthCare client in the Madison, WI area. The salary is negotiable but they are targeting a rate of between 60-80K Minimum Education ...

C#/.NET/SQL SERVER SOFTWARE ENGINEERS   (1 messages)   Date: Thu, 16 Aug 2007 20:46:51 -0000
I am a recruiter for a company called Strategic Resources. I have several positions with a HealthCare client in the Madison, WI area. The salary is negotiable but they are targeting a rate of between 60-80K Minimum Education ...

Selecting DDL item based on TEXT? Why isn't this working?   (5 messages)   Date: Thu, 16 Aug 2007 15:22:30 -0500
I have a DDL list along these lines: item value="1" text="a" item value="2" text="b" item value="3" text="c" item value="2" text="d" item value="2" text="e" item value="1" text="f" item value="1" text="g" The data ...

Redirection Handling   (3 messages)   Date: Thu, 16 Aug 2007 19:41:00 -0000
Here is my setup: I have a hosts file setup on the users machine that takes, for example, www.youtube.com and redirects it to 127.0.0.1. On the local machine is an IIS server that I would like to handle this youtube request ...

Regex problems   (5 messages)   Date: Thu, 16 Aug 2007 14:35:17 -0400
I need a regular expression that would validate string like this. aa5677 Any 2 literal characters and then any amount of digits from 1 to ... aa345k is not valid. Can someone write this for me. Thanks George. ...

Tuning - Styling   (1 messages)   Date: Thu, 16 Aug 2007 11:24:04 -0700
Cool cars, tuning & styling, modified cars, many upgrades here... http://tuning-styling.blogspot.com/ ...

validate email and checks blank as well   (6 messages)   Date: Thu, 16 Aug 2007 19:22:17 +0100
Hi There, I need to validate email address with regular expression control, i tried something like this ^+[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$ but i need to validate ...

Update cache object   (3 messages)   Date: Thu, 16 Aug 2007 11:16:30 -0700
Hello All, I save a Hashtable of stock symbols + prices to the cache. The prices are updated every 30 minutes and saved to a database table. I would like to always have the latest prices in the cache...is there a way ...

snfzumyrpl   (1 messages)   Date: Thu, 16 Aug 2007 11:13:58 -0700
Hello! Good Site! Thanks you! unqqbuedrsfbl ...


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