Search

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

Matching Posts

  • remember me and timeout after inactivity

    hi, I have a login control on my site, with the remember me checkbox. it was working fine, if i logged in with it checked it would remember me even if i closed the browser and opened a new one. recently i had to update the site, so after 15 mins of inactivity the user is logged off, so i update the timeout to 15. but now i noticed if i have the remember me checked off and i log in and don't do anything for more than 15 mins, it logs me off as it should, but when i come back to the login page
    Posted to Security (Forum) by pdassnyc on 11/30/2009
  • gridview remembering it's page number

    Hi, I have a gridview that brings back a number of results, about 50 pages worth, 40 per page. on the results a link is next to each which takes the user to the details page. I've been asked to put a "back" button on the details page, which would return the user to the gridview, but the gridview should remember the page it was on, so the user does not have to go through it again, to get to the same spot as before. is this possible? they do not want a new popup window, want it all to
    Posted to Data Presentation Controls (Forum) by pdassnyc on 11/5/2009
  • Re: gridview remembering it's page number

    hi, thanks, i got it working, figured it out by the time this post got approved :)
    Posted to Data Presentation Controls (Forum) by pdassnyc on 11/5/2009
  • Re: static class vs non static class

    sorry should be void in both methods, realized afer i posted i forgot the return type on them.
    Posted to Getting Started (Forum) by pdassnyc on 10/29/2009
  • stop page from caching

    Hi, I currently have a search which users can use, the results are presented in the same page with links in the results to go to the product page. The users have asked me to maintain the last search results and options they selected, i did this using Session. Problem is whenever they hit the BACK button the old results are not there, the results prior to that are there. For example: 1st search they choose Product Category -> Hair, get results go to product and hit BACK, nothing on search filled
    Posted to Getting Started (Forum) by pdassnyc on 8/13/2009
  • dynamic where clause help

    Hi, I have a sql statement like this: select * from EmpTechSkill where TechnSkillid in (26, 8, 7) and isActive = 1 select * from EmpTechSkill where TechnSkillid = 26 and TechnSkillid = 7 and TechnSkillid = 8 and isActive = 1 is there anyway to make that AND clause dynamic? So I don't need to write it out for each one. Like how for OR we can use IN, is there something like that for AND? As i'm passing in a list of comma separated values (26,8,7) selected from a multiselect listbox and need
  • Re: column width and left position

    Hi, I've tried that..some are adjusting, but other columns are not, do you know if i'm missing a property on some columns possibly, not sure why all are not adjusting. they are all set to grow.
    Posted to Crystal Reports (Forum) by pdassnyc on 7/21/2009
  • column width and left position

    Hi, I have a crystal report, which has dynamic columns, based on which options a user select only those columns are shown to them. With all columns selected the report spans the full width of the page, but with just a few, i wanted to space the columns out more and possibly increase their width, as otherwise they look to crammed and there is a lot of empty space. Is there a way programmatically in asp.net (c#) to get the width and left position for a column and adjust it? I'm using asp.net 2
    Posted to Crystal Reports (Forum) by pdassnyc on 7/20/2009
  • grouping?

    Hi, I've seen some samples of pdfs generated by crystal, which have some data on a left tab, users can click that data and it jumps to the section in the main report. For example, a report showing information on various countries, and on the left section there are just the countries list, users can click the countries in that list and jump to the section in the main report. Anyone know what that's called, how to do that? Thank you.
    Posted to Crystal Reports (Forum) by pdassnyc on 7/14/2009
  • alignment issue

    Hi, I have a report which display salary information, that column i want LEFT aligned, i set it up in Crystal Reports in Visual Studio 2005, and set the Horizontal Alignment for that column to be LEFT, but on and off it's showing up RIGHT aligned instead, when I run the query that's used to populate the dataset it uses that returns just the #, lik 70000, there is no space around it, but if i do VIEW SOURCE on the page i see and  70000, and extra space right bfore it and surronding
    Posted to Crystal Reports (Forum) by pdassnyc on 7/2/2009
Page 1 of 8 (78 items) 1 2 3 4 5 Next > ... Last »