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 set up Oracle Explorer in Visual Studio 2005?   (1 messages)   Date: Sat, 18 Aug 2007 16:19:20 -0700
Hi, I'm working on Saturday trying to get this project out on time (I'm already late). I need to set up Visual Studio 2005 on another machine with Oracle Explorer installed. When Oracle Explorer is installed in VS 2005 ...

Call JavaScript Function   (6 messages)   Date: Sat, 18 Aug 2007 15:14:13 -0700
What event can be used to call a JavaScript function when the page loads AND when it receives a response from the web server? Thanks, -- Mike Mike McIntyre [MVP] http://www.getdotnetcode.com ...

question about Sessionsate   (2 messages)   Date: Sat, 18 Aug 2007 21:26:00 +0200
Hi, I read that SessionState is on by default. I also read that if it's not required, it must be better off (because of resources) My question is: i don't use session variables (like e.g. Session("mysessionvar")) ...

problem parameters in sqldatasource   (2 messages)   Date: Sat, 18 Aug 2007 11:58:43 -0700
Hello, I'm facing a very simple problem. This DataSource returns the right result: <asp:SqlDataSource ID="SqlSons" runat="server" EnableCaching=true SelectCommand="SELECT no, titrefr FROM structure WHERE parent= ...

SQL Reporting Services Security   (1 messages)   Date: Sat, 18 Aug 2007 15:45:15 +0100
Hey Peeps, My exisiting scenario is SQL2000 with no reporting services, and we use Microsoft .NET 2003 and Crystal reports to report. This works reasonably ok. As the ASP.NET application uses one account to access the ...

Guitars, amps, tabs and more!!   (1 messages)   Date: Sat, 18 Aug 2007 08:57:27 -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/ ...

E-Commerce   (6 messages)   Date: Sat, 18 Aug 2007 07:25:40 -0000
Dear All, I am working on a E-Commerce Site, im new in asp.net, Pls tell me what controls i should use for Product Display , I want also 'buy now' button under product display. Thanks in advance Ahmed ...

Problem with 2 SqlDataSource   (3 messages)   Date: Fri, 17 Aug 2007 22:31:21 -0700
Hello, I have 2 SqlDataSource on the same page that retrieve the same column names: <asp:SqlDataSource ID="SqlStructure" runat="server" SelectCommand="SELECT a, b FROM c WHERE d = 0 /> <asp:SqlDataSource ID="SqlSons" ...

How do I get the SMTP email address from web.config?   (3 messages)   Date: Fri, 17 Aug 2007 22:10:00 -0700
I've tried: MailSettingsSectionGroup mailConfig = WebConfigurationManager.GetSection("system.net/mailSettings") as MailSettingsSectionGroup; and: Configuration configurationFile = WebConfigurationManager.OpenWebConfiguration("/Web ...

Proper way to use LIKE operator with SqlDataSource and control parameters in declarative markup?   (3 messages)   Date: Fri, 17 Aug 2007 17:35:39 -0700
I'm trying to use LIKE operators in SqlDataSource with Control Parameters. The following should express my intent, but it does not work in the way I want it to (returns no results): SelectCommand="SELECT title, conid ...

Sliverlight canvas not showing drawings   (2 messages)   Date: Fri, 17 Aug 2007 16:54:49 -0700
When I do a debug on visual studio I get the 3 circles like in the test example, but when I deploy it to my server I just get a blank canvas. You can see the blank canvas size though. Is there anything i need to install on my ...

Ajax - "exception has been thrown by the target of an invocation"   (3 messages)   Date: Fri, 17 Aug 2007 19:17:10 -0400
[ASP.Net 2005, WinXP SP2, IE7] I have a GridView in an update panel, and the GridView has an ObjectDataSource. Under certain conditions the Object that is the ObjectDataSource will throw an exception with a specific error ...

asp.net 2 @ client coockies   (6 messages)   Date: Fri, 17 Aug 2007 16:06:07 -0700
i am trying to use this code: [code] If (True = Request.Browser.Cookies) Then ' this works! Dim testCookie As New HttpCookie("LastVisited") testCookie.Values.Add("time is now", DateTime.Now.ToString) ...

Pharmacology database website   (2 messages)   Date: Fri, 17 Aug 2007 15:10:23 -0700
I have a website that I would like to add a pharmacology 'database' (for lack of a better word) of about 50-75 drugs. Basically I want users to be able to click on any drug and quickly have a page refreshed with that drug's ...

usercontrol datatype   (1 messages)   Date: Fri, 17 Aug 2007 14:53:44 -0700
My code Dim AgentControl As UserControl AgentControl = LoadControl("AgentVerification.ascx") How do I change my usercontrol to type AgentVerification so I can invoke properties and methods in my usercontrol? -- Arne ...

Css and DataGrid   (2 messages)   Date: Fri, 17 Aug 2007 14:31:22 -0700
I am having a problem getting my Grid links to work correctly. I have the following DataGrid: <anthem:DataGrid AllowPaging="true" AllowCustomPaging="false" PageSize="10" PagerStyle-Visible="false" ...

Are Application collection and Page.Cache thread safe?   (6 messages)   Date: Fri, 17 Aug 2007 16:47:21 -0400
Hi, Since Application collection and Page.Cache can be shared among all sessions, I wonder if they are thread safe? Thank you, Max ...

where do page_load and page_loadcomplete methods come from?   (3 messages)   Date: Fri, 17 Aug 2007 19:14:23 -0000
how do methods in like Page_Load and Page_LoadComplete get automatically wired up to hook their corresponding page events? I dont see them in the MSDN documentation of the System.Web.UI.Page class. thanks, -Steve ...

Locate records DataSet   (3 messages)   Date: Fri, 17 Aug 2007 15:20:53 -0300
Hi, is there any way to do a Find / Locate on a DataSet? Because I need to do a ID field search on a DataSet... Thanks ...

Web Site Administration Tool: Unable to Connect to Database   (4 messages)   Date: Fri, 17 Aug 2007 11:17:32 -0700
Hi, <I posted this on the microsoft.public.dotnet.framework.aspnet.security newsgroup but before I got a reply this newsgroup has become unavailable!! So I'm posting it here again. Sorry for the inconveneice.> I tried ...


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