Click here to Skip to main content
16,020,381 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Fast Access of DATA Pin
Shriya Kapoor29-Nov-06 23:56
Shriya Kapoor29-Nov-06 23:56 
GeneralRe: Fast Access of DATA Pin
Colin Angus Mackay30-Nov-06 0:16
Colin Angus Mackay30-Nov-06 0:16 
Generalacknoledgment Pin
Shriya Kapoor30-Nov-06 0:37
Shriya Kapoor30-Nov-06 0:37 
GeneralRe: Fast Access of DATA Pin
InsDev30-Nov-06 0:22
InsDev30-Nov-06 0:22 
GeneralRe: Fast Access of DATA Pin
Shriya Kapoor30-Nov-06 0:35
Shriya Kapoor30-Nov-06 0:35 
GeneralRe: Fast Access of DATA Pin
Parwej Ahamad30-Nov-06 1:22
professionalParwej Ahamad30-Nov-06 1:22 
QuestionRebind usercontrol on button click event Pin
Imran Khan Pathan29-Nov-06 23:24
Imran Khan Pathan29-Nov-06 23:24 
Questionno datagrid updating Pin
K edar V29-Nov-06 22:39
K edar V29-Nov-06 22:39 
update dataset oleDB from datagrid
this is not working !! why??
or send working link... i dont wanna write SP or any query for that (update table values.....)
just using commandbuilder...

Private Sub DataGrid1_UpdateCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles DataGrid1.UpdateCommand
con.Open()
adapter = New OleDb.OleDbDataAdapter("Select * from Customers", con)
Dim cmd As OleDb.OleDbCommandBuilder
cmdbuilder = New OleDb.OleDbCommandBuilder(adapter)
adapter.UpdateCommand = cmdbuilder.GetUpdateCommand()
adapter.DeleteCommand = cmdbuilder.GetDeleteCommand()
adapter.Update(ds.Tables(0))
DataGrid1.EditItemIndex = -1
setData()

End Sub

"You can do any thing you set to your mind" - theGhost_k8

QuestionProblem Creating Obejct Pin
asprajesh29-Nov-06 22:36
asprajesh29-Nov-06 22:36 
Questionpassing from one form to another Pin
ameen baig mirru29-Nov-06 22:36
ameen baig mirru29-Nov-06 22:36 
AnswerRe: passing from one form to another Pin
iamrashida8329-Nov-06 22:44
iamrashida8329-Nov-06 22:44 
GeneralRe: passing from one form to another Pin
ednrgc30-Nov-06 4:53
ednrgc30-Nov-06 4:53 
QuestionCOM+ transaction attribute setting error Pin
bigeyed29-Nov-06 22:02
bigeyed29-Nov-06 22:02 
Questioncall javascript and server function in a server button in a datagrid Pin
yesu prakash29-Nov-06 22:02
yesu prakash29-Nov-06 22:02 
AnswerRe: call javascript and server function in a server button in a datagrid Pin
InsDev30-Nov-06 1:06
InsDev30-Nov-06 1:06 
GeneralRe: call javascript and server function in a server button in a datagrid Pin
yesu prakash3-Dec-06 18:53
yesu prakash3-Dec-06 18:53 
QuestionHost Unavailable error Pin
payback29-Nov-06 21:36
payback29-Nov-06 21:36 
AnswerRe: Host Unavailable error Pin
iamrashida8329-Nov-06 22:46
iamrashida8329-Nov-06 22:46 
GeneralRe: Host Unavailable error Pin
payback29-Nov-06 22:52
payback29-Nov-06 22:52 
QuestionRuntime event Pin
monika_vasvani29-Nov-06 20:58
monika_vasvani29-Nov-06 20:58 
AnswerRe: Runtime event Pin
payback29-Nov-06 21:49
payback29-Nov-06 21:49 
GeneralRe: Runtime event Pin
monika_vasvani29-Nov-06 22:32
monika_vasvani29-Nov-06 22:32 
GeneralRe: Runtime event Pin
payback29-Nov-06 22:56
payback29-Nov-06 22:56 
GeneralRe: Runtime event Pin
monika_vasvani29-Nov-06 23:50
monika_vasvani29-Nov-06 23:50 
QuestionDelete Row Of dataview Pin
Imran Khan Pathan29-Nov-06 20:29
Imran Khan Pathan29-Nov-06 20:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.