[ADVANCED-DOTNET] SV: [ADVANCED-DOTNET] Page or WebService?

2004-07-15 Thread Daniel Ripoll
How about parsing Context.Request.RawUrl? =) /daniel Från: Unmoderated discussion of advanced .NET topics. genom Manuel Patrone Skickat: to 2004-07-15 20:33 Till: [EMAIL PROTECTED] Ämne: [ADVANCED-DOTNET] Page or WebService? If you wanted to determine whethe

[ADVANCED-DOTNET] Page or WebService?

2004-07-15 Thread Manuel Patrone
If you wanted to determine whether you are executing under the context of a ASP.NET page or a webservice how would you do that? Regards MP === This list is hosted by DevelopMentor® http://www.develop.com Some .NET courses you may be interested in: NEW! Guerri

Re: [ADVANCED-DOTNET] Debugging compiled CodeDom code

2004-07-15 Thread Pradeep Tapadiya
Hi Shawn, Thank you for sharing your insight. Pradeep -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Shawn A. Van Ness Sent: Wednesday, July 14, 2004 10:30 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Debugging c

Re: [ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Luis Abreu
Hello Christopher. You have to realize that this is markup language. Before you can even compile this as an ASP.NET application, it has to be parsed first. The parser is not going to be looking for strings or variables or anything else except for markup tags. is a markup tag to the parser; "" i

Re: [ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Christopher Reed
You have to realize that this is markup language. Before you can even compile this as an ASP.NET application, it has to be parsed first. The parser is not going to be looking for strings or variables or anything else except for markup tags. is a markup tag to the parser; "" is something else.

Re: [ADVANCED-DOTNET] Causing client-side onblur to raise a TextC hang ed event

2004-07-15 Thread Baudouin, Andrew
I of course want the TextChanged event to be processed regardless of whether or not the text was actually changed Andrew Baudouin Applications Programmer Information Technology Department AWC Inc -Original Message- From: Baudouin, Andrew [mailto:[EMAIL PROTECTED] Sent: Thursday, Jul

[ADVANCED-DOTNET] Causing client-side onblur to raise a TextChang ed event

2004-07-15 Thread Baudouin, Andrew
Hi all, Does anyone know of a method to force the client javascript onblur event to cause a server-side TextChanged event? doesn't work. Thanks. Andrew Baudouin Applications Programmer Information Technology Department AWC Inc (225)752-3939 x228 -Original Message- From: Luis Abre

Re: [ADVANCED-DOTNET] Common Question

2004-07-15 Thread Steve Johnson
I also posted this response to the Winforms list, but before I realized the question had also been posted here. I think that either this list or the CLR list is more appropriate, so I'm also responding here. Puneet Jain wrote: > Hi.. > Can anybody guess about these questions??? > 1. Is CLR a p

Re: [ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Luis Abreu
hello. So could you please tell why this is not a bug? how can a script section interpret a string as a tag? Thanks. Regards, Luis It's not a bug. Try "" so it won't read it incorrectly. Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROT

Re: [ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Bob Terrell
I have used this before..(split the script tag) works on the code behind implementation. sql += @""; //ERROR HERE Luis Abreu <[EMAIL PROTECTED]

Re: [ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Christopher Reed
It's not a bug. Try "" so it won't read it incorrectly. Hope this helps! Christopher Reed Web Applications Supervisor Information Technology City of Lubbock [EMAIL PROTECTED] "The oxen are slow, but the earth is patient." >>> [EMAIL PROTECTED] 7:27:49 AM 7/15/2004 >>> Hello. last night I was doi

Re: [ADVANCED-DOTNET] Common Question

2004-07-15 Thread Baudouin, Andrew
3: The click event for the HTMLButton with "runat=server" is called ServerClick; the asp:Button is Click. The data types are different: protected System.Web.UI.HtmlControls.HtmlInputButton Button2; protected System.Web.UI.WebControls.Button Button1; In the designer we have different properties

[ADVANCED-DOTNET] Is this an asp.net bug?

2004-07-15 Thread Luis Abreu
Hello. last night I was doing some tests on asp.net and I've foud that if write code like this the page doesn't compile: <%@ Page Language="C#" %> Untitled Page void ProcessClick( object sender, EventArgs args ) { string sql = @"