Search

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

Matching Posts

  • Re: How should I store the images for my application

    Hi Guys sorry about the delay. I have read trough your links :-) ...all are great but I think the solution that suits my needs is the one from mudassarkhan so I will go with that one.
    Posted to Data Presentation Controls (Forum) by izeman on 11/2/2009
  • How should I store the images for my application

    Hi I am writing a asp.net application. It's a a typical 3 layer application. It contains 2 projects + data access layer. Project 1: ASP.NET Application for administrative purposes. Project 2: Client ASP.NET Website. I want the administrator to be able to upload images and create photo gallery and display the data on the client side. I have been reading a lot on how to store imagea on the internet now..and it seams that I have 2 different opptions. 1: Store the image in the database (I am using
    Posted to Data Presentation Controls (Forum) by izeman on 10/23/2009
    Filed under: image, SQL 2005, C sharp#, Sql 2008. ASP.NET
  • Re: How should I store the images for my application

    Hi Both applications use same db. How would I solve that, create folder in app 1 and store the img there, point the url path to that folder and when I load the image in app 2 use Server.MapPath?? Any suggestions?
    Posted to Data Presentation Controls (Forum) by izeman on 10/23/2009
  • Re: How should I store the images for my application

    That seams to be a good approch, but I am new to this. Can you pint me to some good article regarding this?
    Posted to Data Presentation Controls (Forum) by izeman on 10/23/2009
  • Re: ModalPopUp and UpdatePanel problem

    Hi Steve My knowledge in JavaScript is none :-( ...yet, but i have implemented my function from Matt Berseth blogg that's why i have beginRequest and endRequest, now i have also tried to only use TargetControlID (I also had that before) and it works. Your solution works as well :-) Now i can use ModalPopUp without having the flick when UpdatePanel Updates. Regards
    Posted to ASP.NET AJAX Control Toolkit (Forum) by izeman on 6/3/2008
  • Re: Popup Exender panel flickers

    Hi phillips_k I have the same problem with the ModalPopUp control. Your solution it the simplest i have seen so far but my knowledge in JavaScript is basically zero . How di I use your method in code?? Regards
    Posted to ASP.NET AJAX Control Toolkit (Forum) by izeman on 6/2/2008
  • ModalPopUp and UpdatePanel problem

    Hi I have one ModalPopUpControl on my MasterPage witch pops up when i click on a HyperLink. Inside i have a contact form, and it works fine. I also have a UpdatePanel with 2 TextBoxes and a Button inside. This also works fine. The problem is that when i Click the button (who is set as a trigger to my update panel) my ModalPopUp pops up for a second. I have tried to declare a css class .hide{ display:none;} and set CssClass attribute to hide, then it won't display at all. I have following JavaScript
    Posted to ASP.NET AJAX Control Toolkit (Forum) by izeman on 6/1/2008
    Filed under: ModalPopup, update Panel
  • Re: CreateUser in custom membershipprovider

    Hi Xiao Ok, now i feel really stupid :-( ....i found the problem. I had forgotten to assign a value to one of the parameters... I have a bool class variable witch should be true || false ...........but it did not. But now everything is solved and i will mark the thread as solved. Thank you for all your help.
    Posted to Security (Forum) by izeman on 4/24/2008
  • Re: Custom MembershipProvider not initializing!

    Hi I got it to work...and now i feel a bit stupid :-( I simply forgot to assign a true || false value to a bool variable in my code. But now everything works as expected. To call your CustomProvider from cod you simply user this line of code YourProvider member = (YourProvider )Membership.Providers[ "YourProvider " ]; Regards
    Posted to Security (Forum) by izeman on 4/24/2008
  • Re: CreateUser in custom membershipprovider

    Hi.... Of course not. :-/ you are missing MembershipLibrary and BLL Layer. Helper class FindControlByID and ErrorMessages. You can command out Company BLL and CompanyAdminBLL lines and i will mail the solution to you trough your e-mail on asp.net. Is that OK?
    Posted to Security (Forum) by izeman on 4/22/2008
Page 1 of 9 (89 items) 1 2 3 4 5 Next > ... Last »