Click here to Skip to main content
15,897,187 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to get the Hard disk serial no through an asp.net Application.? Pin
M.Ramesh4-Mar-08 20:37
M.Ramesh4-Mar-08 20:37 
GeneralBackGround Image Pin
trilokharry4-Mar-08 4:07
trilokharry4-Mar-08 4:07 
GeneralRe: BackGround Image Pin
eyeseetee4-Mar-08 4:27
eyeseetee4-Mar-08 4:27 
GeneralRe: BackGround Image Pin
Christian Graus4-Mar-08 9:31
protectorChristian Graus4-Mar-08 9:31 
Generalfileupload problem with ajax Pin
marky7774-Mar-08 4:02
marky7774-Mar-08 4:02 
GeneralRe: fileupload problem with ajax Pin
Laddie4-Mar-08 4:56
Laddie4-Mar-08 4:56 
GeneralRe: fileupload problem with ajax Pin
marky7774-Mar-08 20:00
marky7774-Mar-08 20:00 
Generalgetting the update just for one record in the table Pin
laziale4-Mar-08 3:08
laziale4-Mar-08 3:08 
Hi to everyone!
I have one problem, when I want to make an update to some record in the table, I am entering the data for it, and instead just for one field, the UPdateCommand is putting the same data in all the fields. Example:
I have two fields: ID and Name. And I am making an update of the name, and it's changed all the data for all the fields under Name. I think that I should use some WHERE statement, but I am beginner in SQL and every help will be appreciated. Thx
Example, before update, I had:
ID:1
Name:a
------------
ID:2
Name:b
-----------After update-------------
Update name: "c"
ID:1
Name:c
------
ID:2
Name:c
-------
GeneralRe: getting the update just for one record in the table Pin
eyeseetee4-Mar-08 3:11
eyeseetee4-Mar-08 3:11 
GeneralRe: getting the update just for one record in the table Pin
laziale4-Mar-08 3:22
laziale4-Mar-08 3:22 
GeneralRe: getting the update just for one record in the table Pin
eyeseetee4-Mar-08 3:26
eyeseetee4-Mar-08 3:26 
GeneralRe: getting the update just for one record in the table Pin
laziale4-Mar-08 3:31
laziale4-Mar-08 3:31 
GeneralRe: getting the update just for one record in the table Pin
eyeseetee4-Mar-08 3:39
eyeseetee4-Mar-08 3:39 
GeneralRe: getting the update just for one record in the table Pin
laziale4-Mar-08 3:56
laziale4-Mar-08 3:56 
GeneralRe: getting the update just for one record in the table Pin
eyeseetee4-Mar-08 4:14
eyeseetee4-Mar-08 4:14 
GeneralRe: getting the update just for one record in the table Pin
laziale4-Mar-08 4:34
laziale4-Mar-08 4:34 
GeneralRe: getting the update just for one record in the table Pin
eyeseetee4-Mar-08 4:45
eyeseetee4-Mar-08 4:45 
GeneralRe: getting the update just for one record in the table Pin
laziale4-Mar-08 4:50
laziale4-Mar-08 4:50 
AnswerRe: getting the update just for one record in the table Pin
zaimah4-Mar-08 18:30
zaimah4-Mar-08 18:30 
Generalrequired field validator disables buttons Pin
eyeseetee4-Mar-08 2:43
eyeseetee4-Mar-08 2:43 
GeneralRe: required field validator disables buttons Pin
Muhammad Gouda4-Mar-08 3:00
Muhammad Gouda4-Mar-08 3:00 
GeneralRe: required field validator disables buttons Pin
eyeseetee4-Mar-08 3:10
eyeseetee4-Mar-08 3:10 
GeneralRe: required field validator disables buttons Pin
Laddie4-Mar-08 5:00
Laddie4-Mar-08 5:00 
GeneralRe: required field validator disables buttons Pin
eyeseetee4-Mar-08 5:02
eyeseetee4-Mar-08 5:02 
QuestionHow to fire SelectedIndexChanged event handler for datagrid Pin
Muhammad Gouda4-Mar-08 2:36
Muhammad Gouda4-Mar-08 2:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.