Month: March 2010
Date Can not Before Todays Date Javascript
function checkDate(sender,args) { var dt = new Date(); if(sender._selectedDate > dt) { sender ._textbox .set_Value(dt.format(sender._format)); alert(“You cannot…
March 25, 2010
File Download Dialogbox With File Extention
Write below code on download button click event…. protected void btnDownload_Click(object sender, EventArgs e) { string imgPath…
March 4, 2010