User Profile
Collapse
-
what should i write in my aspx.cs page... -
problem in error handling
i have made a static "validation " class for handling error ,
when i press a button then it makes a call to a specific function of validation class , i am getting the custom error message thru throw new exception
but now i want to set focus to control for which i generate a error then ,
then how i can do this.
mean i can i get object information which generates a error. -
get confirm box value in asp.net page
i want to confirm for deletion , so i write javascript confirm box from aspx.cs page
how can i get that confirm box boolean reply in aspx.cs page
[code=vbnet]
ClientScript.Re gisterStartupSc ript("text/jscript".GetTyp e(), "Message", "<script>"+repl y+"=Confirm(' Do you want to delete or not')</script>;");[/code]
No activity results to display
Show More
Leave a comment: