Click here to Skip to main content
15,884,388 members

Comments by adityasahver (Top 14 by date)

adityasahver 28-Jun-15 13:10pm View    
http://www.codeproject.com/Questions/441590/How-to-add-existing-database-in-app-data-folder-in
adityasahver 20-Mar-14 4:22am View    
awesome thanks..!!
adityasahver 19-Mar-14 9:36am View    
so here is the table structure
<pre lang="HTML">
<table id="tblSearchResult">
<tr class="odd"><td class=" sorting_1"><input type="checkbox" value="372" name="assignChkBx" id="assignChkBx" class="check-box"></td><td class=""><span value="Rental Netwrok 1" name="testing123">test-45_02082014020925</span></td></tr>
<tr class="even"><td class=" sorting_1"><input type="checkbox" value="363" name="assignChkBx" id="assignChkBx" class="check-box"></td><td class=""><span value="234" name="testing123">test-587_02072014220755</span></td></tr>
<tr class="even"><td class=" sorting_1"><input type="checkbox" value="364" name="assignChkBx" id="assignChkBx" class="check-box"></td><td class=""><span value="237" name="testing123">test-561_02072014220755</span></td></tr>
<tr class="even"><td class=" sorting_1"><input type="checkbox" value="365" name="assignChkBx" id="assignChkBx" class="check-box"></td><td class=""><span value="Rental 2" name="testing123">test-560_02072</span></td></tr></table></pre>

Now if i am selecting the first checkbox, i want to get the value of the corresponding span as well.
Thanks
adityasahver 20-Nov-13 5:33am View    
what is meant by expire over here.. are you deleting the user from the database, or setting some Expire flag to True or something?
adityasahver 13-Nov-13 8:43am View    
yes got it.. but is there any .net in build class which i can use. I on the net found aspell, NHunspell other which are 3rd party APIs, i wanted to avoid this..