Forum: ASP.NET Sep 20th, 2006 |
| Replies: 0 Views: 10,496 Hi,
I am having problem with my Editable GridView. I am selecting columns from SQL-Server 2005 DB using a store procedure [with multiple tables in it] and then I wrote UPDATE and DELTE statements... |
Forum: ASP.NET Aug 19th, 2006 |
| Replies: 3 Views: 4,005 Hi,
I am developing this app using ASP.NET 2.0, SQL Server 2005 express and VS 2005 express edition. All I am trying to do is use Login Web controls provided in ASP.NET 2.0 for my user login... |
Forum: VB.NET May 4th, 2006 |
| Replies: 0 Views: 3,999 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,759 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: MS SQL Mar 14th, 2006 |
| Replies: 5 Views: 73,140 I tried to use your solution but while creating sp for inserting rows, I ran into a problem, My table has more columns so when I say
"Insert into table1 (col1,col2,col3) values (@Nextstr)"
the sp... |
Forum: VB.NET Mar 1st, 2006 |
| Replies: 2 Views: 12,261 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,532 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,274 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: ASP.NET Feb 5th, 2006 |
| Replies: 1 Views: 36,357 Hi,
I am looking for some help in coding an app using VB.NET 2003,where in a web form I have four tabs which call four different forms in the panel after click event. I don't see any tab control... |
Forum: VB.NET Feb 2nd, 2006 |
| Replies: 0 Views: 2,067 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,666 Issue resolved. I'd forgotten to take 'Integrated Security=SSIP" from my web.config. |
Forum: VB.NET Feb 1st, 2006 |
| Replies: 5 Views: 21,666 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... |
Forum: ASP.NET Jan 15th, 2006 |
| Replies: 3 Views: 3,311 Thanks for the reply. I am using VS 2003 Ver 7.1.3088 and I did not change anything in IIS settings.
Attaching my code.
the app starts with page "Home.aspx" and from there it opens "login.aspx"... |
Forum: ASP.NET Jan 15th, 2006 |
| Replies: 3 Views: 3,311 Hi,
I am new to ASP.NET, working on a web app using Visual Studio and VB. My App was working fine before and after I made few changes, It opens "Default.aspx" for any selection. I've even remaned... |