Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. duftstenen

    CCollect various dynamic webcontrols upon user selection

    Just a minor thing to the above. Instead of all that javascript talk and "OnChange", should I then instead have a look at e.g. jquery's "change()" that can do this in a more smarter way? I believe this is also what you wrote regarding making the javascript easier to deal with?
  2. duftstenen

    CCollect various dynamic webcontrols upon user selection

    Thanks for your reply. I might still be a little bit stocked in thinking in the old webform-way of doing it. I can see your point having it in different forms for each scenario. Then I’ll won’t be in double which textbox that triggered it. However it will be alot of forms, if we take the 3000...
  3. duftstenen

    CCollect various dynamic webcontrols upon user selection

    Hi jmeckley, I gave the ASP.NET MVC a shot and found it very good, thanks for the suggestion?. However I got stucked in some scenarios that I hope you can give me some of your expert explanation on. 1.) To support some autopostback functionality I have implemented a “onChange” javascript...
  4. duftstenen

    CCollect various dynamic webcontrols upon user selection

    I actually think I would go for some MVC solution for doing this correct in long terms. Do you have any good tips or idea to approach the above scenario in MVC style? Im harvesting the http://www.asp.net/learn/mvc/ site at the moment :) Let me just clarify, there is two aspect in this project I...
  5. duftstenen

    CCollect various dynamic webcontrols upon user selection

    Hi jmeckley, Thank you for your reply. Im glad im not the only one pulling my hair out of dynamic controls :). Thats a good approach loading all the webcontrols from the begining, then the viewstate will be correct etc. This might be the solution. The only thing im wondering; lets say we have...
  6. duftstenen

    CCollect various dynamic webcontrols upon user selection

    Hi everyone, I’m struggling with a website that gives me a lot of headache at the moment. The thing is that I can’t figure out the right way of doing this, and need a good advice in doing this the proper way. When the user click a category in a dropdown list the page will post back and then load...
  7. duftstenen

    Working with dynamic html within the same Content pages

    Hi everyone, A question regard finding best practice when working with content pages in Master Page keeps annoying me. Let’s say I have created a Master Page with the design and proper <asp:ContentPlaceHolder>s and a Content page which contains <asp:Content> etc. The MasterPage contains a...
  8. duftstenen

    Quering a word from a column, based on a longer word as input

    Thank you both very much for the fast answer. It was exactly what I was look for, great! Let me if you work something out on a more optimal way of doing it.
  9. duftstenen

    Quering a word from a column, based on a longer word as input

    Hi I am in a situation where I need to see if a string matches a value in a SQL database. The input word will always be longer than the word in the database. I must admit that after thinking of a solution, I cannot come up with something usefull. I have the following table, Category, one...
  10. duftstenen

    Saving profile data thru UserProfileManager class

    Hi everyone, I have a problem getting user profile data saved. It works fine, if Im changing profile fields of string type e.g. WorkEmail or FirstName, but when it comes to type of person, e.g. Manager, it gives me an error when I put the ntaccount-value(before any commit) into the...
  11. duftstenen

    Sharepoint feasible as MDM Hub?

    Hi everyone. Choosing the right technical approach for the hub in a MDM project will of cause vary from business to business, but what are you'r general thoughs on using one approach from another. In this current project the front-end will be in some sort of Sharepoint webpart. I'm searching...
  12. duftstenen

    Using Sharepoint as master data storage?

    Hi Patrick, Thank you very much for your reply. I can understand that AD in many ways should be used as the master data, as it is used as general access control etc. I know that the profile data in Sharepoint can be populated thru a AD profile import. However, and please correct me if Im wrong...
  13. duftstenen

    Using Sharepoint as master data storage?

    Hi everyone and thanks for your time. I’m not sure that this is the right forum to ask the question, but I can’t find any other forums that might touch this subject in general terms. I have tried to search the web for blogs and articles with topics on how the technical solution should look like...
  14. duftstenen

    Disable link for user details when the user is deleted

    Hi everyone, My question is quite simple. I have been searching the net for finding a solution for it, but so far no luck. Is it possible to setup Sharepoint, so when you have deleted the user completely from Sharepoint, then the link for the user in e.g. 'Modified by' in a List, will be...

Part and Inventory Search

Back
Top