Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
QuestionDisable desktop short cuts Pin
aseef1-Nov-06 6:04
aseef1-Nov-06 6:04 
AnswerRe: Disable desktop short cuts Pin
Judah Gabriel Himango1-Nov-06 13:14
sponsorJudah Gabriel Himango1-Nov-06 13:14 
Questionredirect to another form Pin
minibansal1-Nov-06 5:52
minibansal1-Nov-06 5:52 
AnswerRe: redirect to another form Pin
Christian Graus1-Nov-06 6:12
protectorChristian Graus1-Nov-06 6:12 
GeneralRe: redirect to another form Pin
led mike1-Nov-06 7:55
led mike1-Nov-06 7:55 
GeneralRe: redirect to another form Pin
Pete O'Hanlon1-Nov-06 9:42
mvePete O'Hanlon1-Nov-06 9:42 
AnswerRe: redirect to another form Pin
minibansal1-Nov-06 7:23
minibansal1-Nov-06 7:23 
AnswerRe: redirect to another form Pin
Rahithi1-Nov-06 7:44
Rahithi1-Nov-06 7:44 
hi,
u can do this using 2 methods.

1. just take one Submit button and change the text as "Login".
in the form tag set the action parameter as the page u want to open when the user click on submit button.




2. just u can use Response.Redirect("Page2.aspx") in submit button click

Regards,
Rahithi sharma
AnswerRe: redirect to another form Pin
led mike1-Nov-06 8:01
led mike1-Nov-06 8:01 
GeneralRe: redirect to another form Pin
Pete O'Hanlon1-Nov-06 9:45
mvePete O'Hanlon1-Nov-06 9:45 
QuestionCannot perform '<=' operation on System.DateTime and System.String Pin
guygo1-Nov-06 5:46
guygo1-Nov-06 5:46 
AnswerRe: Cannot perform '<=' operation on System.DateTime and System.String Pin
Christian Graus1-Nov-06 6:12
protectorChristian Graus1-Nov-06 6:12 
GeneralRe: Cannot perform '&lt;=' operation on System.DateTime and System.String Pin
guygo1-Nov-06 23:10
guygo1-Nov-06 23:10 
QuestionTroubles Getting the MainMenu Component to display Pin
McSmack1-Nov-06 5:34
McSmack1-Nov-06 5:34 
QuestionGetHashCode() Pin
karanba1-Nov-06 5:25
karanba1-Nov-06 5:25 
AnswerRe: GetHashCode() Pin
Guffa1-Nov-06 6:35
Guffa1-Nov-06 6:35 
GeneralRe: GetHashCode() Pin
karanba1-Nov-06 12:47
karanba1-Nov-06 12:47 
QuestionRe-painting graphics Pin
tjschilling1-Nov-06 5:24
tjschilling1-Nov-06 5:24 
AnswerRe: Re-painting graphics Pin
Christian Graus1-Nov-06 6:13
protectorChristian Graus1-Nov-06 6:13 
GeneralRe: Re-painting graphics Pin
tjschilling1-Nov-06 6:27
tjschilling1-Nov-06 6:27 
AnswerRe: Re-painting graphics Pin
Guffa1-Nov-06 6:41
Guffa1-Nov-06 6:41 
Questiondyanamically adding labels to panel Pin
Ram Kiran1-Nov-06 5:23
Ram Kiran1-Nov-06 5:23 
AnswerRe: dyanamically adding labels to panel Pin
sam#1-Nov-06 6:42
sam#1-Nov-06 6:42 
GeneralRe: dyanamically adding labels to panel Pin
Ram Kiran1-Nov-06 21:34
Ram Kiran1-Nov-06 21:34 
QuestionHow can I wait for a given seconds without blocking. Pin
Nadia Monalisa1-Nov-06 5:13
Nadia Monalisa1-Nov-06 5:13 

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.