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



Help Needed on ASP.Net Deployment   (1 messages)   Date: Wed, 08 Aug 2007 03:14:44 -0700
Hi Friends... I have a simple query on building the Web Setup project. When i build my setup, i see that the code behind the .aspx pages (.cs code pages) are also included. And when i deploy the project i can see that ...

problem with .aspx.vb code   (14 messages)   Date: Wed, 08 Aug 2007 02:45:44 -0700
I'm working on a problem with a form with 6 textboxes and a submit button for adding data to an Access database.I changed a few things and got it down to 1 error!. I have a Sub Page_Load and a Sub btnAdd: (It still doesn't ...

how to get text of a control in itemtemplate of gridview   (3 messages)   Date: Wed, 08 Aug 2007 02:27:01 -0700
Hi how to get text of a control in itemtemplate of gridview and how can we access and set it properties dynamycally?? Thanks ...

Text Comparison   (1 messages)   Date: Wed, 8 Aug 2007 02:04:50 -0700
How do I compare text from two different text boxes and highlight the difference, like in VSS. I hope u understood the provlem -- Regards, Prashant C ...

Gridview, paging and googlebot (and other spiders)   (7 messages)   Date: Wed, 08 Aug 2007 08:48:12 -0000
Hi, Recently we've hired professional SEO services to help up promote our website. They claim that pages which contain ASP.NET's Gridview with paging will not be scanned by the different spiders beyond the first page, ...

GridView Question   (4 messages)   Date: Wed, 8 Aug 2007 07:37:12 +0100
Hi all, In the past I've typically steered away from DataGrids and have just created my own tables by programmatically adding rows/cells however yesterday I used a DataView for the first time. Initially I was quite pleased ...

Latest patch parses 1.1 pages with 2.0   (18 messages)   Date: Tue, 7 Aug 2007 22:20:02 -0700
Hi, I have a .net 1.1 app. With the latest patch, some pages are being consistently parsed with the .Net 2.0 framework. There is a particular class of page that is being consistently parsed as 2.0. All other pages are ...

trigger updatepanel from gridview button   (1 messages)   Date: Tue, 7 Aug 2007 22:02:12 -0700
I have a gridview with buttons in a column and I want those buttons to be triggers for an update panel further down on the page. So for example, when a user clicks on the button in row 3, I want an async postback to occur ...

DropDownList Control problem   (2 messages)   Date: Wed, 08 Aug 2007 06:42:34 +0200
Hi I am using predefined membership and roles managemant approach characteristic for framework 2.0 Basic idea is that we select some value from DropDownList which represents a role and we get all users for selected role ...

Accesss User Control Class From Containing Page   (1 messages)   Date: Tue, 7 Aug 2007 23:21:34 -0500
I am trying to access a user control class, for a user control that is loaded dynamically, from the containing page. I have been able to access Web controls in the user control, but so far I have been unable to expose the ...

Unable to serialize the session state.   (3 messages)   Date: Tue, 7 Aug 2007 23:12:00 -0500
Ok, how do I fix this c$#^? I get this whenever I attempt to run the ASPNet Configuration from within my solution. The stack [SerializationException: Type 'System.Web.Administration.WebAdminRemotingManager' in Assembly ...

Row Height   (17 messages)   Date: Tue, 7 Aug 2007 21:32:05 -0400
Using ASP.net 1.1 I have sliced an image in Photoshop, saved it as html code, pasted the code into my asp.net file, then added onmouseover and onmouse out code. All the slices line up horizontally perfectly. Some of ...

Load Report Failed - .NET 2.0 / XI R2   (1 messages)   Date: Tue, 7 Aug 2007 14:48:00 -0700
Good Afternoon, I created a new "ASP.NET Crystal Reports Website" within Visual Studio 2005, and used an existing report which I had just created from Crystal XI R2. The report only pulls to fields, and no select criteria ...

GridView controlled commit to DB   (1 messages)   Date: Tue, 07 Aug 2007 14:41:00 -0700
Hi, I would like to load data from a table in my database into a gridview, modify the gridview (without my changes being commited to the database), and commit my (potentially many changes e.g. add, remove, edit of rows ...

How to reset user's password without having to use PasswordRecovery   (3 messages)   Date: Tue, 07 Aug 2007 14:36:25 -0700
Hi, I want to be able to reset a user's password and I do not want to use the PasswordRecovery control to reset and email it to the user. A while back, I thought I'd read an article that mentioned about resetting password ...

Convert to Web Application   (3 messages)   Date: Tue, 7 Aug 2007 16:10:47 -0500
I'm converting a large web application from VS2003 - VS2005. I right clicked on the web project and selected convert to web application. The conversion created a designer file for each .aspx file. Everywhere in the code ...

ASP.NET 2.0 Session State Scope   (4 messages)   Date: Tue, 7 Aug 2007 13:48:01 -0700
I can't believe I've never noticed this. Is the Session object at the domain level and not at the virtual folder level? I guess I have not done multi-app development at the same time. I am working on two ASP.NET 2.0 web ...

edit row from datagrid while hiding the record ID   (2 messages)   Date: Tue, 07 Aug 2007 20:31:22 GMT
i need to allow the user to select a row from my dataGrid for editing. as such, i include the record ID in the first column and then extract like so when retrieving the record details: protected void gvLocations_edit(object ...

Cache Menu   (5 messages)   Date: Tue, 7 Aug 2007 16:29:36 -0400
Hello All, I am trying to cache a menu that I dynamically build out and I do not want to have to build it out each time the page loads. Here is how I am doing it however, it doesnt work. Can anyone help? TIA if (Cache["Menu"] ...

Tuning - Styling   (1 messages)   Date: Tue, 07 Aug 2007 12:46:51 -0700
Cool cars, tuning & styling, here you can find many tuned cars with tons of pictures!!!!!!! http://tuning-styling.blogspot.com/ ...


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