html - Required an alert of success or failure after form post in asp.net -


i have input box , html file uploader in form. want submit text of input box , uploaded file saved in database , need success or failure alert in html page. i've no idea how can this. have done procedure of getting post value , save in database can't give alert web page.net mvc3. using asp.net mvc3. kind of appriciated.

   httpcontext.current.response.write                 ("<script>alert('" + pagetable[page].dequeue() + "');</script>"); 

see example you


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -