Click here to Skip to main content
15,920,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionThis probabaley has been asked before but not getting the solution (DropDownlist Problem) Pin
Rameez Raja13-Sep-08 19:26
Rameez Raja13-Sep-08 19:26 
AnswerRe: This probabaley has been asked before but not getting the solution (DropDownlist Problem) Pin
Blue_Boy13-Sep-08 20:09
Blue_Boy13-Sep-08 20:09 
QuestionASP.NET ChangePassword Server control Pin
Ray Cassick13-Sep-08 14:59
Ray Cassick13-Sep-08 14:59 
QuestionJavascript Alert Box does not Display Pin
Vimalsoft(Pty) Ltd13-Sep-08 12:49
professionalVimalsoft(Pty) Ltd13-Sep-08 12:49 
AnswerRe: Javascript Alert Box does not Display Pin
Guffa13-Sep-08 13:20
Guffa13-Sep-08 13:20 
AnswerRe: Javascript Alert Box does not Display Pin
ncsubbu14-Sep-08 19:12
professionalncsubbu14-Sep-08 19:12 
GeneralRe: Javascript Alert Box does not Display Pin
Vimalsoft(Pty) Ltd14-Sep-08 20:44
professionalVimalsoft(Pty) Ltd14-Sep-08 20:44 
AnswerRe: Javascript Alert Box does not Display Pin
Sandeep Akhare14-Sep-08 20:04
Sandeep Akhare14-Sep-08 20:04 
You can do in follwoing way
if (Res == 1)
{
this.ClientScript.RegisterStartupScript(this.GetType(), "key", "myfunction();", true);
)

and in myfunction function just show the alert message and redirect user to Login Page
<script type="text/javascript">
function myfunction()
{
alert('You have Successfully Registred')

window.location.href='Login.aspx';

}
</script>

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "

Check My Blog

AnswerRe: Javascript Alert Box does not Display Pin
Vimalsoft(Pty) Ltd14-Sep-08 20:42
professionalVimalsoft(Pty) Ltd14-Sep-08 20:42 
Questionin witch event i shoud write code?(for datalist) Pin
strawberrysh13-Sep-08 3:23
strawberrysh13-Sep-08 3:23 
AnswerRe: in witch event i shoud write code?(for datalist) Pin
Christian Graus13-Sep-08 13:24
protectorChristian Graus13-Sep-08 13:24 
AnswerRe: in witch event i shoud write code?(for datalist) Pin
Eslam Afifi13-Sep-08 16:36
Eslam Afifi13-Sep-08 16:36 
Questionweb.config cross references Pin
filinM13-Sep-08 2:11
filinM13-Sep-08 2:11 
QuestionGRID VIEW asp.net c# 2.0 problem Pin
VijayVishwakarma13-Sep-08 1:42
VijayVishwakarma13-Sep-08 1:42 
AnswerRe: GRID VIEW asp.net c# 2.0 problem Pin
Sandeep Akhare13-Sep-08 1:49
Sandeep Akhare13-Sep-08 1:49 
Questionget value from url Pin
ptvce13-Sep-08 0:13
ptvce13-Sep-08 0:13 
AnswerRe: get value from url Pin
Sandeep Akhare13-Sep-08 1:47
Sandeep Akhare13-Sep-08 1:47 
AnswerRe: get value from url Pin
ncsubbu14-Sep-08 19:16
professionalncsubbu14-Sep-08 19:16 
QuestionHow to Export webpage to PowerPoint Pin
K V Sekhar12-Sep-08 23:00
K V Sekhar12-Sep-08 23:00 
AnswerRe: How to Export webpage to PowerPoint Pin
Manas Bhardwaj13-Sep-08 23:35
professionalManas Bhardwaj13-Sep-08 23:35 
AnswerRe: How to Export webpage to PowerPoint Pin
hasan jamal siddiqui7-Sep-11 23:30
hasan jamal siddiqui7-Sep-11 23:30 
QuestionProblem in Crystal Report when export to excel Pin
VivekNema12-Sep-08 21:50
VivekNema12-Sep-08 21:50 
QuestionGeneral Information for a beginner Pin
waqas_2k12-Sep-08 20:25
waqas_2k12-Sep-08 20:25 
AnswerRe: General Information for a beginner Pin
Vimalsoft(Pty) Ltd12-Sep-08 20:39
professionalVimalsoft(Pty) Ltd12-Sep-08 20:39 
AnswerRe: General Information for a beginner Pin
Steven A. Lowe13-Sep-08 17:12
Steven A. Lowe13-Sep-08 17:12 

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.