Search

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

Matching Posts

  • Re: Update in Linq

    Thanks Hariram. That worked.
    Posted to Free For All (Forum) by jankajg on 3/16/2009
  • Re: Update in Linq

    Hello, I have the following exemplatory DB structure, Table - Albums AlbumID - PK - int AlbumName - nvarchar (50) Table - Photo PhtotID - PK - int AlbumID - int (Ref - Albums.Album.AlbumID) PhotoName - nvarchar (50) I have defined linq classes as follows. ------------------------------------------------------------------------- using System; using System.Data.Linq; using System.Data.Linq.Mapping; /// <summary> /// Summary description for Personal /// </summary> [Database(Name = "Personal"
    Posted to Free For All (Forum) by jankajg on 3/16/2009
    Filed under: LINQ
  • Re: Update in Linq

    Hello, I have the following exemplatory DB structure, Table - Albums AlbumID - PK - int AlbumName - nvarchar (50) Table - Photo PhtotID - PK - int AlbumID - int (Ref - Albums.Album.AlbumID) PhotoName - nvarchar (50) I have defined linq classes as follows. ------------------------------------------------------------------------- using System; using System.Data.Linq; using System.Data.Linq.Mapping; /// <summary> /// Summary description for Personal /// </summary> [Database(Name = "Personal"
    Posted to Free For All (Forum) by jankajg on 3/16/2009
    Filed under: LINQ - Update
  • Re: layout issue

    bingo. the issue was .... i was applying the <center> tags to the images. where as it shud be applied to the table. IT worked fine. thx.
    Posted to Personal Site Starter Kit (Forum) by jankajg on 2/26/2009
  • store images to file system instead of db

    hello, I have hosted my website on godaddy.com. THey have a limitation on the size of db. So i cannot load all the photos i have into the db. I wanted to store the photo into the file system and store the path into the database. At this point I still m not sure why were photos required to be stored into the db. as this has some catastrophic performance issus on my website. I am lookig for some samples to see if somebody has already changed the code to store the name of he tfile rather tha the image
    Posted to Personal Site Starter Kit (Forum) by jankajg on 2/24/2009
  • Re: layout issue

    HI, Thanks for ur reply. That didnt work for me. Have u tried it urselves?
    Posted to Personal Site Starter Kit (Forum) by jankajg on 2/24/2009
  • layout issue

    Hello, I m very very weak in css. so m not sure how to resolve this. currently i have only one album. in IE this album (image) is shown as centre aligned. But in ff & in chrome this album is show as left aligned. any ideas how to resolve this?
    Posted to Personal Site Starter Kit (Forum) by jankajg on 2/23/2009
  • Re: Customising create user wizard

    gr8.it worked perfectly for me.
    Posted to Security (Forum) by jankajg on 12/6/2008
  • Customising create user wizard

    Hello all, I tried to search for this in the threads but could not find anything substantial. The problme is as follows. I am migrating a website from classic asp to asp.net. Since we already have login control, create user qizard and menbership / rolse provider, I thought it would be a better way to quickly build the login functionality. I have the following specific requirements. But I am not sure how to do it using login control. when the user registers, in addition to the user id pwd, I would
    Posted to Security (Forum) by jankajg on 12/3/2008
  • Re: Ajax Controltoolkit overlay issue

    HI I finally figured out what could be done on this. The issue (as i said earlier) was that IE interpretes z-index differently (hopefully with HTML 5, IE will understand and improve). What I did was, on the page control, i created a div tag at the end of the page. when loading the panel in loaded it on the newleycreated div tag (via) and hence reslove the issue
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jankajg on 8/26/2008
Page 1 of 3 (24 items) 1 2 3 Next >