开发者

Enable radiobuttonlist in grid on checkbox check

开发者 https://www.devze.com 2023-03-12 02:59 出处:网络
My problem is: I got data in the front end in this format : Username : xxxx First name : xxx Last Name 开发者_如何学Python:XXX

My problem is:

I got data in the front end in this format :

Username : xxxx

First name : xxx

Last Name 开发者_如何学Python: XXX

Authorizations \this is a grid, with chheckbox and radiobtns

Domain Role

xyz User

bnv Admin

asd User_1

now I need to insert this data back to my table .

1 suggestion i got was : Use XML ... right track ? or is there some better way ( haven't worked with XML....yet :))


If I understood correctly, you want to insert bulk data to the database. Apart from XML you can also use SqlBulCopy class which is very efficient in inserting millions of records to the SQL database. You can find more details on this at MSDN

http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlbulkcopy.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消