User Profile

Collapse

Profile Sidebar

Collapse
Samnang
Samnang
Last Activity: Jan 17 '08, 01:43 AM
Joined: Sep 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to work for web.config with Subversion?

    Hi,

    We would like to have a file that users will have on their machine
    (web.config) that should be different than the master copy under source
    control. Basically, that file specifies which database to connect to,
    and users want to be able to connect to other databases. However, in
    the "master" copy, we need to connect to a specific database every time.

    I thought that using "svn:ignore "...
    See more | Go to post

  • Samnang
    started a topic How to work for web.config with Subversion?

    How to work for web.config with Subversion?

    Hi,

    We would like to have a file that users will have on their machine
    (web.config) that should be different than the master copy under source
    control. Basically, that file specifies which database to connect to,
    and users want to be able to connect to other databases. However, in
    the "master" copy, we need to connect to a specific database every time.

    I thought that using "svn:ignore "...
    See more | Go to post

  • Samnang
    started a topic How to work for web.config with Subversion?
    in .NET

    How to work for web.config with Subversion?

    Hi,

    We would like to have a file that users will have on their machine
    (web.config) that should be different than the master copy under source
    control. Basically, that file specifies which database to connect to,
    and users want to be able to connect to other databases. However, in
    the "master" copy, we need to connect to a specific database every time.

    I thought that using "svn:ignore "...
    See more | Go to post

  • Samnang
    replied to Ajax AutoComplete/AutoSuggestion?
    [CODE=asp]<anthem:Repeate r ID="rptAddressL ines" runat="server" OnItemDataBound ="rptAddressLin es_ItemDataBoun d">
    <ItemTemplate >
    <anthem:AutoSug gestBox runat="server" ID="tbAddressVa lue" DataKeyField="S treetId" TextBoxDisplayF ield="Street" AutoCallBack="t rue" ItemNotFoundMes sage="Street not found!" UseIFrame="true "><ItemTemplate ><%#...
    See more | Go to post
    Last edited by gits; Oct 1 '07, 11:33 AM. Reason: added code tags

    Leave a comment:


  • Samnang
    started a topic Ajax AutoComplete/AutoSuggestion?

    Ajax AutoComplete/AutoSuggestion?

    Hi,

    I have been used Ajax AutoComplete/AutoSuggestion in my ASP.net project( http://www.codeproject .com/Ajax/AJAXAutoSuggest .asp), but now I found a problem when I used it in my repeater, I can't bind or rebind data to repeater. Do you have any experience with this control?
    Please help.

    Thanks
    See more | Go to post

  • Samnang
    started a topic Ajax AutoComplete/AutoSuggestion?
    in .NET

    Ajax AutoComplete/AutoSuggestion?

    Hi,

    I have been used Ajax AutoComplete/AutoSuggestion in my ASP.net project( http://www.codeproject .com/Ajax/AJAXAutoSuggest .asp), but now I found a problem when I used it in my repeater, I can't bind or rebind data to repeater. Do you have any experience with this control?
    Please help.

    Thanks
    See more | Go to post

  • I don't understand, please you show in an example. For me, I try this already, but it can't remove the event.

    protected void btnRemove_Click (object sender, EventArgs e)
    {
    btnTest.Click -= new EventHandler(bt nTest_Click);
    }

    Do you have any ideas of adding events?

    Cheers,
    See more | Go to post

    Leave a comment:


  • How to add or remove event of ASP.Net control at runtime?

    Hi,

    How can I add or remove event of ASP.Net control at runtime, not in Page_Load? I want to click on a button for add or remove the event of another control.

    Thanks
    See more | Go to post
No activity results to display
Show More
Working...