jQuery or Update panels, both will need to use an out-of-band request (AJAX) to the server. So, it's very possible. However, you would never expose stored procedures on a database server directly to client side code (if that were possible). You would always have something like a webservice or web resource as a mediator.
On Dec 9, 3:04 pm, Santosh V <[email protected]> wrote: > Thanks for Reply, > > I have a Gridview and buttons (Add, edit , del) on a page. On click of any > button the page shud not do postback. > I want to achieve this without using update panel. > Is that possible. > If Yes ? How ??? > > > > On Fri, Dec 9, 2011 at 3:19 PM, Cerebrus <[email protected]> wrote: > > How to give everyone who visits my website access to my stored > > procedures? > > > On Dec 9, 11:18 am, Santosh V <[email protected]> wrote: > > > How to call Stored Procedure from Client Side Code using jQuery > > > -- > > You received this message because you are subscribed to the Google > > Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML > > Web Services,.NET Remoting" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en > > or visit the group website athttp://megasolutions.net- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
