Search

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

Matching Posts

  • how to compare e.oldvalues and e.newvalues in formview

    Hi. I have a formview with 20 or so controls and would like to fire off a send_email() function only when "completed" checkbox changes from "unchecked" to "checked". I tried following, but can't seem to get it to work and was wondering if someone could shed a light on this matter. I keep getting the Object reference not set to an instance of an object error message. Thanks in advance. protected void FormView_ItemUpdated(object sender, FormViewUpdatedEventArgs e)
    Posted to Data Presentation Controls (Forum) by brnskm on 10/29/2009
  • Re: how to retain values from previous page?

    Thanks! That was exactly what I was looking for.
    Posted to State Management (Forum) by brnskm on 8/25/2008
  • how to retain values from previous page?

    I'm building a website that gathers user's information through 4 different pages. Page 1 - Self Information Page 2 - Spouse Information Page 3 - Education Information Page 4 - Employment Information Page 5 - Summary Each page has a SUBMIT button that saves data before proceeding to the next page. I would like to build a summary page that lists all the information as well as 4 EDIT hyperlinks to redirect back to the appropriate page to re-submit any changes. Obviously, Response.Redirect ("Page2
    Posted to State Management (Forum) by brnskm on 8/24/2008
  • Re: ReportViewer export to PDF margin

    Thanks. That seems to fix the problem. I couldn't delete the Body -> Properties -> Size entries. Every time I clear the field, the values were put right back in there, so I had to put specific values by trial-and-error. All in all, it works just fine. Thanks again.
    Posted to SQL Server Reporting Services (Forum) by brnskm on 8/18/2008
  • ReportViewer export to PDF margin

    Hi. I used ReportViewer to generate a report dynamically with one input parameter. As expected, ReportViewer displays the report properly and also provides the dropdownlist to export the report to either Excel or PDF. When I choose PDF and view the file via Adobe Reader, the margins seemed to be pre-determined and I was wondering if there's a way to specify left and top margins. I'm trying to print the report on a Avery label, and the label sheet has a 1/8" of left margin and 1/2"
    Posted to SQL Server Reporting Services (Forum) by brnskm on 8/14/2008
  • Re: To activate/de-activate Cisco switch ports via ASP .NET?

    Thanks for your reply, Kevin. Unfortunately, all our routers and switches have been converted from TELNET to SSH, and as I understand it, there is no ASP .NET library that supports SSH. I'm actually discussing this dilemma with few buddies of mine who work at Cisco and at Apple (although I'm not sure how his expertise in iTunes will help me here. ha ha ha) If I find anything, I'll be sure to keep you in the loop. -Brian
    Posted to Free For All (Forum) by brnskm on 5/27/2008
  • To activate/de-activate Cisco switch ports via ASP .NET?

    I just wanted to see if this is even possible.... So, the network engineers that I work with want a web-based app that graphically displays a Cisco switch much like how CiscoWorks does. I personally have never seen how CiscoWorks works, but I was told so. They envision this app as a tool they can use to activate/de-activate various ports without SSH'ing into each switch and manually run commands. This may sound pretty basic, but the problem we face is that we manage some 18,000 Cisco switches
    Posted to Free For All (Forum) by brnskm on 5/21/2008
  • Re: select query problem - group by and having...

    As far as I know (I'm not the owner of the table), there isn't any indexes or keys.
    Posted to Data Presentation Controls (Forum) by brnskm on 5/14/2008
  • Re: select query problem - group by and having...

    Thank you so much for your help. I went ahead and further enhanced your query to find the list of stores with the last confirmation as "TRUE", but the last "TRUE" confirmation came in 2 or more days prior to the current date. And I went on to mark the confirmation as "MAYBE" Just to illustrate, here's the same table with little variation: [ID] [SystemID] [Confirmation] [RecordDate] 1 11111 True 2008-5-8 2 22222 False 2008-5-8 3 33333 True 2008-5-8 4 11111 False 2008
    Posted to Data Presentation Controls (Forum) by brnskm on 5/9/2008
  • select query problem - group by and having...

    Hi. This seems like a simple thing to do, but I just can't seem to get the right result.... I have a table with 4 fields: tbl_System - ID, SystemID, Confirmation, RecordDate The table is set up to keep a log whether or not each surveillance video camera was successful at recording day's worth of activity. We have many of these cameras and each of them logs its result (True or False) every day with a time stamp. And the following is a typical sample data: [ID] [SystemID] [Confirmation] [RecordDate
    Posted to Data Presentation Controls (Forum) by brnskm on 5/8/2008
Page 1 of 9 (84 items) 1 2 3 4 5 Next > ... Last »