Posts by Fernando L • 13 points
3 posts
-
0
votes1
answer61
viewsA: maskMoney Jquery on Gridview
Ah I’ve solved simple var gvDrv = Document.getElementById("<%= grd_supplier.Clientid %>"); for (i = 1; i < gvDrv.rows.length; i++) { $('#ctl00_c_area_conteudo_grd_fornecedor_lance_ctl0' +…
-
0
votes1
answer61
viewsQ: maskMoney Jquery on Gridview
Guys I need to make a coin mask using Maskmoney where the Textbox comes from a dynamically generated Gridview or I don’t know how many lines there are in it. I’m doing it this way but it only works…
-
1
votes2
answers792
viewsQ: SELECT by word in sql server without using Full Text Index
I need to make a query in a table with the following words: "Today the day got rainy" I need to search for any of these words. For example if you found the word "day", would have to return the…