24 new messages in 18 topics - abridged



Active Topics
-------------

Access UserControl - 3 new
--------------------------
Hello, I created a UserControl (MyUserControl.ascx). At design time I added
this control the a page (MyPage.aspx). No problem when I execute the page I
see it. I'd like access to some method and properties from MyPage.aspx.cd (
first form Page_load but may be others). Could you tell me how to access the
method of my UserControl ? - Fri, May 2 2008 11:26 pm
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/951c4258dce49b22?hl=en


Getting a huge number of paramters from nowhere - 2 new
-------------------------------------------------------
...Right. Got it! ...Of course. Silly me... ...Thanks. It helped! - Sat, May 3
2008 1:53 am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/90673af1e2e22a0c?hl=en


using a form in an UpdatePanel - 1 new
--------------------------------------
I would have though you would get a different error, as you cannot normally
nest form tags. - Sat, May 3 2008 2:15 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/fd79ac6e56e74d62?hl=en


sending error message from a class module - 1 new
-------------------------------------------------
I suppose you can use httpcontext.currentcontext. library. Niraj - Sat, May 3
2008 2:46 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/99c7c573d5e0d7ae?hl=en


Should this code force a refresh of my asp.net page? - 1 new
------------------------------------------------------------
Can you give the reason why u want to reload the same (loading) page again n
again ? - Sat, May 3 2008 2:49 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/8ff66819da404187?hl=en


Antivirus on Web Server - 1 new
-------------------------------
You can go for NOD32... its best one Niraj - Sat, May 3 2008 2:50 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/53e3b84340fe9667?hl=en


Create new website on File System or local IIS - 1 new
------------------------------------------------------
Hi, your assumptions are pretty much correct. One main difference is that
while developing in IIS, the application runs under ASPNET / NETWORK SERVICE
account, but with web dev server it runs under your account, so if you're
administrator, the app runs under admin privileges. That can bring unexpected
problems when deploying to production if your application does - Sat, May 3
2008 5:08 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/85397cba81b9ac1f?hl=en


set selected index of gridview on load - 1 new
----------------------------------------------
Hi, you can check for cross-page postback on the target page by checking
PreviousPage property for null reference. I've blogged about that at: [link]
So basically in Page_Load of your target page, check with previous technique -
Sat, May 3 2008 5:12 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/98cc9e9186220c78?hl=en


Help. Getting a An error has occurred while establishing a connection to the
server. When connecting to SQL Server 2005, this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections. (provider: SQL Network Interfaces, error: 26 - Error Locating
Server/Instance Specified) Error. - 1 new
-----------------------------------------
Hi, I need some help. I am getting this error after I complete the asp.net
register control and click on the continue button. It crashed when it tries to
get it calls this Profile property ((string)(this.GetPropertyValu e("Address1")
)); When I look at the stack, it is coming from my ProfileWrapper class - Sat,
May 3 2008 5:43 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/50a6804de6f75e9c?hl=en


Dynamic checkboxes and selection - 1 new
----------------------------------------
Thanks Fernando, sck10 - Sat, May 3 2008 6:13 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/f3d7279a72e78433?hl=en


Pb with Webclient object since Framework 3.0 installed. need help !! - 1 new
----------------------------------------------------------------------------
Hi I've got a piece of code using the webclient object (see below). This
function was working until i installed the . Net 3.0 on my computer. This code
run withs the version 2.0 of the dotnet Framework. After this installation,
the OpenRead functiuon generate an error. "Can't open a session, wring
username or password". Or Creadentials informations - Sat, May 3 2008 6:29 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/e9b1872b87da9c2f?hl=en


circular reference in cross page post back - 1 new
--------------------------------------------------
I'm reying to get around the problem of cross page post back. I'm attempting
to use an interface to cast the previous page. if (PreviousPage != null) {
ICommonPostback frm = PreviousPage as ICommonPostback; ... ... Previous page
exists, but after casting frm is still null. I'm hoping this - Sat, May 3 2008
8:02 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/2efda8060e7b0160?hl=en


IE does not reload css or js file... - 2 new
--------------------------------------------
Hello, I'm working on an ASP.net 2.0 web project using VS 2005. I'm on my
laptop running IIS on WinXP SP2 with all the latest updates. The Default web
site is set to run on .net 2.0 My project uses a master page. I have two
separate issues that I think are related. First, I can't figure out why
changes to my CSS don't load when I start the - Sat, May 3 2008 10:12 am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/5c9c707e144bcd4f?hl=en


Visual Studio 2008 asp.net web administration>profile: "The profile wasn't
created"? - 1 new
-----------------
When I ran the asp.net admin tool to setup web application settings, I get the
following notice when I went to profile and chose to use a single provider for
all features: "The provider wasn't created". To reproduce: 1. In Visual Studio
2008, create a new web application. 2. Add a web.config file if one doesn't
already exist. - Sat, May 3 2008 10:15 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/c287ebadb8b2b99e?hl=en


Remotely accessing SQL server DB - 2 new
----------------------------------------
That's correct, you cannot use SQL Server Developer Edition in production. The
SQL Server is licensed for a single connection. But the Management Studio
works fine for also managing a production server, and seems to me to at least
be within the spirit of a developer license. I haven't looked at the license
text to verify that it's legal. - Sat, May 3 2008 10:50 am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/a357ad5affab5483?hl=en


ajax, modalpopupextender/updatepanel - 1 new
--------------------------------------------
Hi, I have a listbox (lstItems) that I want to populate with the items in
another listbox (lstSelected) that's in a modalpopupextender. The update is
supposed to happen when I close the modalpopup so I tried to add a trigger for
the click event of the ok button but it seems this event is not fired - Sat,
May 3 2008 1:15 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/cb27b615d070cd3c?hl=en


Are frames "out" these days and going forward? - 2 new
------------------------------------------------------
I have an old ASP.NET app that I need to rewrite. It uses frames to have an
embedded Windows Media Player playing content that is controlled from other
frames on the page. And, of course, the user can navigate around other frames
without disrupting what is playing in the frame that contains the player. -
Sat, May 3 2008 5:11 pm
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/035f99c6100eb0d0?hl=en


Notify a Service Process - 1 new
--------------------------------
I have a webpage which creates reports, a report can take few seconds or
several minutes to create. This webpage calls a web service which in turn does
a remoting call to a windows service and the service creates the report. My
question is if a user cancels or closes the browser before the report is - Sat,
 May 3 2008 9:39 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/042db8f826b05d36?hl=en



No comments: