Search

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

Matching Posts

  • Re: Spell Checker Info

    rgalante, Thank you for your time. I'm having a tough time with getting it to work. Could you please post how exactly you did it. What did you include in the Spellcheck.ashx file? Thank you. Sincerely vic
    Posted to Web Forms (Forum) by just_life on 12/1/2009
  • Re: Spell Checker Info

    Thanks for the info. Don't i need a google api key to use the google spell checker? I may be wrong, but I dont think they are handing it out anymore.
    Posted to Web Forms (Forum) by just_life on 11/30/2009
  • Re: How to validate the mime type to upload office 2007 powerpoint file

    Thank you Gary for your input. My problem is that I need to validate the type of files being uploaded. The user can upload any filetype as long as the filetype is validated and is in the list that I'm checking for as shown in my above code. It could be doc,docx,ppt,pptx,xls,xlsx etc. I was able to fix the pptx issue, but now have run into a wall w.r.t allowing the 2007 .xlsx workbook. I have scoured the net and included all the possibilites in my CASE validation, but my code still blocks the
    Posted to Web Forms (Forum) by just_life on 11/24/2009
    Filed under: upload .xlsx validation
  • Re: Display label depending on SqlSataSource result

    Thank you Scott. I had defined my function parameter as a string instead of as an object and hence was running into the error. I used the below code for the function. If IsDbNull(field) Then Return False Else Return True End If
    Posted to Data Presentation Controls (Forum) by just_life on 11/12/2009
  • Re: disable COPY/Paste function on a textbox

    Awesome. Thanks a bunch, Kaushal. Unfortunately,I cannot hit the "Answer" button on this one.
    Posted to Client Side Web Development (Forum) by just_life on 11/12/2009
  • Re: Display label depending on SqlSataSource result

    Scott, I was trying to get your solution to work, but keep getting the "Cannot create an object of type 'System.Boolean' from its string representation 'FILECHECK1("FILE_NAME1")' for the 'Visible' property " error. care to share how you did it? Thank you. Sincerely Vic
    Posted to Data Presentation Controls (Forum) by just_life on 11/10/2009
  • Display label depending on SqlSataSource result

    Hi All, My asp:SqlDataSource selects columns called filename1 and filename2 from an oracle table. Sometimes these columns contain no values and at other times, either 1 or both of them could contain string values. In my form item template, if these columns return values from the select statement, I would like to display a label called File 1: and/or File 2. I do not want to display either or both of the lables "File1:" and "File 2:" followed with the filenames,if no values were
    Posted to Data Presentation Controls (Forum) by just_life on 11/9/2009
    Filed under: sqldatasource, display labels
  • Re: Display label depending on SqlSataSource result

    Scott, Thanks for your time and input. I wanted to know the best way to go about it. I'll keep you posted after implementing your sol. Thanks.
    Posted to Data Presentation Controls (Forum) by just_life on 11/9/2009
  • Re: Display label depending on SqlSataSource result

    I like the simplicity of it, but its not working for me. Since I'm using it in the formview itemtemplate, I'm guessing its not recognizing the name or some such minor, but ,irritating reason.
    Posted to Data Presentation Controls (Forum) by just_life on 11/9/2009
  • Spell Checker Info

    Hi All, Searching this forum and the net, I have found a couple of sources which help in spell checking the text in my textbox.I have mainly used/modified the below source, but it still is not robust enough.For ex: i cannot get it to suggest "should" if a user types "shoud". http://www.codeproject.com/KB/aspnet/checkspelling.aspx Now, i have come across aspell(http://aspell.net/) and I'm hoping some of you here have used it in your applications, and if so, if you could share
    Posted to Web Forms (Forum) by just_life on 11/4/2009
    Filed under: spell Checker
Page 1 of 12 (120 items) 1 2 3 4 5 Next > ... Last »