Click here to Skip to main content
15,907,183 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to acces the runtime creation file in asp.net? Pin
subburaj.sabapathy13-Aug-06 19:00
subburaj.sabapathy13-Aug-06 19:00 
AnswerRe: How to acces the runtime creation file in asp.net? Pin
Guffa13-Aug-06 21:15
Guffa13-Aug-06 21:15 
QuestionProblem regarding Team Suit Pin
Muhammad Chitrali12-Aug-06 1:57
Muhammad Chitrali12-Aug-06 1:57 
QuestionHow to integrate payment gateway Pin
sabby200612-Aug-06 1:26
sabby200612-Aug-06 1:26 
AnswerRe: How to integrate payment gateway Pin
seee sharp14-Aug-06 0:15
seee sharp14-Aug-06 0:15 
GeneralRe: How to integrate payment gateway Pin
sabby200614-Aug-06 21:52
sabby200614-Aug-06 21:52 
GeneralRe: How to integrate payment gateway Pin
mrsnipey14-Aug-06 22:50
mrsnipey14-Aug-06 22:50 
QuestionHi, Please help me Pin
latha_city12-Aug-06 0:12
latha_city12-Aug-06 0:12 
Hi,

Just I tried to Modify my table data using dataset...
It did not show any error.. but not updating data..
I could not find the problem where I did..
Please help me...

Dim DSet As DataSet
Dim Con As New SqlConnection(GetConnection)
Dim DAdapter As SqlDataAdapter
Dim DTble As DataTable
Dim Qry As String
Dim CmdBuilder As SqlCommandBuilder
Dim DRow As DataRow

Con.Open()

DSet = New DataSet
Qry = "SELECT * FROM BATCHES where [batch code]=15"
DAdapter = New SqlDataAdapter(Qry, Con)
DAdapter.Fill(DSet, "Batches")
DTble = DSet.Tables("Batches")

DRow = DTble.Rows(0)

DRow.BeginEdit()
DRow("Stock") = DRow("Stock") - 1
DRow.AcceptChanges()
DRow.EndEdit()

CmdBuilder = New SqlCommandBuilder(DAdapter)
DAdapter.Update(DSet, "Batches")

Regards
latha

QuestionBuilding a search function Pin
tmoney10111-Aug-06 20:22
tmoney10111-Aug-06 20:22 
AnswerRe: Building a search function Pin
Mike Ellison12-Aug-06 7:58
Mike Ellison12-Aug-06 7:58 
QuestionASP.net 2.0 call back procedure Pin
apolvill11-Aug-06 18:05
apolvill11-Aug-06 18:05 
QuestionHow to select a single cell from datagrid on mouseclick event Pin
jagmit2011-Aug-06 8:11
jagmit2011-Aug-06 8:11 
AnswerRe: How to select a single cell from datagrid on mouseclick event Pin
Ryomin11-Aug-06 8:35
professionalRyomin11-Aug-06 8:35 
QuestionSQL to XML & XML to SQL Pin
kirthikirthi11-Aug-06 7:51
kirthikirthi11-Aug-06 7:51 
AnswerRe: SQL to XML & XML to SQL Pin
Felipe Dalorzo11-Aug-06 8:43
Felipe Dalorzo11-Aug-06 8:43 
GeneralRe: SQL to XML & XML to SQL Pin
kirthikirthi11-Aug-06 9:15
kirthikirthi11-Aug-06 9:15 
GeneralRe: SQL to XML & XML to SQL Pin
Felipe Dalorzo11-Aug-06 11:00
Felipe Dalorzo11-Aug-06 11:00 
GeneralRe: SQL to XML & XML to SQL Pin
kirthikirthi11-Aug-06 11:18
kirthikirthi11-Aug-06 11:18 
GeneralRe: SQL to XML & XML to SQL Pin
S Pandian11-Aug-06 18:45
S Pandian11-Aug-06 18:45 
GeneralRe: SQL to XML & XML to SQL [modified] Pin
kirthikirthi15-Aug-06 20:00
kirthikirthi15-Aug-06 20:00 
QuestionAdding OnTextChanged event to the textbox placed in the datagrid. Pin
ashokyamsani11-Aug-06 6:10
ashokyamsani11-Aug-06 6:10 
QuestionConvert File To PDF Pin
Mansurali11-Aug-06 5:52
Mansurali11-Aug-06 5:52 
AnswerRe: Convert File To PDF Pin
Colin Angus Mackay11-Aug-06 5:57
Colin Angus Mackay11-Aug-06 5:57 
QuestionCompatibility problem between IE and firefox Pin
Suj_7811-Aug-06 5:22
Suj_7811-Aug-06 5:22 
AnswerRe: Compatibility problem between IE and firefox Pin
Guffa12-Aug-06 3:31
Guffa12-Aug-06 3:31 

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.