Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:800404
More Search Options
RSS Available
Matching Posts
Re: Binding gridview with dataset in windows application
Hi Guys, thanks for helping. I really appreciate for all the help. I worked out the solution. This is the code. private void startButton_Click(object sender, EventArgs e) { DataView dv = new DataView(); if (startButton.Text != "Stop") { /*** CALL THE RFIDINVENTORY WEBSERVICE TO DELETE IF THERE IS ANY DATA ENTRY IN SCANNEDINVENTORY ****/ RFIDInventoryWebService.Service1 service1 = new RFIDInventoryScan.RFIDInventoryWebService.Service1(); service1.DeleteData(); /*** CALL THE READWRITETAGS
Posted to
Free For All
(Forum)
by
amp0201
on 11/9/2009
Re: unable to communicate webservice on remote server
Hi, I figured out the problem. I was reading wrong connection string from the registry. Thanks.
Posted to
XML Web Services
(Forum)
by
amp0201
on 11/9/2009
Re: Binding gridview with dataset in windows application
Hi, Thank you guys for your reply. But I am still having the problem. I changed my code like below - private void startButton_Click(object sender, EventArgs e) { DataTable dt; int k = 0; if (startButton.Text != "Stop") { RFIDInventoryWebService.Service1 service1 = new RFIDInventoryScan.RFIDInventoryWebService.Service1(); service1.DeleteData(); string[] EPCCode; ReadWriteTags.Class1 tagObject = new ReadWriteTags.Class1(); startButton.Text = "Stop"; EPCCode = tagObject.Read(); for
Posted to
Free For All
(Forum)
by
amp0201
on 11/6/2009
Binding gridview with dataset in windows application
Hi Guys, I am trying to bind the dataset with the gridview in my windows application. I tried a lot but still unable to do so. Can someone please help me out. Here is my code. RFIDInventoryWebService.Service1 service1 = new RFIDInventoryScan.RFIDInventoryWebService.Service1(); service1.DeleteData(); string[] EPCCode; ReadWriteTags.Class1 tagObject = new ReadWriteTags.Class1(); startButton.Text = "Stop"; EPCCode = tagObject.Read(); DataTable dtg = new DataTable(); DataColumn dc; dc = new
Posted to
Free For All
(Forum)
by
amp0201
on 11/5/2009
Re: problem with stored procedure. Need to use in C# code.
Yes it can be done that way too. Thanks for your help. I reakky appreciate it. akhil
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
amp0201
on 10/27/2009
Re: problem with stored procedure. Need to use in C# code.
Thanks everyone. I changed my stored procedure like this - USE [InventorySystem] GO /****** Object: StoredProcedure [dbo].[spUpdateHardwareInventory] Script Date: 10/23/2009 15:44:22 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo].[spUpdateHardwareInventory] @Location varchar(50) , @Department varchar(100),@Purchase_Date datetime, @Computer varchar(50), @Hardware_Type varchar(50),@Serial_Number varchar(50), @Model varchar(200),@Asset_Tag varchar(50), @Operation_System
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
amp0201
on 10/23/2009
problem with stored procedure. Need to use in C# code.
Hi, Following is my stored procedure. I am trying to run it on sql server 2005. Getting error. Can someone please suggest. CREATE PROCEDURE spUpdateHardwareInventory @Location varchar(50) , @Department varchar(100),@Purchase_Date datetime, @Computer varchar(50), @Hardware_Type varchar(50),@Serial_Number varchar(50), @Model varchar(200),@Asset_Tag varchar(50), @Operation_System varchar(50), @Price decimal(10), @Comments varchar(500), @Manufacture varchar(200), @EName varchar(50), @HIID int, @RFIDTag
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
amp0201
on 10/22/2009
Re: problem with stored procedure. Need to use in C# code.
I have an inventory system. If I update location, department or asset tag, RFIDTag corresponding to that data should also get updated. This is how I am creating RFIDTag - [RFIDTag] = [LID][DID][Asset_Tag] where LID (Location ID) = 4 digit DID(Department ID)= 4 digit and Asset_Tag = 8 digit If any of the above is smaller than there predifined structure, I am appending 0's to them. I want to create an update stored procedure, so whenever l update location id or department id or asset_tag, I want
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
amp0201
on 10/22/2009
Re: How to access using javascript ContentPlaceHolder elements in MasterPage
Hi Charles Asbornsen, wow !!!! Your solution worked perfectly for me. Thanks a lot !!!!
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
amp0201
on 10/16/2009
Re: Gridview footer row
Hi PeteNet, It still didn't work out. I have no data set in my project. However the code in above link is using the data set. Can some one please suggest some different solution. Thanks for help. Akhil
Posted to
Getting Started
(Forum)
by
amp0201
on 10/2/2009
Page 1 of 6 (58 items) 1
2
3
4
5
Next >
...
Last »
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online