Forum: VB.NET May 4th, 2006 |
| Replies: 0 Views: 4,019 Hi,
can someone help me to code this ?
I have a dynamic datagrid and I want to insert only one column from selected [checkbox] rows in the datagrid into a SQL-Server table.
I've a working code... |
Forum: VB.NET Mar 16th, 2006 |
| Replies: 2 Views: 12,846 Hi,
I have two drop down lists boxes, upon page load first DDL gets populated and depending on user's selection on first DDL second DDL (child DDL) gets populated, works fine. My problem is when... |
Forum: VB.NET Mar 1st, 2006 |
| Replies: 2 Views: 12,370 Hi,
I need help solving this problem.
I have a dataset with four columns col1,col2,col3,col4 and the data could be
col1 col2 col3 col4... |
Forum: VB.NET Feb 17th, 2006 |
| Replies: 0 Views: 11,581 I am working on this screen, where top part of the screen is a browse/edit/add panel for table called "Package"
And depending on the Package_ID (@@Identity) I am filling a datagrid in the bottom... |
Forum: VB.NET Feb 11th, 2006 |
| Replies: 0 Views: 9,321 Hi,
in the .NET 1.1 and VB application, I am calling a store procedure [SQL-SERVER 2000] in a subroutine. the store procedure simply SELECTs rows from tables and returns data, when I try to use... |
Forum: VB.NET Feb 2nd, 2006 |
| Replies: 0 Views: 2,079 Hi,
My client has provided me number of mock ups for the web pages he wants , I am wondering is there a way of simply converting these vsd's into visual studio's web-form ? I understand I will... |
Forum: VB.NET Feb 2nd, 2006 |
| Replies: 5 Views: 21,817 Issue resolved. I'd forgotten to take 'Integrated Security=SSIP" from my web.config. |
Forum: VB.NET Feb 1st, 2006 |
| Replies: 5 Views: 21,817 Hi,
I have this app running fine on my pc with connecting to SQL server on my localhost using windows authentication. Now I am going to deploy it on my client's server where SQL Server 2K DB is on... |