15,999,303 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 Er Bhargav Dudani (Top 12 by date)
Er Bhargav Dudani
22-Aug-13 2:51am
View
after this I am redirecting my page on my index at that time on index page my cookie is working but when I am requsting other page from index then my browser is not sending this cookie.
I have check it using fidller
Er Bhargav Dudani
22-Aug-13 2:48am
View
Deleted
if (ModelState.IsValid && Membership.ValidateUser(login.username, login.password))
{
FormsAuthentication.SetAuthCookie(login.username, false);
}
Er Bhargav Dudani
22-Aug-13 2:47am
View
Deleted
ya
Er Bhargav Dudani
6-Aug-13 2:08am
View
I mean I want a javascript coding which will append a pager at my div
for example if my total number of recored is 12 and number of recored per page is 4 then my total page become 3
so I want a pager like this
"prev" "1" "2" "next"
when I will click on next then it will show
"prev" "2" "3" "next"
Er Bhargav Dudani
6-Aug-13 2:04am
View
sir I want this kind of javascript which will append a pager in a div
Er Bhargav Dudani
5-Aug-13 7:35am
View
ok I got it but now I want it as below way
I want to create grid view dynamically using java script and pass the json attributes as value andthen implement paging in this page using java script
Er Bhargav Dudani
2-Aug-13 7:59am
View
ok thanks sir and that my writing mistack I mean "much" not mush
mean I have searched on google so much that I want to say
Er Bhargav Dudani
16-Jul-13 8:16am
View
Sorry but it gives me following error
Incorrect syntax near '?'
Er Bhargav Dudani
16-Jul-13 7:56am
View
will u please explain me with demo example
Er Bhargav Dudani
16-Jul-13 7:46am
View
let me explain with demo
my table have only 2 columns 1 is id and 2 is value
in which id is auto incremented,
my form have n number of text box so when I press on insert button then my 1st text box value will be inserted with id 1,second text box value inserted with id=2and so on
Er Bhargav Dudani
16-Jul-13 7:44am
View
my table have id column an it is auto incremented so my 1 st text box value have id=1,and 2nd text box value have id=2
Er Bhargav Dudani
16-Jul-13 7:42am
View
no sir I have already contact column in my data base but.
but I want to insert 1st text box 's value in first row after then 2 text box value in 2 row
Show More