CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
web_forms
getting_started
data_presentation_controls
dotnetnuke
data_access-sql_server_sql_server_express_and_sqldatasource_control
security
client_side_web_development
novell-support-groupwise-6x-clients
data_access-data_access_and_objectdatasource_control
asp-net_ajax-asp-net_ajax_control_toolkit
novell-support-netware-6x-install-upgrade
asp-net_ajax-asp-net_ajax_discussion_and_suggestions
novell-support-netware-6x-administration-tools
master_pages_themes_and_navigation_controls
configuration_and_deployment
novell-support-netware-client-winnt-2x-xp
novell-support-groupwise-7x-clients
asp-net_ajax-asp-net_ajax_ui
novell-support-edirectory-netware
community-free_for_all
visual_studio_2005
novell-support-groupwise-6x-install-setup
data_access-xml_and_xmldatasource_control
control-cancel
novell-support-iprint
advanced_asp-net-crystal_reports
data_access-xml_web_services
microsoft-public-access
novell-community-chat
state_management
novell-support-netware-6x-abends-hangs
dotnetnuke-getting_started
novell-support-groupwise-6x-gwia
-net_languages-c
novell-support-identity-manager-engine-drivers
novell-support-groupwise-discontinued
advanced_asp-net-architecture
opensuse-org-suse-linux-support-install-configure-administration
dotnetnuke-custom_modules
novell-support-groupwise-7x-install-setup-admin
novell-support-netware-6x-storage-media
novell-support-groupwise-6x-agents
installation_and_setup
data_access-access_databases_and_accessdatasource_control
windows-hosting_open_forum
visual_web_developer_2005_express
novell-support-groupwise-6x-web-access
novell-support-netware-6x-server-backup
macromedia-dreamweaver
novell-support-netware-5x-administration-tools
novell-support-ifolder
novell-support-bordermanager-install-setup
novell-support-imanager
microsoft-public-dotnet-framework-aspnet
novell-support-netware-5x-install-upgrade
novell-support-cluster-services
novell-support-bordermanager-proxies
novell-support-newsflash
advanced_asp-net-sql_server_reporting_services
microsoft-public-dotnet-languages-csharp
web_parts_and_personalization
about_this_site-feedback_on_this_website
ibm-software-websphere-portal-server
novell-support-netware-dns-dhcp
novell-support-zenworks-desktops-4x-app-launcher
-net_languages-visual_basic_-net
advanced_asp-net-custom_server_controls
novell-support-bordermanager-vpn
novell-support-ndps-neps
microsoft-public-sqlserver-programming
novell-support-netware-webserver
community-jobs
novell-support-netware-4x
advanced_asp-net-mobile_and_handheld_devices
internet_explorer_web_controls
novell-support-zenworks-desktops-4x-install-setup
novell-support-edirectory-linux
novell-support-groupwise-7x-gwia
development_tools-web_matrix_general_discussions
microsoft-public-access-formscoding
macromedia-flash
community-announcements
portal_starter_kit
novell-support-zenworks-desktops-4x-management-agent
novell-support-zenworks-patch-management
novell-support-native-file-access
microsoft-public-access-queries
microsoft-public-access-forms
novell-support-groupwise-7x-web-access
novell-support-netware-small-business-6x
data_access-active_directory_and_ldap
novell-support-edirectory-windows
novell-support-groupwise-7x-agents
novell-support-ichain
data_access-oracle
novell-support-zenworks-desktop-management-6x-imaging
novell-support-groupwise-7x-wireless
novell-support-netware-5x-abends-hangs
advanced_asp-net-localization
novell-support-zenworks-desktop-management-7x-imaging-server-nw-win




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > visual_studio.vs_2005_web_application_projects Tags:
Item Type: Date Entered: 9/26/2006 6:49:43 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 2 Views: 30 Favorited: 0 Favorite
3 Items, 1 Pages 1 |< << Go >> >|
"ashk1860" <>
NewsGroup User
how to compile9/26/2006 6:49:43 AM

0

hello dear friends 

i have an old website developed by the other person by web matrix. there is a class that contain the methods for connecting to the database. i have to move the database and change the connection string. changing will not effect because the class is not compiled. i dont know what is the easiest way to make this change without importing the whole website then make changes.

i am looking forward of your answers

thank you

"Jasson_King" <
NewsGroup User
Re: how to compile9/26/2006 7:56:02 AM

0

Try to use the following command line to compile it to a dll.

csc /t:library /out:..\bin\YourClass.dll YourClass.cs /r:system.dll /r:system.data.dll /r:system.xml.dll


Sincerely,
Jasson Wang
Microsoft Online Community Support

This posting is provided "AS IS" with no warranties, and confers no rights
"ashk1860" <>
NewsGroup User
Re: how to compile9/26/2006 4:51:19 PM

0

it works greate

thank you very much

3 Items, 1 Pages 1 |< << Go >> >|


Free Download:













problem with eval function in javascript

writing to textbox's sitting inside a gridview.

set object data source parameter to selected data key

repeater containing gridviews - am i going to hit problems with this?

how to change gridview row color on mouse over

ddl selected value is not updating,

accessing gridview data on submit - all rows editable

updating a formview with a databound image

dropdownlist in detailsview edit mode

accessing data in the page_load from a sqldatasource

paging issue in repeater table

display gridview columns data depending on conditions

problem with connection string when using production and dev server

populate textbox in formview using eval

populating list control without database

where to handle event for the following sceario ?

shopping cart objective

how to set tabindex to boundfield in gridview?

listbox databind on ienumerable<listitem> looses all items

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

an sqlparameter with parametername 'username' is not contained by this sqlparametercollection.

programmatically add item to datalist

selectedindexchanged snafu

display data timely in datalist

why the system sometime freeze in live environment ??

how do i display group headers in listview

using linq with gridview and objectdatasource getting error "objectdatasource could not find a non-generic method that has parameters: maximumrows, startrowindex"

formsview with insert command and insert on button click

adjust appearance of itemview values

using detailsview with a repeater

exporting a label value into sql server

no reading change of selection in radio button list

accessing rowdatabound of a gridview inside a repeater

switch to edit template from item template

hiding links in a datagrid

how should i build my website?

wrapping a list of checkboxes within either a datalist or repeater

help with edit item templates

selecting rows in a gridview

datalist row problem

freezing the gridview header

how do i dynamically change databinding of a listview?

referencing xpath data in code-behind

static event handlers, threading and the like

sorting in gridview master details

custom gridview error when navigating to the next to the last page

get value hidden in datagridview

formview updating

binding dynamically added dropdownlist..... please help me

editing grid view

 
Search This Site:

 
  Privacy | Contact Us
All Times Are GMT