myLittleTools Community Forum

Welcome Guest Search | Active Topics | Members | Log In | Register

How can i change default protocol value and hide the Options button from the connection box Options · View
elian
Posted: Friday, October 20, 2006 10:29:28 AM

Rank: Administration
Groups: Administration

Joined: 9/11/2006
Posts: 605
Points: 649
Location: Enghien Les Bains, France
Changing default protocol value is pretty easy:
1. Edit file config.xml
2. Go to node connection/protocols
3. Change line
from
<protocol value="dbmslpcn" name="lDefault" localization="true" />
to
<protocol value="xxxxxxx" name="lDefault" localization="true" />
with xxxxx = the value you want to use as Default, i.e.
Named pipes: dbnmpntw
TCP/IP: dbmssocn

In order to hide the Options button:
1. Edit file default.aspx
2. Go to line 89
3. Change line 89
from
<input type="button" id="btnOptions" value="Options &gt;&gt;" runat="server" />
to
<input type="button" id="btnOptions" value="Options &gt;&gt;"
visible="false" runat="server" />

Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Theme created by myLittleTools
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.