Click here to Skip to main content
16,004,761 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i found the message
no url is set

when i'm trying to delete data of jquery grid
plz help what me should to do .


thanks in advance .
Posted
Updated 2-Jun-14 19:39pm
v2

1 solution

i think you haven't passed URL for post method ,you have to pass url in which insert,update or delete method declared

JavaScript
{ url: 'pageName/EditMethodName' },
   //or
{ url: 'pageName/DeleteMethodName' },
   //or
{ url: 'pageName/InsertMethodName' },
 
Share this answer
 
Comments
neeraj_ 3-Jun-14 1:48am    
thanks sir for your kind reply
plz tell me in detail if be possible
Nirav Prabtani 3-Jun-14 2:04am    
you have to set URL in your javascript or jQuery Code.. :)
neeraj_ 3-Jun-14 4:23am    
how ?
i'm unable
please help?
HardikPatel.SE 3-Jun-14 1:59am    
My vote 5+

bcoz you have given absolute solution... :):):)
Nirav Prabtani 3-Jun-14 2:03am    
Thank you .. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900