Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~567 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for bcm

In property builde u have buttom column in that edit,update,column s i there take that In propertis u have[B] EditCommand[/B] double click onit then write this code in that Protected Sub DataGrid1_EditCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles DataGrid1.EditCommand DataGrid1.EditItemIndex = e.Item.ItemIndex Call bind() End Sub

Member Avatar for selvakumar789
0
98
Member Avatar for Kartikey

for insert code first this r import for any connection At top write this imports system.data imports system.data.sqlclient dim con as new sqlconnection(" "server=NOAHPROJECT;user id=test;password=test;database=test") con.open() dim cmd as new Sqlcommand("insert into tablename (name.address)values('"& txtname.text &"','"& txtaddress &" ' ",con) cmd.excutenonqury() ----------------------- for update dim con as new sqlconnection(" "server=NOAHPROJECT;user …

Member Avatar for jagruthi
-1
404
Member Avatar for jagruthi

Hi friends Plz help Me this is fist time that i sending the post if any mistake plz live it I send My form with manage attachment with the name of untitle my qurey was how to add column to datagrid which we select the item in dropdownlist([B]example[/B] in dropdown …

0
65

The End.