Search

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

Matching Posts

  • Example of how to create a repeater in code-behind

    hi all, i am writing a control and would like to build the repeater out all from code. I was wondering if anyone had any examples of this. Like how to Stylize the RepeaterItem and what not. I have scoured the internet but can't seem to find anything that doesn't already have the repeater put on a page in markup first. thanks in advance, mcm
    Posted to Data Presentation Controls (Forum) by mcmcomasp on 10/16/2009
  • Xpath, datasets - how can i find a match?

    hi all, got an xml file like this <country name="CANADA" abbreviation="CA"> <regions> <region name="ALBERTA" abbreviation="AB" /> <region name="BRITISH COLUMBIA" abbreviation="BC" /> <region name="MANITOBA" abbreviation="MB" /> <region name="NEW BRUNSWICK" abbreviation="NB" /> <region name="NEWFOUNDLAND AND LABRADOR" abbreviation="NL" />
    Posted to XML and XmlDataSource Control (Forum) by mcmcomasp on 7/30/2009
  • looking for some help with a custom control

    hi all, i am looking to build a simple textbox type control where the text field can have the label in it at the onset - and it would have a couple events like Textchanged and onfocus that would highlite the label text and make it disappear when you start typing. I know how to make this using javascripts on standard text boxes but the site i am building is using ASP.NET 3.5 and i was hoping to take advantage of some of the new features and do a bit of learning with this. I am THINKING that an Ajax
    Posted to Getting Started (Forum) by mcmcomasp on 7/15/2009
  • Re: looking for some help with a custom control

    thanks for that rtpHarry. I was not aware of that and it is exactly what i am looking for. one quick question. Im using VS2008 and ASP.NET 3.5 which (i belive) has the ajax stuff already included in it. Where (or how perhaps) do i implement this particular control on my page. Do i have to reference a control toolkit somewhere? Its not listed in my toolbox. This issue has actually been a bit of a problem for me. Several things in the old (2.0) AJAX control toolkit i would like to use but i cant seem
    Posted to Getting Started (Forum) by mcmcomasp on 7/15/2009
  • ajax based country / region drop down control?

    does anybody know of either a server or user control that contains both a country and a region dropdown list- that will do US States and Canadian provinces at a minimum? thanks, mcm
    Posted to Web Forms (Forum) by mcmcomasp on 7/14/2009
  • Linq to SQL noob question

    hi all, just started playing around with the LINQ to SQL Classes and i have a question. I have a large dataset i am returning using an extension of the linq to sql dataset i created in a class. the whole setup is basically exactly the same as this example : http://www.dbtutorials.com/display/linq-to-sql-paging-cs.aspx I am attemptign to implement paging on a gridview using this dataset. It works fine - i mean the paging is working and the dataset is being returned but i was under the impression that
  • Re: Popup Modal Disappears after Partial Postback

    the problem was actually because of some inline javascript it had running. I had to move it to a separate script file and register that via the ScriptManager class. that and explicitly setting Always update for the underlying update panel fixed both the disappearing modal and the images underneath. thanks, mcm
    Posted to ASP.NET AJAX UI (Forum) by mcmcomasp on 5/12/2009
  • Re: Popup Modal Disappears after Partial Postback

    i have some more info about this. Basically what is NOT re-drawing after the partial postback is all the content i am outputting via javascript. I have a lot of "document.write("blah")" to generate my server side controls. This is done because we have to build this site to be usable with js or wihtout js. The only way i found to prevent duplicate controls for js enabled browsers was to use doc.write to output controls then use <noscript> tags to do the same thing. Thsi way
    Posted to ASP.NET AJAX UI (Forum) by mcmcomasp on 5/12/2009
  • Popup Modal Disappears after Partial Postback

    hi all, i have a popup for some feedback form that comes up by revealing a hidden div. in that div is a small form to submit to webmaster. Once i click submit button on said feedback form what happens is the page posts back and the div goes back to being hidden. For some reason this causes some bug that makes all images on my webpage disappear as well. (no idea why). I really want this quasi modal window to stay displayed because i want to display a thank you message in it - but i am having quite
    Posted to ASP.NET AJAX UI (Forum) by mcmcomasp on 5/12/2009
  • Re: Odd issue with "remember me" on login control

    no machine key in web.config but i am curious to know how i would not get the same error as them if the app is recycling for anyone who visits it. but perhaps i should do a really long test. I have been constantly trying this in quick succession perhaps i should try again in a few hours ;) can this be called procrasta-unit testing?
    Posted to Security (Forum) by mcmcomasp on 2/5/2009
Page 1 of 137 (1367 items) 1 2 3 4 5 Next > ... Last »