Click here to Skip to main content
15,909,503 members

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