User Profile

Collapse

Profile Sidebar

Collapse
praveengaur
praveengaur
Last Activity: Mar 15 '08, 10:36 AM
Joined: Mar 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • praveengaur
    replied to get confirm box value in asp.net page
    in .NET
    what should i write in my aspx.cs page...
    See more | Go to post

    Leave a comment:


  • praveengaur
    started a topic problem in error handling

    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.
    See more | Go to post

  • praveengaur
    started a topic get confirm box value in asp.net page
    in .NET

    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]
    See more | Go to post
    Last edited by Frinavale; Mar 17 '08, 02:15 PM. Reason: added [code] tags
No activity results to display
Show More
Working...