Search

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

Matching Posts

  • Hava a datalist and whould like to highlight the image over the thumbnail.

    Hava a datalist and whould like to highlight the image over the thumbnail. If user clicks on the thumb nail then show image above in gridview. Only one image can be a primary image in the grid view, <% @ Control Language ="C#" AutoEventWireup ="true" CodeBehind ="ctrlUserProfilePics.ascx.cs" <% Inherits ="OmegaLove.Web.UI.ctrlUserProfilePics" %> @ Register TagPrefix ="telerik" Namespace ="Telerik.Web.UI" Assembly ="Telerik
    Posted to Data Presentation Controls (Forum) by mcupryk on 11/13/2009
  • Need to put the value in a dataset.

    I need to fix this so I cam put these values in a dataset. IF EXISTS ( SELECT * FROM sys.objects WHERE object_id = OBJECT_ID ( N '[dbo].[sprGetTicketStatisticsForDashBoard]' ) AND type in ( N 'P' , N 'PC' )) DROP GO PROCEDURE [dbo] . [sprGetTicketStatisticsForDashBoard] CREATE PROCEDURE [sprGetTicketStatisticsForDashBoard] ( @openTickets int OUTPUT , @platinumCustomOpen int OUTPUT , @openedTicketsInLast24hours int OUTPUT , @closedTicketsInLast24hours int OUTPUT , @openedTicketsMoreThan24hours
  • update table in database using temp tabke and openxml

    I have the following: set set ANSI_NULLS ON QUOTED_IDENTIFIER ON go --select * from tbl_sim_custom_fields where Custom4 <> null ALTER PROCEDURE [dbo] . [sprInsertBulkSIMsCustomFields] ( @intCompanyID INT , @XMLDevices @resultCode XML , INT OUTPUT , @resultMessage NVARCHAR ( 200 ) OUTPUT ) AS BEGIN SET NOCOUNT ON BEGIN TRY BEGIN TRANSACTION DECLARE @xmlInt INT -- cache EXEC sp_xml_preparedocument @xmlInt output , @XMLDevices --use a table variable to get SIMIDs first DECLARE @TableSIMIndex TABLE
  • Looking for an example of the three column nest master page.

    I looked at the following site Employee Info Starter Kit I was not to impressed. When I minimize the screen their is a weird overlap. Does someone have a good example of a nested 3 column master page. I would appreciate that.
  • Want to get selectedValue of dropDownlist which is inside your usercontrol?

    string controlnameid = "uxLookupField" + state + "TicketStatus"; I need to put the string controlnameid I will not know the name of the control util runtime: that it is uxLookupFieldOpenTicketStatus or uxLookupFieldClosedTicketStatus System.Web.UI.WebControls.DropDownList ddl = (DropDownList)uxLookupFieldOpenTicketStatus.FindControl("LookupFieldTicketStatusDropDown"); '"uxLookupFieldOpenTicketStatus" System.Web.UI.WebControls.DropDownList ddl = (DropDownList
    Posted to Web Forms (Forum) by mcupryk on 6/5/2009
  • Re: Selected Item in Dropdownlist in an Usercontrol

    This one is not working for me.
    Posted to Tips & Tricks (Forum) by mcupryk on 6/5/2009
  • Re: Dynamically loop through items in panel - including usercontrols

    I am having the same problem SetTextBoxBackColor( this , Color .AntiqueWhite); //C# string state = GetVisiblePanelName(); string panel = "Panel" + state + "Ticket" ; string TicketStatusID = "uxLookupField" + state + "TicketStatus" ; TicketStatusID = "ctl00_cphRight_ctl28_LookupFieldTicketStatusDropDown" ; Control ticketStatus = ControlFinder .FindControl< uxLookupFieldTicketStatus >( this .Page, TicketStatusID); Gives me null
    Posted to Web Forms (Forum) by mcupryk on 6/3/2009
  • see the variables of a soapclient

    I want to display the values from. I am new to php. Can someone help me with the code below. <?xml version="1.0" encoding="utf-8" ?> - <Program xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance " xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns=" http://tempuri.org/ "> <ClassName>Program</ClassName> <intern_sql_code>I</intern_sql_code> <intern_timestamp>2007-06-08T09:27:03.640625-04:00</intern_timestamp>
    Posted to Migrating from PHP to ASP.NET (Forum) by mcupryk on 6/8/2007
Page 1 of 1 (8 items)