Search

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

Matching Posts

  • Re: How to keep client-side onclick javascript from firing if event validation fails?

    Todd - Did you get this to work - whats the answer please I don't see how you can get the validators to fire and return what you need - Thanks
    Posted to Web Forms (Forum) by codegalaxy on 7/25/2008
  • window.onbeforeunload

    I am trying to capture the onbeforeunload event of the window and i am successfull (a little bit too much so) What I am doing is i attach events to my textboxes in a form that change a hiddenfield text to 'true' i then test this field on the onbeforeunload event and ask tehm if they are sure they want to leave the page without saving - however a postback to load other dropdown lists or panels also activates the onbeforeunload event when i dont want it to. any ideas or examples on handling
  • Re: Comparison of two strings

    Could you post an example - I am trying to do about the same thing Thanks
    Posted to Visual Basic .NET (Forum) by codegalaxy on 4/29/2008
  • Application_PreSendRequestContent - how to use

    As part of our newest application I need to process some text in a page before the page is sent to the browser. I could implement this on a page by page basis but one of the other programmers suggested I use the Application_PreSendRequestContent sub in the Global.asax - Neighter of us are really sure how to grab the page contents here and process through. Are there any examples around of ways to look at the (I guess its the Response.Filter) object THnaks
    Posted to Web Forms (Forum) by codegalaxy on 4/22/2008
  • Think I have missed something - help getting system web extensions to work

    I have just had to reinstall my dev pc and not being up on ajax to much have lost all the installs of the extensions I had - I now try to run my site locally and all the ajax is broken (cant find update panel etc.) I have System.Web.Extensions.dll in my bin folder but this doesnt seem to do it. Is there an install or did I miss a download somewhere ?
  • complex insert problem

    I am not really sure how to phrase this problem so I have a picture to help Okay the tables above allow me to create types of data for pages that collect small amounts of info without me having to create hundreds of small tables so one type of data I collect is Employee First Aid training - that type of data is made up of three attributes EmployeeID (ID 3 in the Attributes table), FirstAidTrainingDate (ID 4 in the Attributes table), LocationID (id 6 in the attributes table) This data is to be saved
  • GridView Control (Edit Mode) with a checkboxlist

    If there is an aswer somewher in the forums please point it out I could not find one. I have a gridview - that simply displays data untill i hit edit then a column is changed into a Checkbox list where I mark the options they already have marked - this part works fine When i click the save icon on the datagrid row - the RowUpdating routine runs but none of the checkbox items I have chosen are saved to the database - I think the problem is that I load the checkboxlist dynamically when the grid goes
    Posted to Data Presentation Controls (Forum) by codegalaxy on 10/3/2007
  • Use JS (key strokes like up down ) to navigate cells in gridview

    Hass anybody done something like this - i have a grid that as I click on a cell i can then edit that cell - but what my client would like is so called spreadsheet like functionality - cursor up or down and hit edit and be able to edit I dont think it would be to hard to attch events to the cells but not quite sure how i would do it (I am a JS idiot :)) If anyone can help i would really appreciate it ! TIA
    Posted to Data Presentation Controls (Forum) by codegalaxy on 9/27/2007
  • Accordian (indicators like collapsible panel)

    I am sure this has come up - is there a way to add indicators on the accordian panel headers link we have on the collapse panel ?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by codegalaxy on 9/18/2007
  • Word in ASP.NET (again)

    I have read through a lot fo the posts here about Word in ASP.NET - I know its not the best idea in the world but unless someone can tell me how to pull the contents of a Word document out in HTML format I am sort of stuck with doing this This is the code I have and I am running it on just my local machine now as a proff of concept but while it appears to run(and run and run) it never finishes - the file indicated is opened but a html file is never written - the directory has open access so I dont
Page 1 of 148 (1475 items) 1 2 3 4 5 Next > ... Last »