Hi Experts,
Is their anyway to use AppSettings instead of ConnectionString is ASP:SQLDataSource?
The ConnectionString goes something like this:
ConnectionString="<%$ ConnectionStrings:MySt...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23655715.htm...
let's say I have a table with 4 fields (id, fname, lname and address)
and I have an input form with 4 textboxes (txt1, txt2, txt3 and txt4).
I want to pass the form to the tableadapter with all...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23871494.html
I have added a combobox to a form on the mouse leave event I display messagebox stating "Mouse Left". However, if I expand the list even if empty and move the mouse off the combox the MouseLeave ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23102719.html
Hi experts,
I'm creating a simple ADD, DELETE, MODIFY, SAVE form in VB2008 with SQL2000. I've learned some basis in ADO.NET since I've been long way using good'ol ADO. Adding new records and de...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23126831.html
Hi,
I am trying to deploy an excel application addin developed in VS 2008/VSTO 3. We don't want to use ClickOnce as we deploy apps to our users via group policy and msi's are much easier in that ...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23134066.h...
I am trying to use a callback from an unmanaged library(someapp.dll) in a new VB.net (3.5) application(myapp.exe). someapp.dll has an exported function for setting the callback function of an obser...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23166550.html
Zones:
.NETDate Answered: 02/20/2008 Rating: 9.6 Views: 0
I have attached a code snippet that is successfully loading the data but it will not show up in the data grid. I'm missing some sort of a .bind but I can't seem to find it. Any help would be appric...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23181...
How to add combobox in a bound grid? The grid is bound to the dataTable.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23207159.htm...
I need to disable CTRL+ALT+DEL, ALT+TAB, ALL WINKEY, anything that will allow access around my kiosk application in vista. I have it setup for a survey and cannot allow further access unless the ad...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23215361.htm...
I am using ASP.Membership, Roles and Profiles in my WinForms and Web application. I have serialized the profile information which is stored in SQL. Because of the way I have serialized the object...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23220...