how to make a message sending box in asp.net
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Feb 10, 2014, 1:10 AM
hi,
Message box is not supported in ASp.net
you can use JavaScript Alert box.
syntax is define in above answer. but it depend where you want to show alert box.
Abhijit PatilPosted Feb 9, 2014, 6:42 AM
SUNIL GUTTAPosted Feb 9, 2014, 6:38 AM
Response.write("");
Regards
Abhijit PatilPosted Feb 9, 2014, 5:48 AM
r u want to messagebox for display message or message sending like email or sms .
if u want ot display messagebox in asp.net,there is no any messagebox in asp.net like c#.net
but if u display Messagebox in asp.net you can used script like below code.
Response.Write("");
hope it help for u
Regards,
Abhijit Patil