Loading ...

Your blog post has received a comment

Who is online?  0 guests and 0 members
home  »  forums   »  general topics   »  suggestions / feedback    » Your blog post has received a comment

Your blog post has received a comment

Posts under the topic: Your blog post has received a comment

Posted: 9/4/2010

Contributor 2255  points  Contributor
  • Joined on: 11/30/2008
  • Posts: 11

I have received the following mail after post a comment on my own blog post: How to populate dropdownlist through jquery.

I think I should not recieve email when we commented on my own blog post.

 

Vinay,

Your blog post received a comment from vinay_jss:

Blog post: How to populate dropdownlist through jquery

------------------------------

------------------------------

vinay_jss said:

"@nil thakkar On postback, each time dropdown re-populated. thats why it lossed the selected value. To retain value across postback, We can use a hidden field that hold previous selected value. 1. take a hidden field on your form. <input type="hidden" id="hdnCategoryID"/> 2. on change event assign the value in hidden field $("#ddlCategory").change(
function(e) { $('#hdnCategoryID').val($("#ddlCategory").val()); }); 3. to retain the selected value of dropdown $("#ddlCategory").val($('#hdnCategoryID').val()); Please note that the last line (step 3) should written after the ajax calll completed. i.e. after dropdown populated."

------------------------------
------------------------------

View, approve, or decline this comment here:

http://www.codeasp.net/myaccount/blog/myblogcomments?Status=1


--
CodeAsp.Net
http://www.codeasp.net

Posted: 9/30/2010

Professional 8093  points  Professional
  • Joined on: 4/15/2009
  • Posts: 423
  Answered

Hi Vinay,

Good point. But I think receiving email notification for your own comment might be useful in some cases like for example you want to archive them for future reference or something.

Anyway, I believe the CodeASP team will look into this and will get back to you once they've fixed this out.

 


Posted: 9/30/2010

Contributor 4863  points  Contributor
  • Joined on: 11/27/2008
  • Posts: 79
  Answered

This topic is already hotly debated across technical communities and usability forums, and in the end everyone agrees that the author SHOULD get an email notifications for his.her own posts so that a standard is maintained which also helps in confirming the validity of the post addition process.

An email confirmation makes sure that your comment/post has been successfully added and as Vinz mentioned, also provides a record for later references.


Posted: 9/30/2010

Professional 8495  points  Professional
  • Joined on: 5/3/2010
  • Posts: 389
  Answered

 

vivek_iit said:

user="Vivek Thakur"]

An email confirmation makes sure that your comment/post has been successfully added and as Vinz mentioned, also provides a record for later references.

 

Interestingly, I thought I've already sent a reply here (in this thread). However, I wanted to say the same, which is quoted in Vivek's post reply.

What if you add a comment/post and it gets deleted? Then you want to argue or object about the deletion? Sometimes it might be useful to have the notification email as a record that will prove that you've made that action, in this case, sent comment or post. Vivek said that shortly - "...also provides a record for later references."


Page 1 of 1 (4 items)