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



Select method of ObjectDataSource called twice   (1 messages)   Date: Fri, 17 Aug 2007 13:53:17 -0400
Hello, I have the following code on my ASP.NET page: <asp:DataList ID="CustomersList" DataSourceID="CustomerDataSource" runat="server"> <ItemTemplate> Name: <asp:Label id="lblName" Text='<%# Eval("Name" ...

SqlSiteMapProvider question for menu control   (3 messages)   Date: Fri, 17 Aug 2007 10:14:00 -0700
I need to translate thi control into vb.net code and i'm having a little trouble. (by the way, i love the example) Specificly I'm not sure how to translate this statement: // Create a dictionary for temporary node storage ...

Width   (2 messages)   Date: Fri, 17 Aug 2007 14:10:10 -0300
Hi, I couldnt find how to control the width of a column on the GridView... how can I control it ? Thanks ...

MaterType   (3 messages)   Date: Fri, 17 Aug 2007 17:57:38 +0100
When I want to reference my master page I use the following: <%@ MasterType virtualPath="~/Layout.master"%> Is there anyway I make this global within my project for all content pages? (in the web config or such) Regards ...

code working but still getting error   (11 messages)   Date: Fri, 17 Aug 2007 12:12:26 -0400
I have code that is doing some updating to a record. Its getting the ID to update from the Grid. I'm passing an INT to my method to update the record. My code is working though I'm still getting an 'input string was not in a correct ...

Tree Node Problem   (3 messages)   Date: Fri, 17 Aug 2007 09:09:49 -0700
When I click on the Root it appears to double all of the nodes. Is there something in properities to turn this off? Thanks! ...

Looking for grid component that view/edits sql server tables.   (2 messages)   Date: Fri, 17 Aug 2007 11:54:11 -0400
Hi, We need to develop a user control that extend GridView to be able to view/edit database tables. The components should have parameters for TableName and ConnectionString, then shows the records and allow users edit ...

Menu control with Target MultiView Control?   (2 messages)   Date: Fri, 17 Aug 2007 08:53:03 -0700
I have a Menu control that currently changes the view on a MultiView. Works, but I was wondering if there is any way to load separate pages in each view via Menu? Ex: [Menu Control] (Allows user to select view in Multiview ...

Text box on same line as Radio Buttons   (3 messages)   Date: Fri, 17 Aug 2007 11:40:27 -0400
Using ASP.Net1.0 How can I get "Type of degree" and the following text box on the same line as the radio buttons for "CollegeCompleted"? I have tried <div style="float:left">, which works well for me in other areas ...

Calendar control and Null dates issue   (2 messages)   Date: Fri, 17 Aug 2007 10:34:29 -0500
I have embedded an asp:Calendar control into the EditItemTemplate of GridView column. I have set the SelectedDate='<%# Bind("Finished") %>' VisibleDate='<%# Eval("Finished") %>', to the AccessDataSource's 'Finished' column ...

Using SQL 2005 Appicatioin Roles with ASP.NET 2.0.   (3 messages)   Date: Fri, 17 Aug 2007 08:31:27 -0700
Hi everybody! I can not understand how to use SQL2005 Appicatioin Roles (AR) with ASP.NET 2.0? The tricky thing here is that you have to set up your connection string to use integrated authentication (otherwise you lost auditing ...

Sub domain creation....   (2 messages)   Date: Fri, 17 Aug 2007 15:13:56 -0000
Hi there,, I want to create subdomains from my web page automatically...in most of website,when u registered with them,they give a sub domain. i registered in website.www.blogger.com they give me a URL to browse my ...

Can we use static table adapters in highly concurrent web sites?   (7 messages)   Date: Fri, 17 Aug 2007 11:08:15 -0400
Hi, I am trying to make our business logic layer components more efficient. We use strongly typed datasets and TableAdapters. Is it a good idea to use a static TableAdpater to share the static instance among all sessions ...

Looping Grid   (3 messages)   Date: Fri, 17 Aug 2007 11:48:24 -0300
Hi, I have a grid with a template column wich is a TextBox, how can I retrieve the values typed by the user? I tried the code below but it always returns empty string: for (int i = 0; i < grdDocs.Rows.Count; i++) { Response ...

Inserting into two tables   (3 messages)   Date: Fri, 17 Aug 2007 07:42:21 -0700
how do I set up a stored procedure to insert into two tables. This is what I have thus far... I want the quesid from the QuesNAns table to go into the Requestors table Getting an error message that I must declare the ...

Help! Cannot login using IE but can using FF   (4 messages)   Date: Fri, 17 Aug 2007 14:41:07 -0000
I am really stumped on this one.... I have a .net site that uses the default login controls to have users login. I recently made changes to the site (just look and feel) and now I cannot login using IE but still can using ...

Best practice for translating web page character data so that page will be scrapable/e-mailable   (1 messages)   Date: Fri, 17 Aug 2007 07:39:10 -0700
I have web pages that I periodically want to a) programmatically "scrape", and b) programmatically send in e-mail. These web pages are built via content management systems and occassionally have Word "curly quotation marks" ...

Validate over several Web User Controls   (3 messages)   Date: Fri, 17 Aug 2007 07:28:06 -0700
Hi everyone, This is a scenerio for my problem, I have one aspx page with several instances of the same Web User Control (ascx files). I have for example the Web User Control that has a textbox that requires a numeric ...

HELP !!.NET pages will not render in anyway on my laptop   (1 messages)   Date: Fri, 17 Aug 2007 07:26:10 -0700
I have tried uninstalling and reinstalling IIS and all of the frameworks. I am working with .NET 2.0 and VS.NET 2005. I can build sites on my desktop and they work fine, but my laptop they will not render. I get no errors ...

Best ways to translate characters/entities for javascript use and for e-mail   (3 messages)   Date: Fri, 17 Aug 2007 07:24:23 -0700
Overview: I want to know the best/easiest way to make arbitrary text data safe for programmatic insertion into javascript. Detail: I'm plotting database data onto maps by looping through my records, building up a javascript ...


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