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 "...
User Profile
Collapse
-
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 "... -
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 "... -
[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 ><%#... -
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 -
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 -
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,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
No activity results to display
Show More
Leave a comment: