Hello, I have researched this for awhile and cannot find a solution. I have a DataGridView control which is databound by retrieving back a LINQ IQueryable resultset by using the following code...
I have a homework assignment that says, "Using the Data Toolbox, drag a SQLDataAdapter object onto Form1". In the "Data" portion of my Toolbox, I have the choices "Pointer", "Dataset", "DataG...
Dear Sir/Madam
I would like to know how to create installation package for end users by Visual Studio 2008 (vb.net) after the project was finished?
Thanks a lot
Francis SZE
I am using visual studio 2008 and in the toolbox I see that I can easily add a progress bar to my form,
my question is how do I make this work for example i want the progress bar to show how ...
I downloaded Visual Web Developer 2008 but later found it installed Visual Web Developer with SQL Server Express Edition. I tried this on office machine as I don't have internet connection at ...
On VS 2003, when designing a windows form, the IDE placed a grid of dots on the form (the dots did not show at runtime). How can I tell VS 2008 to put the dots on the design screen?
Hi experts,
is there a possibility in VS 2008 to automatically generate get and set methods?
I know it's possible in Eclipse and I appreciated this function a lot.
Thanks
Hello,
I have a GridView Control in my webpage, I want to how it is possible to make conditional formatting in my GridView BoundField.
For example I want to make all the 0 values invisible i...
How could I get a DataGridViewTextBoxColumn to act like a password textbox? I would like the values to show "*" in place of the characters.
hi! i would like to learn Visual Studio 2008 to build some programs and websites as a hobby. I would like recommendation on books for a beginner. I learn some programming before(VB6), I know t...
Hi all,
I've imported my project into Visual Studio 2008 (from 2005) now on build every single reference to a control in the code behind is underlined and is reported as "not declared", eve...
Yes I have images uploaded to the database in as the filename and FileData, what I would like is to display the images as thumbnails within the grid, once they are uploaded. right now my grid ...
I have created a webpage using <table> tag. I want to iterate through the rows <tr> of this table from code-behind. How can I access this <table> tag from code-behind?
This one has got me puzzled.
I am trying to work with Microsoft's GDI+ API and I keep getting 'Unresolved external symbol' errors from the linker. I created a brand new (empty) Win32 Appli...
Hi!
Once again I have hit a brick wall here. I have a combobox in which
the user types the server name and then clicks on button 'CONNECT' to
populate the next combobox which contains ...
Hello,
I have a Datagrid control and I want to merge two of my BoundFields value toghether (A & B) and showing the result in a new filed without touching the SQL Query
Thanks
I am trying to build (re publish) a windows app. I have done it many times before. Recently, the publish aborts. I get the following error message:
Error 10 An error occurred while signi...
Hi all!
I've a strange error:
I have built an application which consumes a SAP service. This SAP service is built via a JAVA layer which exposes a WSDL.
The application was built in VS2...
how can iset it show datagride after I click bottom1
I have written a Visual Basic .Net program that updates a recordset via a SqlDataAdapter. The code systemically change the value of one field from one value to another, iterating through the ...
I am publishing an application for the first time (I have never published an app before). How can I specify what directory it will create on the machine when installed? My current published ap...
I am building a msi installation. I need the .NET 3.5 runtime to be present (dependency). How do detect whether it is on the target machine using Windows Installer?
Hey there.
This is for a windows App made in VS2008.
I've added a button column in a datagridview, when clicked I would like to get the ID of the record selected. The ID of the record is t...
I am developing an application in VB/VS2008 and am using Crystal Reports and the CR Report Viewer. I am able to use the viewer on a form, and can pass parameters and get the report to load. ...
I have been working DAL and BLL design style into a major project. THe project runs fine but when try to modify one of the table adapters in the DAL I get this message (the name of the table i...