<rss version="2.0" xmlns:dn247="http://www.dot-net-guru.com/schemas/rss"><channel><title>.Net Guru: ASPFriends.com 'aspngbeta' list</title><link>http://www.dot-net-guru.com/247reference/__site/143</link><description>ASPFriends.com 'aspngbeta' list on .Net Guru.</description><generator>.Net Guru/WinFX 247 RSS Generator</generator><dn247:id>143</dn247:id><item><title>abt htmlinputfile ctrl (3 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10250.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10250.aspx</guid><pubDate>13 May 2004 05:55:49</pubDate><description>Scenario: I have HtmlInputFile ctrls File 1 to File 5 In the Button Click method with Script language as VB and runat server i have to upload the files. I want to loop through these controls and want to access the properties and methods of the htmlinputfile objects.. How do i go about this ? Is there any method like there was &amp;amp;quot;eval&amp;amp;quot; in javascript ?? Thanks Sampada </description><dn247:id>10250</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>CompareValidator for dates (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/13860.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/13860.aspx</guid><pubDate>19 Nov 2001 16:25:48</pubDate><description>a.. I'm using date in dd mm yyyy format as below. But the system seems to allow only m/d/y format. What should be done to change the I/P format and the value in ValueToCompare to accept dd mm yyyy format? b.. For Operator value what should be used to implement (greater than or equalto) ? asp:CompareValidator id &amp;amp;quot;FromDateCompare&amp;amp;quot; runat &amp;amp;quot;server&amp;amp;quot; ControlToValidate &amp;amp;quot;txtFrmDt&amp;amp;quot; ValueToCompare &amp;amp;quot;17 05 200...</description><dn247:id>13860</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Frameset runat server tags? (5 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10252.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10252.aspx</guid><pubDate>14 Oct 2001 10:10:13</pubDate><description>I was curious.... It looks liek most of the HTML tags have .NET versions, with the ability to alter them programmatically. All except FRAME and FRAMESET. Am I missing something? Soulhuntre email: soulhuntre@soulhuntre.com url: http://www.soulhuntre.com corp: http://www.dotpublishing.com life: http://www.the estate.com </description><dn247:id>10252</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>Templates (3 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10259.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10259.aspx</guid><pubDate>14 Oct 2001 10:10:11</pubDate><description>Hi all, When I create a template using Page.LoadTemplate(...) I get the following error Compiler Error Message: BC30456: The name 'DataItem' is not a member of 'System.Web.UI.Control'. Source Error: Line 1: %# DataBinder.Eval(Container.DataItem, &amp;amp;quot;Key&amp;amp;quot;) % &amp;amp;amp;nbsp;is&amp;amp;amp;nbsp; Line 2: %# DataBinder.Eval(Container.DataItem, &amp;amp;quot;Value&amp;amp;quot;) % So what is the directive for the acx file I load as a template? This is ...</description><dn247:id>10259</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>web services and CDATA elements (7 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10244.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10244.aspx</guid><pubDate>14 Oct 2001 10:10:11</pubDate><description>Hope someone can shed some light on this as I've been utterly frustrated in trying to find a solution.. I think I just need some fresh eyes on the problem as I'm probably myopic to my own code right now.. I'm guessing this *has* to be something simple I'm overlooking... First, let me show you a working production example of what I'm talking about... http://services.buy.com/Affiliate/BuyAffiliate.a...</description><dn247:id>10244</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Does .net framework support multiple inheritance? (4 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10238.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10238.aspx</guid><pubDate>14 Oct 2001 10:10:11</pubDate><description>Hi List, Does .net framework support multiple inheritance? Can I derive my code behind class from 2 other base classes? Now by default its derived from System.Web.UI.Page. Can I derive it from one more class ? Let it be a code behind class of another aspx file. So that I will have a virtual function in the base class and can be overridden in the derived class. ?????? pl help if anybody knows about...</description><dn247:id>10238</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Form Variables (3 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10254.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10254.aspx</guid><pubDate>14 Oct 2001 10:10:10</pubDate><description>What is wrong with this? I have a simple Login form that contains Name &amp;amp;amp; Pswd boxes, on PostBack, I will verify them against the DB. This is the line that failed: String sSQL &amp;amp;quot;SELECT * From authors where au lname '&amp;amp;quot; frmRegister.txtName.Text &amp;amp;quot;' And au fname '&amp;amp;quot; frmRegister.txtPassword.Text &amp;amp;quot;'&amp;amp;quot;; It will work if I hard coded to String sSQL &amp;amp;quot;SELECT * From authors where au lname 'Liaw' And au fname 'Den...</description><dn247:id>10254</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>Is is possible to disable Validation controls on client side? (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10255.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10255.aspx</guid><pubDate>14 Oct 2001 10:10:09</pubDate><description>I have a form that contains two options which are selected by a radio button. If Radio Button A is selected, then I want to require an answer to TextBox A and not TextBox B. And vica versa, if B is selected, A will not be required. Radio Button A TextBox A Radio Button B TextBox B Is it possible to turn off the validation controls for TextBox B if TextBox A is selected? One possible solution I see...</description><dn247:id>10255</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Runat=server Vs. asp controls (4 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10239.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10239.aspx</guid><pubDate>14 Oct 2001 10:10:08</pubDate><description>which one is better... a normal HTML control having attribute runat server ... or to use pure aspcontrol??? cheers paritosh </description><dn247:id>10239</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Sample HttpHandler Code (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10247.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10247.aspx</guid><pubDate>14 Oct 2001 10:10:08</pubDate><description>Hello, Does anyone have a sample code for a custom HttpHandler class? Upon compiling the following: Public Class MyHttpHandler 20 Implements System.Web.HttpHandler 20 Public Readonly Property IsReusable() As Boolean 20 Get 20 Return True 20 End Get 20 End Property 20 09 Public Sub ProcessRequest(byval context as System.Web.HttpContext) 20 'custom code here 20 End Sub End Class 20 20 I get the foll...</description><dn247:id>10247</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Data Set Version of RS.RecordCount (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10234.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10234.aspx</guid><pubDate>14 Oct 2001 10:10:06</pubDate><description>In the Data Set/Binding of Datagrid what is the ASP.Net equivalent of RS.Recordcount? </description><dn247:id>10234</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>style property (7 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10232.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10232.aspx</guid><pubDate>14 Oct 2001 10:10:06</pubDate><description>hi all, I'm looking to add style attributes to an asp:boundcolumn / tag. so something like: asp:BoundColumn style &amp;amp;quot;border right:1px solid #336699;&amp;amp;quot; HeaderText &amp;amp;quot;Author&amp;amp;quot; DataField &amp;amp;quot;aulname&amp;amp;quot;/ will render td style &amp;amp;quot;border right:1px solid #336699;&amp;amp;quot; Frost /td but i get the error: Type 'System.Web.UI.WebControls.BoundColumn' does not have a property named 'style' Any suggestions? Thanks, dave ~~~~~~~~~~~...</description><dn247:id>10232</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>IConfigurationSectionHandler - how does one implement it? (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10221.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10221.aspx</guid><pubDate>14 Oct 2001 10:10:06</pubDate><description>I'm having trouble with a custom configuration section handler, and I found some posts to the aspngconfig list that indicate that others are, too. However, there were no responses to the questions raised in aspngconfig, so perhaps with a larger audience someone who can help will be found! Basically, to implement a custom configuration section handler, you're supposed to implement the IConfiguratio...</description><dn247:id>10221</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>doubt abt asp .net HtmlInputFile ctrl (4 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10231.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10231.aspx</guid><pubDate>14 Oct 2001 10:10:05</pubDate><description>This message, which was originally sent to &amp;amp;quot;aspngcommunity&amp;amp;quot;, has been moved to &amp;amp;quot;aspngbeta&amp;amp;quot; mailing list by the List Master Scenario: I have HtmlInputFile ctrls File 1 to File 5 In the Button Click method with Script language as VB and runat server i have to upload the files. How do i loop thru the HtmlInputFile ctrls w/o having to write seperate code for all the ctrls??? Is there any method like t...</description><dn247:id>10231</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Passport Authentication (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10228.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10228.aspx</guid><pubDate>14 Oct 2001 10:10:04</pubDate><description>Hi, I am trying to implement Passport authentication on a site that I am developing using .Net beta 1. I am having problems in getting the Puid and the profile. Can anyone share code snippets of implementing Passport and getting the Puid and profile of the user. Thanks and Regards, Martin Johnson Software Engineer Satyam Computer Services Ltd MCG </description><dn247:id>10228</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Web Farm Question (6 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10218.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10218.aspx</guid><pubDate>14 Oct 2001 10:10:04</pubDate><description>This message, which was originally sent to &amp;amp;quot;aspngdata&amp;amp;quot;, has been moved to &amp;amp;quot;aspngbeta&amp;amp;quot; mailing list by the List Master This question is about webfarm. How to update an application variable in all webservers[in webfarm] if anyone of webserver's application variable was modified by user. ie i want to synchrnoize the application variable in all the web servers [in webfarm]. i think we are using hardwa...</description><dn247:id>10218</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Calendar Question (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10219.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10219.aspx</guid><pubDate>14 Oct 2001 10:10:03</pubDate><description>Hi All, I am working with the Calendar control and have adapted some sample code from the .Net Framework library. The adapted code is shown below. If you run the aspx page, you will see there is a dropdownlist with the months of the years, a label which shows the number of days selected, and a button to select all the Fridays in the month. The problem is that if you click the button, the label upd...</description><dn247:id>10219</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>ASP.NET can't read UTF-8 Data from Database properly (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10225.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10225.aspx</guid><pubDate>14 Oct 2001 10:10:02</pubDate><description>Hi, I am trying to read data from an Oracle Database using ASP.NET and C#. The data is text in many different languages (like Japanese, Russian etc.). The encoding is UTF 8. Using &amp;amp;quot;old&amp;amp;quot; ASP everything works fine, but when using ASP.NET it seems to try to read the data as unicode and screws it all up. Is there a possibility to access the data in binary form, before it gets screwed up? Or can I tell...</description><dn247:id>10225</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Raising Events on a UserControl that are Handled by a WebForm (3 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10220.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10220.aspx</guid><pubDate>14 Oct 2001 10:10:02</pubDate><description>I'm trying to raise an event on a usercontrol that gets handled on the webform that consumes usercontrol. I dynamically load the usercontrol in the Page Load event. I cannot figure out the syntax to handle this event on the WebForm. Here is the relevant code from my usercontrol: Public Delegate Sub ucBN UpdateEventHandler(ByVal sender As Object, ByVal e As EventArgs) Public Event ucBN Update As uc...</description><dn247:id>10220</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>How do I access parent page properties and methods from one of its dynamically loaded usercontrols? (6 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10212.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10212.aspx</guid><pubDate>14 Oct 2001 10:10:01</pubDate><description>I'm trying to access and use the properties (or public variables) and methods in a page's codebehind from within a usercontrol dynamically loaded into that page. If I declare an instance of the webform's codebehind in my usercontrol's codebehind I can access the page's properties and methods, e.g.: Protected WithEvents myPage As FooBarWebFormCodebehindClass Protected WithEvents lblEmail As System....</description><dn247:id>10212</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>Error When Using Validator (3 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10213.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10213.aspx</guid><pubDate>14 Oct 2001 10:10:00</pubDate><description>This message, which was originally sent to &amp;amp;quot;aspng&amp;amp;quot;, has been moved to &amp;amp;quot;aspngbeta&amp;amp;quot; mailing list by the List Master When the RequiredFieldValidator control is implemented in my asp.net page, I get an error message when accessing the page through my browser. The message pops up in a separate message box. It says: Warning! Unable to find script library WebUIValidation.js. This error only shows up when...</description><dn247:id>10213</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>HttpContext vs Page class? (4 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10193.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10193.aspx</guid><pubDate>14 Oct 2001 10:09:59</pubDate><description>I asked this question before, but I don't think anyone tackled it.... Anyway, my confusion is this: as far as I understand it, all pages are derived from the System.Web.Ui.Page class, which provides our references to built in objects like Request, Response, and so on. But why do these same objects turn up in HttpContext and in HttpApplication? Better yet, what is the real meaning of HttpContext, a...</description><dn247:id>10193</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>User control Example needed (7 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10196.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10196.aspx</guid><pubDate>14 Oct 2001 10:09:59</pubDate><description>Hi All, Does anyone have a working example of programatically loading a user control in code behind, then setting some properties of the user control, where the user control itself is written with code behind? I am having all kinds of trouble getting this to work and I would greatly appreciate an example with all the pieces of code user control GUI, user control code behind class, container GUI, c...</description><dn247:id>10196</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>NOT ANSWERED BEFORE (and pretty desperate!): Trouble using user control code-behind class name to load user controls (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10199.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10199.aspx</guid><pubDate>14 Oct 2001 10:09:58</pubDate><description>Hi, I've read many threads on this subject, and I tried to follow the examples in them, but I'm still getting the error: The type or namespace name 'OptionsSelectorRow' does not exist in the class or namespace 'DCS.OptionsSelector' So, I'm probably doing something stupid or have overlooked something. Anyway, what I have is a user control with a code behind class written in vb called OptionsSelecto...</description><dn247:id>10199</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Return Entire DataSet to Display Code? (6 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10184.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10184.aspx</guid><pubDate>14 Oct 2001 10:09:56</pubDate><description>Hi, I'm creating a 3 tier asp.net application and I've come across a potential problem. My first tier is aspx pages and csharp codebehind files. The second tier is a .NET assembly (dll) and the third tier is, of course, my database. I'm trying to make the second tier as abstract as possible regarding representation of the data in the database. For instance, I create a class in the first tier and f...</description><dn247:id>10184</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>passing hidden values (8 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10187.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10187.aspx</guid><pubDate>14 Oct 2001 10:09:56</pubDate><description>This message, which was originally sent to &amp;amp;quot;aspngcommunity&amp;amp;quot;, has been moved to &amp;amp;quot;aspngbeta&amp;amp;quot; mailing list by the List Master I have created a form in which I pass hidden values through the form. The problem is that when I have Visible &amp;amp;quot;false&amp;amp;quot; the values do not get passed, but when Visible &amp;amp;quot;true&amp;amp;quot; it works. How can I pass visible &amp;amp;quot;false&amp;amp;quot; text boxes through the form? Thank you in advance </description><dn247:id>10187</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>Adding Dates? (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10165.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10165.aspx</guid><pubDate>14 Oct 2001 10:09:55</pubDate><description>How can I add, subtract and determine the difference between dates in .NET. I'm thinking DateAdd &amp;amp;amp; DateDiff in VB6. Please, jh ******************************************************************* This E mail message (including any attachments) is confidential and intended solely for the use of the individual or entity to whom it is addressed. If you have received the message in error, please notify...</description><dn247:id>10165</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>email (8 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10168.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10168.aspx</guid><pubDate>14 Oct 2001 10:09:52</pubDate><description>Hello, I try to use the following code to send a email, but nothing happen. can some one tell me what's wrong. Thanks, Fang public void Button1 Click (object sender, System.EventArgs e) { MailMessage mmMessage new MailMessage(); mmMessage.To &amp;amp;quot;demo@orcm.com&amp;amp;quot;; mmMessage.From &amp;amp;quot;demo@orcm.com&amp;amp;quot;; mmMessage.Subject &amp;amp;quot;This is a test e mail&amp;amp;quot;; mmMessage.BodyFormat MailFormat.Text; mmMessage.Body &amp;amp;quot;This is a te...</description><dn247:id>10168</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>DataSet Caching (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10177.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10177.aspx</guid><pubDate>14 Oct 2001 10:09:51</pubDate><description>This message, which was originally sent to &amp;amp;quot;aspng&amp;amp;quot;, has been moved to &amp;amp;quot;aspngbeta&amp;amp;quot; mailing list by the List Master Three questions: 1) Do my .asmx and .aspx programs share the same Session and Application scope ? 2) Is it a generally a good idea to store DataSet objects at Application scope assuming they do not get too large ? How do I determine how much memory it takes up ? 3) With Connection Pool...</description><dn247:id>10177</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Accessing a Network Drive with Directory Object (10 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10167.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10167.aspx</guid><pubDate>14 Oct 2001 10:09:50</pubDate><description>I have the following code which steps through a directory and adds each file in the directory to a DataTable. This works all and great for instances where the directory is set to a local directory such as &amp;amp;quot;C:\winnt&amp;amp;quot; however, if I want to access a network drive, such as &amp;amp;quot;\\machine\c$&amp;amp;quot; I get an &amp;amp;quot;Access Denied to Path&amp;amp;quot; error message. I know that I can get to the path however. Anyone have any ideas? T...</description><dn247:id>10167</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Users, Roles etc... Question to Scott G. (2 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10170.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10170.aspx</guid><pubDate>14 Oct 2001 10:09:49</pubDate><description>Scott, In your message given below, you had spoken of building a simple sample to demonstrate the concepts that you were speaking about... Did you ever get a chance to do this? I am definitely one of those who gain a better understanding after looking over code samples... So any help along these lines would be appreciated. Anil One way to store roles without having to rehit the database on each re...</description><dn247:id>10170</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>How do you assign and ID to a user control created programmatically? (3 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10158.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10158.aspx</guid><pubDate>14 Oct 2001 10:09:46</pubDate><description>Hi all, I am considering creating user controls programmatically, using code similar to what I saw in another thread on this newsgroup: foreach (Product p in allProducts) { // load in the User Control template ProductControl productControl &amp;amp;amp;# (;ProductControl) LoadControl(&amp;amp;quot;ProductControl.ascx&amp;amp;quot;); // now set the properties of the user control ((ProductControl ascx)productControl).Price &amp;amp;amp;# p;.Price; ...</description><dn247:id>10158</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Hyperlink to fire event (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10197.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10197.aspx</guid><pubDate>14 Oct 2001 10:09:38</pubDate><description>This message, which was originally sent to &amp;amp;quot;aspngdata&amp;amp;quot;, has been moved to &amp;amp;quot;aspngbeta&amp;amp;quot; mailing list by the List Master When I click hyperlink which is meant to fire A1 Click event, there is an error &amp;amp;quot;Object required line 0&amp;amp;quot;. 20 Does anyone have this problem before? 20 20 ProjDetail.aspx: 20 a href 3D&amp;amp;quot;project.aspx&amp;amp;quot; runat 3Dserver ID 3DA1 onserverclick 3D&amp;amp;quot;A1 Click&amp;amp;quot; Go Forward /a 20 ProjDetail.vb: 20 ...</description><dn247:id>10197</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Out-of-proc question (5 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10263.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10263.aspx</guid><pubDate>30 May 2001 17:05:00</pubDate><description>All, We have a COM object wrapping a single threaded dll. This worked fine for individual clients; in the web world, it locks when more than one user tries to hit it at the same time. For various reasons we cannot modify the dll. We are thinking about rewriting the COM wrapper as an out of proc .exe instead. I realize this breaks the ability to run tlbimp against it to create a .NET assembly/dll. ...</description><dn247:id>10263</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Languages Supported by .NET (3 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10262.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10262.aspx</guid><pubDate>30 May 2001 01:43:00</pubDate><description>Is there a URL with the latest updated list of languages supported by .NET? I checked at www.microsoft.com/net/ and didn't see anything. Thanks, Steve </description><dn247:id>10262</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Garbage Collecting Pooled and Cached Objects (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10260.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10260.aspx</guid><pubDate>22 May 2001 12:33:00</pubDate><description>Can anyone tell me the process of how pooled and cached objects are garbage collected? Is there a special process for these objects? Thanks! </description><dn247:id>10260</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Optional parameters of a COM component in C# and VB.NET (11 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10258.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10258.aspx</guid><pubDate>15 May 2001 12:19:00</pubDate><description>I supposed that I'm doing something wrong so it can be so bad If you instance and object that has optional parameter you have to introduce all parameters in C# (it's a nightmare) In VB.NET it isn't necessary but you loose the tags for documentation and so on ... An example: ADODB.Connection m dbConn new ADODB.Connection(); m dbConn.Open(ConnectionString,&amp;amp;quot;&amp;amp;quot;,&amp;amp;quot;&amp;amp;quot;, 1); I just want to pass the Connectio...</description><dn247:id>10258</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Dynamically Set UserControls (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10257.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10257.aspx</guid><pubDate>13 May 2001 13:28:00</pubDate><description>I found this example on http://www.123aspx.com. (http://www.123aspx.com/resdetail.asp?rid 937) Is it possible to set the MyTitle value using a variable instead? i.e., could I set it equal to a variable called ABC and not &amp;amp;quot;ABC&amp;amp;quot; litterally? Scott in myuc.aspx % declare any namespaces % %@ Register Tagprefix &amp;amp;quot;Channel&amp;amp;quot; Tagname &amp;amp;quot;Title&amp;amp;quot; src &amp;amp;quot;myuc.ascx&amp;amp;quot;% Channel:Title MyTitle &amp;amp;quot;ABC&amp;amp;quot; / In myuc.ascx script ...</description><dn247:id>10257</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Changing Visible Status Dynamically with a boolean value (3 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10256.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10256.aspx</guid><pubDate>11 May 2001 00:03:00</pubDate><description>Is it possible to have a boolean value in the visible status of let's say a text box or a label? I am trying something like this : asp:label id TestNumberLabel runat Server visible &amp;amp;quot;myVisibleStatus&amp;amp;quot; Test Number /asp:label Anyways, I'm getting the following : Parser Error Message: 'myVisibleStatus' is not a valid value for Boolean. Source Error: Line 85: asp:label id TestNumberLabel runat Server vi...</description><dn247:id>10256</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>Reading Internet Text File (3 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10253.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10253.aspx</guid><pubDate>10 May 2001 22:14:00</pubDate><description>How do you read from a text file at an Internet http address (not local to server). I use to use a lot of the InternetOpenUrl wininet api calls. I am sure there is a better way now. Some sort of stream reader? Any examples? thanks, chuck </description><dn247:id>10253</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>Viewing Namespaces... (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10249.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10249.aspx</guid><pubDate>10 May 2001 00:47:00</pubDate><description>Is there a way to view the namespaces supported by ASP ? Gordon R. Durgha Web Developer www.vslink.net gd@vslink.net </description><dn247:id>10249</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>IE 6? (3 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10248.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10248.aspx</guid><pubDate>10 May 2001 00:45:00</pubDate><description>Would installing IE6 screw up my .net installation? Get your FREE download of MSN Explorer at http://explorer.msn.com </description><dn247:id>10248</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Application_Start (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10246.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10246.aspx</guid><pubDate>10 May 2001 00:38:00</pubDate><description>Hi Everytime I hit a page on my website the &amp;amp;quot;Application Start&amp;amp;quot; event fires!?!?! Are there anyone who has any ideas on what I might have done wrong? Regards Alf Gaba </description><dn247:id>10246</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Annoying Message - TagPefix is not registered (2 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10245.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10245.aspx</guid><pubDate>10 May 2001 00:35:00</pubDate><description>Does anybody know how to get rid of this message? I put a custom control into a (consuming) .aspx page like this: %@ Register tagPrefix &amp;amp;quot;MB&amp;amp;quot; Namespace &amp;amp;quot;Dick.Utils&amp;amp;quot; % MB:SomeFunction runat &amp;amp;quot;server&amp;amp;quot; id &amp;amp;quot;XXX&amp;amp;quot; Click Me! /MB:SomeFunction Then I keep on getting the following message This control cannot be added because its tagprefix is not registered in this Webform. Add a register to the page for TagPr...</description><dn247:id>10245</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>send attachement aspx by email (2 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10242.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10242.aspx</guid><pubDate>09 May 2001 00:35:00</pubDate><description>I try to send attachement aspx file by email I could not Please help hue Do You Yahoo!? Yahoo! Auctions buy the things you want at great prices http://auctions.yahoo.com/ </description><dn247:id>10242</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>Calling Server Methods on the Client? (3 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10240.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10240.aspx</guid><pubDate>08 May 2001 18:11:00</pubDate><description>Hello All... 20 Does anybody know if it is possible (and how) I can call a C# Server method from a Client java script block. For example, If I have a class called DisplayTable that I instantiate as myTable. Can I somehow call the function myTable.Process(), for example, from the JS function doUpdate() ? 20 20 %@ Register TagPrefix 3D&amp;amp;quot;OneCirc&amp;amp;quot; NameSpace 3D&amp;amp;quot;Tier2&amp;amp;quot; % %@ Import Namespace 3D&amp;amp;quot;System.Dat...</description><dn247:id>10240</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>Setting focus in control (4 replies)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10237.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10237.aspx</guid><pubDate>08 May 2001 12:12:00</pubDate><description>Hi All, I'm using the ValidatorSummary control in my web forms. I want to set focus in the first control in my form where there is some error. Like we use to do when using javascript in ASP. Regards, Deep </description><dn247:id>10237</dn247:id><dn247:siteId>143</dn247:siteId></item><item><title>DataGrid - Allow Sorting (2 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10233.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10233.aspx</guid><pubDate>07 May 2001 19:41:00</pubDate><description>I've been going through the properties &amp;amp;amp; methods of the Datagrid and found 'AllowSorting&amp;amp;quot; (true or false) If true it creates links on the field names in the header, but nothing happens on my system when I click them....is there somewhere on the web that shows how to implent this feature? </description><dn247:id>10233</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>Related Question on DateTime Formatting (4 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10230.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10230.aspx</guid><pubDate>07 May 2001 15:14:00</pubDate><description>In my calendar application I want to format the time to 12:00 PM. I am using myTime.format(&amp;amp;quot;whateverformattype&amp;amp;quot;, null) but it tells me that null is no longer supported and that I should use System.DBnull .... but when I try that the compiler says that DBnull is not a part of System? What am I missing? Thanks, Jamie Get your FREE download of MSN Explorer at http://explorer.msn.com </description><dn247:id>10230</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item><item><title>Can users supply viewstate data for a control prior to render time? (6 replies, VIP)</title><link>http://www.dot-net-guru.com/247reference/msgs/2/10226.aspx</link><guid>http://www.dot-net-guru.com/247reference/msgs/2/10226.aspx</guid><pubDate>05 May 2001 23:09:00</pubDate><description>Hi, I'm trying to figure out how to allow users to navigate to an aspx page with some viewstate information encoded in the query string of the url... For example, given the following URL: file.aspx? VIEWSTATE blahblahblah blahblahblah could be the viewstate information that tells several controls on the page how to render their html output...How would I go about grabbing that query string paramete...</description><dn247:id>10226</dn247:id><dn247:siteId>143</dn247:siteId><dn247:highlight>True</dn247:highlight></item></channel></rss>