Search

You searched for the word(s): userid:305316

Matching Posts

  • Re: FUll Text Search issues

    You'll probably need to do what other search engines do. Run the results and spell check the term. If the term fails the spell check, suggest a new spelling with the results that were returned.
  • Re: How to practically use and undersatnd design Patterns

    Dogs and cats can be examples of using design patterns, perhaps abstract, but examples nonetheless. We could come up with any number of examples, but without a better idea of what you're looking for, they will be as useless as dogs and cats. Do you have any specific tasks in mind?
    Posted to C# (Forum) by MuteThis on 1/27/2009
  • Re: Trying to use Google Analytics in HTTP Module!

    I was looking at some posts tonight and saw the author of this site answering questions. Does anyone recognize this code? http://www.aspnetemail.com/samples/emailtracker/default.aspx I would recommend following up with the author of your sample code on your question. If you've purchased their control, I'm sure you're receive priority support, otherwise there seems to be a free online forum available. I bet you'll find more on topic specialization there... http://www.advancedintellect
    Posted to HttpHandlers and HttpModules (Forum) by MuteThis on 1/8/2009
  • Re: how secured pages work ???

    There are pleanty of articles on expiring content immediately. As far as detecting back button and redirecting, you're probably hunting for an article or forging new ground...
    Posted to HttpHandlers and HttpModules (Forum) by MuteThis on 1/8/2009
  • Re: Updating XML file - urgent!

    This isn't something I've tried to do before, but I'll take a stab. You code looks ok with the exception of row selection. I see you saying ds = DataRow = ds.Tables(0)... But where are you saying find row where EventId = IEventID? If you're doing that and simply ommitted that code, is your attempt at an update throwing an exception? If so, what? If not, can you confirm that the UpdateRow delegate is being called?
  • Re: Downloading "ASP.NET AJAX Control Toolkit" for ASP.NET 2.0?

    I had the same problem. After looking at the comments, I saw that you have to switch versions to get the 2.0 control. Grabbing the AjaxControlToolkit.zip (or -nosource) from this version should get you what you need. http://www.codeplex.com/AjaxControlToolkit/Release/ProjectReleases.aspx?ReleaseId=11121 Installation is a blast, good luck :-)
    Posted to ASP.NET AJAX Control Toolkit (Forum) by MuteThis on 1/8/2009
  • Re: ajax control toolkit

    When you say drag onto your designer, does that mean you're in design mode and you have added the toolkit controls to a control tab? And your problem is that you cannot drag a control from the tab onto the designer?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by MuteThis on 1/7/2009
  • Re: How to access all data within an ObjectDataSource?

    Can you use the DataItemIndex of the Item? http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.listview.itemdatabound.aspx Before the ListView control can be rendered, each item in the control must be bound to a record in the data source. The ItemDataBound event is raised when a data item is bound to data in the ListView control. (Data items are represented by ListViewDataItem objects.) http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.listviewdataitem.aspx To determine
    Posted to Data Presentation Controls (Forum) by MuteThis on 1/7/2009
  • Re: CurrentField (C#)

    Can you please provide more context?
    Posted to Free For All (Forum) by MuteThis on 1/7/2009
  • Re: COnnection unexpectedly terminated

    I don't use mysql, but here is a link from google hit #1 for your error: http://bugs.mysql.com/bug.php?id=15564 Description: Using the code in the "How to Repeat" section, a call to the GetAssessmentDetails function results in a MySqlDataReader exception when the AssessmentDateStart or AssessmentDateEnd fields are set to the DATETIME data type in MySQL (version 4.1.14). The call fails upon attempt to perform the Read method on the reader, even when data is present. Changing the field
Page 1 of 21 (205 items) 1 2 3 4 5 Next > ... Last »