PC Review


Reply
Thread Tools Rate Thread

Is dataview updatable at server side

 
 
Omer
Guest
Posts: n/a
 
      21st Jul 2005
Hi,
Can you please tell me whether the dataview is updateable at the server side
and if yes then kindly write a simple code for an example.
Thanks & regards,


 
Reply With Quote
 
 
 
 
W.G. Ryan MVP
Guest
Posts: n/a
 
      21st Jul 2005
Omer:

What do you mean is it updateable server side? The datatable that the
dataview is based on can be passed to a DataAdapter, and as long as that
data adapter has a valid command (and is correctly configured) for each CRUD
operation corresponding to the view's rowstate's, you can successfully
update the records.

However DataView's, DataTables and DataSets are all 'client' side objects
and don't need a persistent connection (or a database for that matter) to
function.

If you could specify what you're trying to accomplish in a little more
detail, I could probably be of more help.

Cheers,

Bill
"Omer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
> Can you please tell me whether the dataview is updateable at the server
> side and if yes then kindly write a simple code for an example.
> Thanks & regards,
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to call Server Side function from Client Side Code usingPageMethods in ASP.NET AJAX Ketki Microsoft C# .NET 0 21st Feb 2008 10:44 AM
Server-side events do not fire the first time after client-side validators have fired Stuart Whiteford Microsoft ASP .NET 2 25th Apr 2006 11:10 AM
execute client side script + server side code for button click =?Utf-8?B?a2s=?= Microsoft C# .NET 1 17th Mar 2005 12:20 AM
Server-Side Control - Embedded Server-Side Code - Inline Mythran Microsoft ASP .NET 2 22nd Jan 2005 01:02 AM
Problem in adding template of server side control using client side scripts Lau Lei Cheong Microsoft ASP .NET 1 13th Oct 2004 11:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:24 PM.