5
Answers

fetch data from database according to the selected id in c#

Animesh Mishra

Animesh Mishra

10y
947
1
hii users,
i am currently working on a webpage (Registration page)..and in that i have some fields in a table ,they are - (Name,Comp_Name,User_Name,Email_Id,Password,User_Image,Category,Status) and 1 id textbox. i want the id to fetch the data of the row that has been entered in the id field on its textchange event. for example.if i type 101 in id and enter it,then the records of 101 should get fetched from the database.plz help me out ASAP
Answers (5)
0
Vulpes

Vulpes

NA 98.3k 1.5m 12y
If you're using .NET, you can get this information using the System.IO.DriveInfo class.

Check out the example in the MSDN docs:

http://msdn.microsoft.com/en-us/library/system.io.driveinfo.aspx
Accepted
0
Glenn Sanchez

Glenn Sanchez

NA 133 30.3k 12y
I think you can also use performance counters. Check this out: http://www.codeproject.com/Articles/8590/An-Introduction-To-Performance-Counters