Search

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

Matching Posts

  • Re: please help on this select statement.

    Hi, first of all thanks for your reply. but your sql statement not really work cause this can't find if '1-1-2' is not in the Settings table. i finally found a way to solve this issue. although is a very long sql statement but at least it return the correct result. here is the sql statement.. please help to review. if anything wrong please let me know... SELECT TOP 1 SCKS.AccountID, SCKS.Name, SCKS.CardTypeId, SCKS.CardTypeName, SCKS.CardID, SCKS.Card_No FROM ( SELECT Settings.AccountID
  • please help on this select statement.

    Hi, I have a program which this logic. 1. 1 account can have more than 1 card type and 1 card type can have more than 1 card. 2. 1 card type can have more than 1 card but not belongs to any account. 3. 1 card can belongs to account directly which don't have any card type. Based on this logic, system can have settings based on account or card type or card. If card don't have any setting, then the card will follow card type settings. If card type don't have any setting, then will follow
  • Can't find the Javascript function in UpdatePanel.

    I have a page which has few ascx pages. By default all ascx page is in-visible. The ascx page will shown based on the record user selected on the main page data grid. In most of the ascx page, I have ajax control for the drop down list. When user click save, the changes should update back to the main page data grid. Because I have UpdatePanel in the ascx page, so the changes can’t appear on the main page data grid. So, what I did is add UpdatePanel in the main page and call the UpdatePanel.Update
  • Re: How to change the width for ListSearchExtender?

    Hi there I manage to solve the problem for both IE7 and FireFox2. I have change the css and also the ListSearchBehavior.js css now become. I have split the padding to padding-left, padding-right and padding-top. .whiteback { background-color: #F5F5FF; border: solid 1px #ff9999; border-bottom: none 0px; color: #ff9999; z-index: 1; padding-left:2px; padding-right:0px; padding-top:2px; } Then I change the _handleFocus function in ListSearchBehavior.js. I change the width for the _promptDiv. Here is
    Posted to ASP.NET AJAX Control Toolkit (Forum) by arctura on 4/8/2008
  • How to change the width for ListSearchExtender?

    I have created an User Control which have a DropDownList and a ListSearchExtender. The uc basically is allow user to key in the a value that they wanted to search for. My problem is the width for the DropDownList and the ListSearchExtender is not the same. In FireFox, ListSearchExtender is longer than the DropDownList but in IE7, ListSearchExtender is shorter than the DropDownList. May I know how to change the width for the ListSearchExtender? Here is my code. < asp : DropDownList ID ="ddl_General"
    Posted to ASP.NET AJAX Control Toolkit (Forum) by arctura on 3/31/2008
  • Re: Render AjaxControlToolkit in c# code.

    actually i thought want to create my own custom control. 1st, I want to learn to create custom control. 2nd, I want to learn Ajax. 3rd, the control is under my control. If got changes in future will be easier to modify. (cause my customer is kind of don't like to use 3rd party control) So, can anybody show me some sample how to create a custom control that use ajax? thank you very much...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by arctura on 3/17/2008
  • Render AjaxControlToolkit in c# code.

    Hi, Actually I'm learning doing server control & component and ajax. I plan to add the ajax in the c# code cause I need to create a server control. But I really got no idea how to put into the protected override Render function. can somebody give me some samples on this? here is my test program code. using System; using System.Data; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Text; using System.Web; using System.Web.Security; using
    Posted to ASP.NET AJAX Control Toolkit (Forum) by arctura on 3/17/2008
  • Re: Expand/Collapse Group Columns in GridView?

    Hi Nazar, I have tried your code, but i can't get the same result what you show on your sample. When i click on the "Details" hyperlink, it just didn't show the details. am i know what i need to configure? below is my codes. thank you. <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Default2.aspx.cs" Inherits ="Default2" %> <% @ Register Assembly ="AjaxControlToolkit" Namespace ="AjaxControlToolkit"
    Posted to Data Presentation Controls (Forum) by arctura on 3/6/2008
  • Re: SharePoint Integration

    I need to use SharePoint Designer for a project. Because my client is using MOSS now. But I really don't know how to do vb codes in SharePoint Designer. Of course I manage to do HTML codes, everything. But when I want to do vb codes I really can't find where is the editor for it. Can somebody teach me on this? thank you.
    Posted to Visual Studio 2005 (Forum) by arctura on 11/25/2007
  • Re: plan to write a forum using .net 2.0

    thanks friend. i got 1 more question. normally forums is store the text we type in a file t in database? which 1 better?
    Posted to Getting Started (Forum) by arctura on 5/29/2007
Page 1 of 2 (14 items) 1 2 Next >