15,792,771 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
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..
adityasahver
13-Nov-13 8:42am
View
yes got it.. but is there any .net inbuild class which i can use. I on the net found aspell.net and other which are 3rd party APIs, i wanted to avoid this..
adityasahver
13-Nov-13 1:35am
View
Ok may be the words that I used are a bit vague. What i meant is, if the input string is "asfaga", then the program should check if the input string is there in the English Dictionary, if yes it will return something if no it will throw an error. How can i perform this check, do i have to use a third party web service or is there a way to write this logic in a simpler way? I hope this is making more sense now, please suggest.
adityasahver
13-Nov-13 1:35am
View
Ok may be the words that I used are a bit vague. What i meant is, if the input string is "asfaga", then the program should check if the input string is there in the English Dictionary, if yes it will return something if no it will throw an error. How can i perform this check, do i have to use a third party web service or is there a way to write this logic in a simpler way? I hope this is making more sense now, please suggest.
adityasahver
24-Oct-13 8:34am
View
yes that is possible, but if the functionality is working in the Preview mode (Form Filler) why is it not working when i publish the infopath form to the SharePoint? Any inputs on that?
adityasahver
24-Oct-13 2:18am
View
i have a new connection that is made, i have published the Infopath form so automatically the data connection will also be published. Correct me here if i am wrong.
And earlier i was using only account id, but in that case user has to press the Check User button which is to be avoided.
And no error is getting displayed, the functionality is working fine in the Infopath Preview screen but not in the actual site list.
adityasahver
5-Aug-13 2:52am
View
Yes, i am updating the App.config which i explicitly added to the Application.
Why is it a problem not to update the config file, what are the cons. I can treat it as a temp user specific database, actually i want to maintain a session kind of feature in that even after the application is closed.
adityasahver
24-Jul-13 4:54am
View
Why, can you please elaborate on the question?
Thanks
adityasahver
23-Jul-13 6:55am
View
Ron, i just found the way to update and add keys in the app.config dynamically.
Thanks
adityasahver
23-Jul-13 3:25am
View
At the Runtime, i can update the values for the key in the app.config then why cant we add a key in the app.config. Is there much difference in both the tasks, an explanation(with example) will be appreciated.
Thanks,
Show More