Search

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

Matching Posts

  • Re: Search by Profile Property??? Or Seppuku?

    I have a solution, but it's far from elegant and it will nullify all properties not specifically handled. I was hoping to find a better solution. Sub Something Dim stFields, stString As String stFields = "LastName:S:0:" & CStr (Len(tbLastName.Text)) & ":" stString = tbLastName.Text stFields = stFields & "FirstName:S:" & CStr (Len(stString)) & ":" & CStr (Len(tbFirstName.Text)) & ":" stString = stString & tbFirstName.Text Call UpdateProfile(LBUser.Text, stFields, stString
    Posted to Security (Forum) by AndrewLauden on 2/27/2007
  • Catch exception on page databinding

    I have a DataList bound to a SQLDatasource. How can I catch an error generated when the SQL throws an error? The page has a textbox for a search term and a button to initiate the search. If someone enters only "and" for example, I get, " Execution of a full-text operation failed. A clause of the query contained only ignored words" I had tried: Protected Sub Search_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Search.Click Try dlSearchResults.DataBind() Catch sqlerr As System
    Posted to Data Presentation Controls (Forum) by AndrewLauden on 7/27/2006
  • Culture name 'en_us' is not supported. Parameter name: name

    I keep getting this error on my site. Any advice on how to fix this issue? I'm using the June CTP. Error in: http://www.mysite.com/atlasglob.axd Error Message: Culture name 'en_us' is not supported. Parameter name: name Referring Page: http://www.mysite.com/content/support/FAQ.aspx Stack Trace: at System.Globalization.CultureInfo.CreateSpecificCulture(String name) at Microsoft.Web.Globalization.AtlasCultureInfo.Create(String cultureName) at Microsoft.Web.Globalization.GlobalizationHandler.ProcessRequest
Page 1 of 1 (4 items)