15,998,003 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 Visual Basic questions
View .NET 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 Nimit Joshi (Top 24 by date)
Nimit Joshi
12-Jun-14 6:56am
View
Not Working. Still going to the error line
Nimit Joshi
6-May-14 0:15am
View
http://www.c-sharpcorner.com/UploadFile/cd7c2e/creating-a-birthday-app-on-facebook-by-using-Asp-Net-mvc/
try out this..
Nimit Joshi
25-Apr-14 0:15am
View
are you working this in the MVC 5?
Nimit Joshi
22-Apr-14 3:45am
View
mine is showing the forbidden error.So what should i do?
Nimit Joshi
7-Apr-14 6:48am
View
updated my answer....
Nimit Joshi
7-Apr-14 0:24am
View
can you post your code?
Nimit Joshi
7-Apr-14 0:16am
View
Is there any error message? What is the version of Visual Studio?
Nimit Joshi
7-Apr-14 0:11am
View
its my pleasure...
Nimit Joshi
3-Apr-14 1:29am
View
I am not getting your question.
Nimit Joshi
3-Apr-14 0:32am
View
please post your edit page code...
Nimit Joshi
2-Apr-14 3:43am
View
See, you can execute the query with the use of Stored Procedure. It is the Web Application and you can develop it in 3 tier architecture
Nimit Joshi
11-Mar-14 6:47am
View
got it. thanks
Nimit Joshi
11-Mar-14 4:50am
View
I do want to select the rows. I just want to send them mail 100 by 100
Nimit Joshi
11-Mar-14 3:36am
View
Thanks for the answer, but sir it is not allowed to add a checkbox in the GridView.
Nimit Joshi
11-Mar-14 3:35am
View
Yes you are right at you first statement. No I did not used RowDataBound event. Would you please code it??
Nimit Joshi
11-Mar-14 3:17am
View
would you please code it?
Nimit Joshi
11-Mar-14 3:16am
View
Actually the records no are 3000. So it is too hectic to send the mail to all records that's why i want to send the mail 100 by 100
Nimit Joshi
11-Mar-14 3:15am
View
No No not to the selected users. I want to send mail to all records. But when i' ll send the mail to 3000 records(which i've) then the process is too slow. So that i want to send the mail 100 by 100
Nimit Joshi
10-Mar-14 2:18am
View
Ok.. Got it. I'll work on it..
Nimit Joshi
10-Mar-14 1:41am
View
I've edited my solution.. Please check..
Nimit Joshi
26-Feb-14 3:37am
View
do you have added a Startup class? if not then
using Microsoft.Owin;
using Owin;
using SignalRWebApp;
[assembly: OwinStartup(typeof(SignalRWebApp.Startup))]
namespace SignalRWebApp
{
public class Startup
{
public void Configuration(IAppBuilder app)
{
app.MapSignalR();
}
}
}
Nimit Joshi
26-Feb-14 0:54am
View
Check your Global.asax file that the MapHub() is routed or not?
Nimit Joshi
26-Feb-14 0:32am
View
Its my pleasure..Please vote the answer and if that article helps you that add a comment there
Nimit Joshi
25-Feb-14 4:45am
View
Its my pleasure..
Show More