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



How realizes the postback event in the cache page   (1 messages)   Date: Sat, 4 Aug 2007 21:14:00 -0700
Hi, I use post way realization page postback this am must,How realizesunder the post way controls postback continuously to be unable to findthe solution the method to hope can obtain master's help in here Cannotuse VaryByControl ...

url parms   (3 messages)   Date: Sat, 4 Aug 2007 14:46:49 -0700
hey all, you know how you can pass parms thru the url (like http://my.site.com/test.aspx?id=1 is there a way to encrypt the id number? thanks, rodchar ...

Humaneyes sucks!   (1 messages)   Date: Sat, 04 Aug 2007 14:15:18 -0700
We are a company in Turkey and we purchased the package from them. Humaneyes software, services are sucks and totally rubbish. Don't be fooled by Humaneyes anymore! ...

Humaneyes sucks!   (1 messages)   Date: Sat, 04 Aug 2007 14:15:17 -0700
We are a company in Turkey and we purchased the package from them. Humaneyes software, services are sucks and totally rubbish. Don't be fooled by Humaneyes anymore! ...

Do Web services have a lease time?   (7 messages)   Date: Sat, 04 Aug 2007 19:35:08 -0000
Is there a lease time on Web service requests? We have a Web service that stops responding after a couple days. After a certain point in time, all requests to it get "The operation has timed out." It just happens suddenly ...

◙◙◙ Turn Your PC Into Satellite TV & Watch it FREE of Cost◄◙◙◙   (1 messages)   Date: Sat, 04 Aug 2007 12:20:54 -0700
Watch Satellite TV On Your Computer Without Paying Monthly Fees... FOR FREE? Watch all your favorite shows on your Computer from anywhere in the World! Save 1000's of $$$ over many years on cable and satellite bills ...

Uploading MS Word Documents   (3 messages)   Date: Sat, 4 Aug 2007 11:54:26 -0700
I'm developing an app to upload MS word documents where I will store them in a varbinary to do full text searching on. My first question is: How can I verify that the uploaded file is a valid MS Word Document second ...

Multiple Access Databases   (14 messages)   Date: Sat, 04 Aug 2007 13:53:40 -0400
Greetings, I've inherited a project which requires the use of multiple Access databases, each containing a dozen or so tables each. I need to perform queries which included relations and results from the contents of ...

Precompiled DLLs not getting creating from setup   (4 messages)   Date: Sat, 4 Aug 2007 10:28:22 -0700
Hi, I m using VS .NET 2003 to create a website. Using the setup package I create a setup as well. But this setup has files with actual code in it & not pre-compiled DLLs. Please let me know what needs to be done to ensure ...

Programmatically determine if .NET 3.0 is installed   (16 messages)   Date: Sat, 4 Aug 2007 10:24:01 -0700
I am writing a web app to be widely distributed where I do not know the installed .NET Framework version. I want to take advantage of some .NET 3.0 classes if they are installed, but gracefully degrade if not available. ...

Need advice on handling security   (3 messages)   Date: Sat, 4 Aug 2007 01:46:12 -0400
I am validating the users of my web app against a user database in SQL Server. I then store the user object in a session variable and pass it around to the various forms. I have a field in the user object called Role that ...

Can overwrite via FTP an ASP file of precompiled application ?   (6 messages)   Date: Fri, 03 Aug 2007 23:37:58 -0000
I have created and published a precompiled application. If I replace an ASP file, e.g. Default.ASP, with a new copy, by sending it via FTP, do I do something WRONG? Do I spoil the precompiled application or I can replace ...

NavigateURL/DataNavigateURLFormatString and Session Variable   (3 messages)   Date: Fri, 3 Aug 2007 15:51:26 -0700
I gave up on the Page.ResolveURL and just got the Current Path from the Request.ServerVariables("Path_Info") and put it in a session variable. I thought I could use a session variable to pass the path in since the other ...

RadioButtonList   (4 messages)   Date: Fri, 3 Aug 2007 17:48:01 -0400
How can I get the buttons to appear on the same line as the question? No matter what I do buttons appear on the NEXT line. Are you at least 18 years of age? <asp:RadioButtonList id="Eighteen" RepeatDirection="horizontal" ...

styling asp.net 2.0 menu control   (2 messages)   Date: Fri, 03 Aug 2007 21:11:17 -0000
I am trying to apply the hover style to the Menu Control. Here is the code snippet <SharePoint:AspMenu id="QuickLaunchMenu" DataSourceId="QuickLaunchSiteMap" runat="server" Orientation="Vertical" StaticDisplayLevels="2" ...

Ajax error handling   (1 messages)   Date: Fri, 3 Aug 2007 13:54:02 -0700
Hi, I'm experimenting with introducing the AJAX paradigm in asp.net pages. For example, javascript code that uses XMLHttpRequest class to send server code (a page) to be executed on the server, and the response being ...

How to transfer Excel data to a List<> object? C#   (3 messages)   Date: Fri, 03 Aug 2007 13:37:56 -0700
Hi, I have a bunch of data in an Excel spreadsheet that I need to get into my C# code somehow. How is this done? Thanks Steve ...

Why Does Page.IsPostBack Fire More Than Once When Using Firefox?   (3 messages)   Date: Fri, 03 Aug 2007 13:09:03 -0700
This is causing us a lot of pain right now. Does anyone know why this happens and, more importantly, how to fix it? TIA JP ...

Problem when refreshing Parent Window   (2 messages)   Date: Fri, 3 Aug 2007 13:04:01 -0700
Hi, I have a page which has some custom controls. The page works fine and doesn't break on any number of refreshes. There is button on the page, that starts a new child window. After doing any thing or nothing, when ...

Very annoying error: Access to the path is denied. ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity   (3 messages)   Date: Fri, 03 Aug 2007 20:04:11 -0000
My IDE works fine but when I make a plain old HTML change; a change that should NOT require recompiling, and hit the save icon, I get the following error: { Access to the path is denied. ASP.NET is not authorized ...


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