Click here to Skip to main content
15,913,685 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Saving User Name And Password. Pin
Pranav Thakur13-May-08 22:12
Pranav Thakur13-May-08 22:12 
GeneralRe: Saving User Name And Password. Pin
l0kke13-May-08 22:39
l0kke13-May-08 22:39 
AnswerRe: Saving User Name And Password. Pin
Christian Graus13-May-08 19:18
protectorChristian Graus13-May-08 19:18 
QuestionImage did not appear in DataList Pin
miss nadia13-May-08 4:32
miss nadia13-May-08 4:32 
Questionstore procedure to Update data Pin
justintimberlake13-May-08 3:34
justintimberlake13-May-08 3:34 
AnswerRe: store procedure to Update data Pin
SomeGuyThatIsMe13-May-08 4:21
SomeGuyThatIsMe13-May-08 4:21 
GeneralRe: store procedure to Update data Pin
justintimberlake13-May-08 17:56
justintimberlake13-May-08 17:56 
GeneralRe: store procedure to Update data Pin
SomeGuyThatIsMe14-May-08 1:56
SomeGuyThatIsMe14-May-08 1:56 
you already had the basic code for the stored procedure you need. Its just a set of IF's and UPDATES in sql

IF @val1 <> ''
BEGIN
UPDATE blah SET something = something else WHERE other stuff
END

In the old DataGrid Control there was a EditCommand event that you could use to set the EditItemIndex which changed a row from labels to textboxes or whatever other controls you wanted to use based on the edit item template in the aspx. you can use that event to get whatever value is in the cell that will contain the fileUpload control, if any...if its blank to begin with i dont see the harm in setting it to blank again. oh and you'd have to store the value from that cell in the session, viewstate, or some hidden label on the screen so that you'll have access to it when the user clicks update.
QuestionA socket operation was attempted to an unreachable host Pin
eyeseetee13-May-08 3:27
eyeseetee13-May-08 3:27 
AnswerRe: A socket operation was attempted to an unreachable host Pin
Oakman14-May-08 21:41
Oakman14-May-08 21:41 
Questionincrement of value of a char variable???? Pin
mr.mohsen13-May-08 3:21
mr.mohsen13-May-08 3:21 
AnswerRe: increment of value of a char variable???? Pin
mr.mohsen13-May-08 3:30
mr.mohsen13-May-08 3:30 
AnswerRe: increment of value of a char variable???? Pin
Sankar Komma 13-May-08 11:10
Sankar Komma 13-May-08 11:10 
Questioninitializing DataColumnCollection?? Pin
Karan_TN13-May-08 2:53
Karan_TN13-May-08 2:53 
AnswerRe: initializing DataColumnCollection?? Pin
led mike13-May-08 4:23
led mike13-May-08 4:23 
GeneralRe: initializing DataColumnCollection?? Pin
Karan_TN13-May-08 19:40
Karan_TN13-May-08 19:40 
QuestionNew site giving error when browsing Pin
JacquesDP13-May-08 2:40
JacquesDP13-May-08 2:40 
AnswerRe: New site giving error when browsing Pin
eyeseetee13-May-08 2:45
eyeseetee13-May-08 2:45 
GeneralRe: New site giving error when browsing Pin
JacquesDP13-May-08 2:48
JacquesDP13-May-08 2:48 
GeneralRe: New site giving error when browsing Pin
JacquesDP13-May-08 2:53
JacquesDP13-May-08 2:53 
QuestionDisable the selection of the any of the days in the Field prior to today in Ajax Calendar Control Pin
udaymohan13-May-08 2:07
udaymohan13-May-08 2:07 
QuestionUnable to connect to Visual Studio's Local WebHost Server [modified] Pin
kibromg13-May-08 1:40
kibromg13-May-08 1:40 
AnswerRe: Unable to connect to Visual Studio's Local WebHost Server Pin
Resolver13-May-08 3:27
Resolver13-May-08 3:27 
GeneralRe: Unable to connect to Visual Studio's Local WebHost Server Pin
kibromg13-May-08 3:49
kibromg13-May-08 3:49 
Questionhide/show controls Pin
hld.ajay13-May-08 1:01
hld.ajay13-May-08 1:01 

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.