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



Programmatically Modify Value In Web.Config   (2 messages)   Date: Thu, 09 Aug 2007 08:18:05 -0700
Is this possible? I have an app where we are using forms authentication and are allow editing/changing of security role names. Since I have set permissions with <location> tags in web.config (i.e. allow roles="Administrator" ...

App_Error In Global.asax and HTTP 404 File Not Found   (3 messages)   Date: Thu, 09 Aug 2007 08:15:52 -0700
Why do HTTP 404 File Not Found messages not get trapped and sent into App_Error in Global.asax, like most other errors/exceptions? How do I detect it? ...

Regex match excluding search string in result:   (3 messages)   Date: Thu, 09 Aug 2007 08:01:00 -0700
I have a string that looks like this: 'ACCEPT - The transaction succeeded. Merchant Reference Code:OrderId Request ID: 1865550982350176174087 Authorized Amount: 10.00 Authorization Code: 123456 Authorization Time: 2007-08-09T14:18:18Z I ...

Different Assemblies At Runtime   (4 messages)   Date: Thu, 09 Aug 2007 14:51:42 -0000
Hi We have a serious problem here with a 1.1 web app that has been upgraded to 2.0! Our web app can optionally use Crystal Reports. This means that it must be compiled on a machine with the Crystal runtime installed ...

A DropDownList control updating Gridview Control   (4 messages)   Date: Thu, 9 Aug 2007 07:26:01 -0700
Hi folks, A web form has a DropDownList control and GridView control. Both are data binding. I expect that selecting an item in the DrowDownList will update the GridView visually. But, extra step is necessary by ...

Check Box Question   (4 messages)   Date: Thu, 09 Aug 2007 07:08:57 -0700
I need some assistance with a check box question. I have two check boxes on a page: <asp:CheckBox ID="ChkYes" runat="server" Text="Yes" / > <asp:CheckBox ID="ChkNo" runat="server" ...

.aspx.vb code syntax   (10 messages)   Date: Thu, 09 Aug 2007 06:59:18 -0700
I'm making a OLE DB connection in code and was wondering if anyone could identify what the syntax errors would be in this just as it is pasted (I tried putting & _ at the end of the first line and that only brought up ...

Working on a server other than localhost   (3 messages)   Date: Thu, 9 Aug 2007 09:17:39 -0400
Where I work at, we have a development machine with Vista. We have a project we must develop in ASP.NET 1 We can't debug the application due to an issue with IIS in Vista with MSDEV 2003 Is it possible to create/edit/build ...

Is it a good option to use some components developed by web client software factory   (3 messages)   Date: Thu, 9 Aug 2007 09:04:53 -0400
I have developed a data access layer in my web site application by using web client software factory and put it in my business module as a service. The question is: Is it a good option to reuse this data access layer ...

Access control Property by App_Data module?   (2 messages)   Date: Thu, 9 Aug 2007 19:50:39 +0800
If i create a module inside App_Data, how can i access the web control Property on webform? Just like VB6 , i create a *.vb , the can direct access the control property like FrmMain.TextBox1.Text = "Hello" -- ...

Access Control in WebUserControl Fail via aspx page   (1 messages)   Date: Thu, 9 Aug 2007 19:44:40 +0800
I have a question about modify standard web control (textbox,listbox,label etc....) inside ascx via aspx page. the question detail is : i have a aspx page( main.aspx) and a WebUserControl (MyControl.ascx) main.aspx contain ...

EnableViewState strange behaviour ???   (2 messages)   Date: Thu, 09 Aug 2007 04:31:11 -0700
Hi, I have a listBox listed with colornames and a panelcontrol that takes the color of selecteditem from the listbox whenever I click a different item: protected void lstColors_SelectedIndexChanged(object sender, EventArgs e ...

Button Inside Header template of Gridview--gives error on click   (1 messages)   Date: Thu, 09 Aug 2007 04:04:24 -0700
I have used a button in the header of a gridview which has submit behaviour true . <asp:TemplateField HeaderText="Notify By Mail"> <ItemTemplate> <asp:CheckBox ID="chkNotify" runat="server" />  ...

question about compiling application   (5 messages)   Date: Thu, 9 Aug 2007 13:01:15 +0200
Hi, i want to compile my application with this code: cd \windows\microsoft.net\framework\v2.0.50727 aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f But the problem is that this application creates ...

Problem with TextwriterTraceListener   (2 messages)   Date: Thu, 9 Aug 2007 12:58:43 +0200
Hello, My code is using a class inherited from TextWriterTraceLister, creating a new object on Application_Start and inserting it in the listeners collection. This has run for years,but on a new 2003 server with all ...

How to render sitemappath with <ul> tags without <spans>   (1 messages)   Date: Thu, 09 Aug 2007 03:35:45 -0700
Hi, I'm fighting with the asp.net 2.0 sitemappath control. I want to render breadcrumb items using <ul> and <li> tags, but the control mixes them with <span> tags. That leads to invalid XHTML transitional code, because ...

How to prevent duplicate title attribute in calendar control   (1 messages)   Date: Thu, 09 Aug 2007 03:31:40 -0700
Hello, I'm using the asp.net 2.0 calendar control and the tooltip attribute. But that leads to a duplicate title attribute in the rendered html. One is my tooltip, the other is a title that the control renders itself. ...

Configuring IIS6 on Win Server 2003 for VS 2005   (1 messages)   Date: Thu, 9 Aug 2007 11:53:29 +0200
I would be very grateful if someone could point me in the direction of a step-by-step instructions for configuring IIS6 for web development with Visual Studio 2005. God knows I tried everything but nothing works. We can't ...

Webservice returns recordset as XML-File   (2 messages)   Date: Thu, 09 Aug 2007 11:22:34 +0200
hi everyone, as newbee in asp.net-webservices i was looking for examples, solving the following problem: i do have to programm a webservice that connects to a sql-server and selects a recordset by the handed id (parameter ...

How to get repeater cell values without using ID   (2 messages)   Date: Thu, 09 Aug 2007 08:44:34 -0000
I needed to get each values of a particular cell ..i.e cell value is integer and add each value of the column and display it in the footer..can anyone suggest ...


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