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



How to send a client certificate by using the HttpWebRequest and HttpWebResponse classes in Microsoft Visual C# .NET   (1 messages)   Date: Mon, 20 Aug 2007 10:29:59 +0200
hello one example, How to send a client certificate by using the HttpWebRequest and HttpWebResponse classes in Microsoft Visual C# .NET ...

Customize TreeNode of TreeView as a composite of dynamic text and link.   (1 messages)   Date: Mon, 20 Aug 2007 16:17:51 +0800
Hello, My application needs to use TreeView (or something like that, once the appearance matchs tree, it is ok) as navigation control, whose TreeNode is neither single text nor single navigation link, but a composite of ...

HELP !!! DIGITAL SIGNATURE CAPICOM   (1 messages)   Date: Mon, 20 Aug 2007 10:01:13 +0200
Hello i need one example digital signature with component CAPICOM. Thanks? ...

How to add activeX cntrol to the web page   (4 messages)   Date: Mon, 20 Aug 2007 12:57:07 +0530
Hi All, How to add ActiveX Control to the web page. I added Object tag in the source html. Only ActiveX control is coming on the design. If I want to access the properties and manipulate them , I tried to create one ...

Eval in ItemTemplate   (2 messages)   Date: Mon, 20 Aug 2007 00:18:02 -0700
Hi, misters, I'll try put an attribute runat="server" to TR in ItemTemplate of DAtalist: .... <ItemTemplate> <tr id="filaListado<%# Eval("idtareasworkflow") %>" onclick="SeleccionarFilaLis('<%# Eval("idtareasworkflow" ...

database access problem   (1 messages)   Date: Sun, 19 Aug 2007 22:21:09 -0700
I have a database (access2003) that i dragged into my App_data folder on my webprovider's server that I use with .NET 2003. I looked at the properties and it still says my path is C:\.....mdb. Is this expected? The reason ...

Web Application Project - ReportViewer Control   (4 messages)   Date: Sun, 19 Aug 2007 20:57:40 -0400
I am trying to use a ReportViewer control in a VS 2005 web application project (not Website project). When I try to create a new report (local), I can't seem to find any method to create a datasource. I would like to use ...

GridView and html   (3 messages)   Date: Sun, 19 Aug 2007 15:56:01 -0700
i have i the db html data like : <sapn color="#aabbcc">aaa</span> when i see it in the GridView ->html source, isee it like <span color=................. the thing is that u dont wnat thesource code to show < but rather ...

.Net RSS Feed library with Filter...   (1 messages)   Date: Sun, 19 Aug 2007 15:11:47 -0700
Is there a commercially available RSS Feed API written for .Net (C# or VB.Net) preferably containing methods to set filter terms to search within the feeds? Please let me know if anyone has had any experience with any of ...

FormView FindControl issue   (2 messages)   Date: Sun, 19 Aug 2007 17:01:31 -0400
ASP.net 2.0, using Visual Studio 2005 Can't seem to figure out how to get a reference to a control in a FormView. I have tried the following code: Control list = ArticleDetailView.FindControl("IssueYearDropDown" ...

event handler isn't working   (1 messages)   Date: Sun, 19 Aug 2007 16:01:54 -0500
Hello, I am extending a webcontrol, and I need to generate an array of objects of type dropdownlist, whose event selectedindexchanged must fires an own method called Cbo_SelectedIndexChanged that has the same signature of ...

Multi column header gridview | ASP.Net 2.0   (5 messages)   Date: Sun, 19 Aug 2007 12:21:06 -0700
hi, I want to display data in on my web page, in gridview in this format: Group A Group B A1 A2 B1 B2 Test 1 1 2 1 2 Test 2 1 2 1 2 Group A is header to columns A1 and A2 and Group B is header ...

SQL Membership Provider Problem   (4 messages)   Date: Sun, 19 Aug 2007 10:46:04 -0700
My ASP.Net application, that uses the SQL Membership Provider, runs fine on my development box (server2003) as long as I use the standard provider. But, in anticipation of deployment to other servers I am attempting to register ...

A/C Systems!   (5 messages)   Date: Sun, 19 Aug 2007 17:39:54 -0000
Everything you need to know about car air conditioners... http://car-air-conditioning.blogspot.com/ ...

Latest models of Gibson guitars   (17 messages)   Date: Sun, 19 Aug 2007 17:34:58 -0000
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/ ...

Navigation menu with repeater control   (2 messages)   Date: Sun, 19 Aug 2007 16:45:47 GMT
Hallo, sorry for my english. I want to build a navigation menu with the repeat control, the items of menu are in a table of database. All items of the menu have class="MenuLink", but the item of the menu of the page ...

question about viewstate   (2 messages)   Date: Sun, 19 Aug 2007 16:59:26 +0200
Hi, when enableviewstate="true" i can see in the page source something like: <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTE2MjY5MTY1NQ8WAh4FY291bnRmFgICA==" /> Now i do enableviewstate="false" ...

Strange Errors...Don't Understand   (3 messages)   Date: Sun, 19 Aug 2007 05:38:01 -0700
I recently implemented error processing on my .net website, where I send myself an email from global.asax on an application error. In the last two days I have gotten a "The file '/detail.aspx' does not exits" type error--with ...

onclose problem   (4 messages)   Date: Sun, 19 Aug 2007 10:47:56 +0300
hi to all I want to catch onclose time the browser. onunload or unbeforeunload events uselessness, maybe with open a another window, but this window catch to popup blocker. I want to find out a way to do. Regards ...

Problem with CascadingDropDown and Back Button   (1 messages)   Date: Sat, 18 Aug 2007 19:50:26 -0700
I have a data entry page with a number of controls in it some of which are DropDownLists controlled by the CascadingDropDown controls. All of these controls are contained in a MultiView control, when they have finished ...


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