Click here to Skip to main content
15,918,889 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHandling exception in a better way [modified] Pin
souvikd23-Jul-10 0:39
souvikd23-Jul-10 0:39 
AnswerRe: Handling exception in a better way Pin
R. Giskard Reventlov23-Jul-10 2:30
R. Giskard Reventlov23-Jul-10 2:30 
AnswerRe: Handling exception in a better way Pin
Luc Pattyn23-Jul-10 2:56
sitebuilderLuc Pattyn23-Jul-10 2:56 
QuestionMessage Removed Pin
21-Jul-10 21:21
sr15921-Jul-10 21:21 
AnswerRe: problem in creating organisation chart from Mysql database using C#, ASP.net [Repost] Pin
Richard MacCutchan21-Jul-10 21:34
mveRichard MacCutchan21-Jul-10 21:34 
QuestionUnable to use array for control Pin
souvikd21-Jul-10 10:07
souvikd21-Jul-10 10:07 
AnswerRe: Unable to use array for control Pin
Abhinav S21-Jul-10 18:41
Abhinav S21-Jul-10 18:41 
AnswerRe: Unable to use array for control Pin
Roger Wright21-Jul-10 19:45
professionalRoger Wright21-Jul-10 19:45 
As already noted, it's not entirely clear what you're trying to do. Post a bit of your code and we might be able to help.

But in the meantime, if I'm reading your post correctly, you want to clear the contents of your controls after you use them. It sounds as if they are all text controls, in which case you can clear them by iterating through all of them and setting the .Text property to "". That seems a bit inefficient to me, and probably unnecessary, but without seeing your code it's hard to say. If all you want to do is set up the controls for the next entry, you can use the Selected property on entering the field to let the user type a new value that replaces the old.
"A Journey of a Thousand Rest Stops Begins with a Single Movement"

AnswerRe: Unable to use array for control Pin
Goutam Patra21-Jul-10 22:20
professionalGoutam Patra21-Jul-10 22:20 
GeneralRe: Unable to use array for control Pin
souvikd21-Jul-10 23:18
souvikd21-Jul-10 23:18 
GeneralRe: Unable to use array for control Pin
Goutam Patra21-Jul-10 23:38
professionalGoutam Patra21-Jul-10 23:38 
GeneralRe: Unable to use array for control Pin
souvikd22-Jul-10 0:45
souvikd22-Jul-10 0:45 
GeneralRe: Unable to use array for control Pin
Goutam Patra22-Jul-10 1:21
professionalGoutam Patra22-Jul-10 1:21 
GeneralRe: Unable to use array for control Pin
souvikd22-Jul-10 18:25
souvikd22-Jul-10 18:25 
AnswerRe: Unable to use array for control Pin
gargagan26-Jul-10 5:57
gargagan26-Jul-10 5:57 
QuestionClickOnce InvalidDeploymentException Pin
agent00zelda21-Jul-10 7:59
agent00zelda21-Jul-10 7:59 
AnswerRe: ClickOnce InvalidDeploymentException Pin
Peace ON22-Jul-10 20:27
Peace ON22-Jul-10 20:27 
QuestionGridview values not save on postback Pin
Clint Westwood21-Jul-10 5:20
Clint Westwood21-Jul-10 5:20 
AnswerRe: Gridview values not save on postback Pin
Not Active21-Jul-10 8:58
mentorNot Active21-Jul-10 8:58 
Questionhow to create web organisation chart using mysql database in C#, ASP.net Pin
sr15921-Jul-10 2:47
sr15921-Jul-10 2:47 
AnswerRe: how to create web organisation chart using mysql database in C#, ASP.net Pin
Abhinav S21-Jul-10 3:36
Abhinav S21-Jul-10 3:36 
QuestionAnybody knows the proper website link of downloading and creating the web employee organisation chart application dynamically using mysql database in C#, ASP.net [modified] Pin
sr15921-Jul-10 18:53
sr15921-Jul-10 18:53 
Questionasp.net Pin
mudassir 198820-Jul-10 20:06
mudassir 198820-Jul-10 20:06 
AnswerRe: asp.net Pin
Richard MacCutchan20-Jul-10 21:32
mveRichard MacCutchan20-Jul-10 21:32 
AnswerRe: asp.net Pin
Abhinav S21-Jul-10 18:41
Abhinav S21-Jul-10 18:41 

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.