Search

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

Matching Posts

  • Re: Pop-up Tagging

    [quote user="blink18jew"] I have a system for tagging photos, from two database tables : Photos PhotoID AlbumID PhotoURL PhotoName PhotoCaption UploadedBy DateTimeUploaded Tags TagID PhotoID AlbumID Name Users can tag there photos with there friends in them. Currently they go to the photos page such as "photo.aspx?album=1&photo=1" and it`ll load image one from album one. They click the "tag this photo" button and they can select a name from a gridview that loads
    Posted to ASP.NET AJAX UI (Forum) by mb2000inc on 9/15/2009
  • Re: Tagging on Image similar to Facebook.

    [quote user="shaikhather"] Hi All, I want to do Image tagging just like in facebook, A User can select a portion on an image and named it with his existing freind (another user) , a picture can have more than one tagging, once we click on the portion of image it bring you to that particular user profile. How can I do it in ASP.NET 2.0 Regards, [/quote] Hi, did you ever solve this? I'm a little curious as to how you did it. Would you mind sharing your code? I have a similar need and
    Posted to System.Drawing/GDI+ (Forum) by mb2000inc on 9/15/2009
  • Re: Tagging on Image similar to Facebook.

    Yeah, I saw that one... It's not quite what I'm looking for... but it's a start in the right direction.... thanks.
    Posted to System.Drawing/GDI+ (Forum) by mb2000inc on 9/15/2009
  • Re: Add Notes on Image(JPEG,BMP..)

    [quote user="maverickhyd"] HI, Thanks to all for valuable sugesstions. Finally I have finished This task by JQuery [/quote] Care to share your code? I just came across a similar issue and need to find something to use for one of my own projects.
    Posted to System.Drawing/GDI+ (Forum) by mb2000inc on 9/15/2009
  • Re: Web Forms Using Cookies...

    OK, I hate to be a pain in the ****** but, in the codebhind file - (since I'm using vb.net rather than C# because I don't know C#....) would the equivalent of your C# line be this: Session("MyFirstSession") = "asp.net" or something similar? And in the code behind, before anything else, would that be a "Page Load" event? Or would that be something like a "class" separate from the others? I'm sorry for the mass confusion on my part - I'm still
    Posted to Web Forms (Forum) by mb2000inc on 8/14/2009
  • Re: Web Forms Using Cookies...

    Ok, so I figured out my error... thanks. NOW, I have another issue... The values between pages are not being carried over. Meaning, nothing is being stored. If you recall, I have 6 pages of yes, no questions. I want those values to be carried over (each page) to the end. I'm using a query string to take those values from one page to another... Now, the big question is, why isn't it working....? I wish I could attach the project file here, so you could take a look at it and tell me what I'm
    Posted to Web Forms (Forum) by mb2000inc on 8/14/2009
  • Re: Web Forms Using Cookies...

    I GOT IT!!!! I wasn't passing the values properly - it seemed to be a simple syntax error that wasn't translating on all the other pages... usually the simple things catch me off guard. I'm a dork that way. Anyway, thanks for your suggestions. Very helpful!
    Posted to Web Forms (Forum) by mb2000inc on 8/14/2009
  • Re: Web Forms Using Cookies...

    A good video... but still not explaining everything. Thanks, though. I'm still looking for a GOOD example that I can dig in and play with.
    Posted to Web Forms (Forum) by mb2000inc on 8/13/2009
  • Re: Web Forms Using Cookies...

    OK, I started playing... now I have to contend with the web.config file. How do I add the session state? The examples I was given all show a database connection string, etc... and I don't want that. <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" /> I tried to take it out and I keep getting an error: ASP.NET runtime
    Posted to Web Forms (Forum) by mb2000inc on 8/13/2009
  • Re: Web Forms Using Cookies...

    Yeah..... that didn't work. I still get an error. Let me ask a stupid question. Do I need a Global.asax? If so, how do I add in all the variables and stuff? (As I stated earlier in the thread, I'm a noob when it comes to this... having never had to deal with these things.) as for the web.config should I insert the session state under " authentication mode = " Windows " "? under the " appSettings ?" Where?
    Posted to Web Forms (Forum) by mb2000inc on 8/13/2009
Page 1 of 4 (33 items) 1 2 3 4 Next >