Click here to Skip to main content
15,896,063 members

Comments by PunkIsNotDead (Top 5 by date)

PunkIsNotDead 1-Feb-11 14:42pm View    
"Select Distinct Username,UserId from tblUser"... isn't necessary the 'DISTINCT' if UserId column is IDENTITY
PunkIsNotDead 17-Dec-10 13:28pm View    
try jQuery accordions! Surely have multi open accordion! just look men! Why did you need to post a Question when you can search and get thousands of results??
PunkIsNotDead 29-Jul-10 16:08pm View    
try you code, but with return false;

$(document).ready(function() {
$('<%=btnDelete.ClientID%>').attr("disabled", "disabled");
return false;
});

... And in button Delete set the property UseSubmitBehavior to false... if that doesn't work to you, just use a simple <input type="button" value="Delete" /> instead (there are some things that asp.net controls can't do! :)
PunkIsNotDead 28-Jul-10 12:00pm View    
send spam to kulkarni58@gmail.com :) :laugh: now seriously... Why don't you add a subString to Description in case it exceed some characters (like 50 or something)
PunkIsNotDead 28-Jul-10 11:56am View    
Then use a key_Up event of RichTextBox and evaluate every word. Then dynamically generate rows in a selectable grid view