Forum: ASP.NET Sep 20th, 2006 |
| Replies: 0 Views: 6,219 Problem Updating Row in GridView 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 in... |
Forum: ASP.NET Aug 19th, 2006 |
| Replies: 3 Views: 2,943 Problem with Provider Management in ASP.NET 2.0 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 pages.... |
Forum: VB.NET May 4th, 2006 |
| Replies: 0 Views: 2,879 need Help in store Datagrid item in an array 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 where... |
Forum: VB.NET Mar 16th, 2006 |
| Replies: 2 Views: 7,819 |
Forum: MS SQL Mar 14th, 2006 |
| Replies: 5 Views: 44,733 Re: insert multiple rows in database 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: 7,835 Pivot table in DataGrid 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 ... |
Forum: VB.NET Feb 17th, 2006 |
| Replies: 0 Views: 7,400 |
Forum: VB.NET Feb 11th, 2006 |
| Replies: 0 Views: 6,406 |
Forum: ASP.NET Feb 5th, 2006 |
| Replies: 1 Views: 25,052 |
Forum: VB.NET Feb 2nd, 2006 |
| Replies: 0 Views: 1,554 |
Forum: VB.NET Feb 2nd, 2006 |
| Replies: 5 Views: 13,323 |
Forum: VB.NET Feb 1st, 2006 |
| Replies: 5 Views: 13,323 Connecting to SQL server DB from VB.NET app 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: 2,182 Re: Why app is looking for "Default.aspx" 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" where... |
Forum: ASP.NET Jan 15th, 2006 |
| Replies: 3 Views: 2,182 Why app is looking for "Default.aspx" 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... |