Click here to Skip to main content
15,890,690 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow can notify a web page from another web page ? Pin
B.A24-Aug-07 23:44
B.A24-Aug-07 23:44 
QuestionHow to get values of child control Pin
AhmadRock24-Aug-07 23:43
AhmadRock24-Aug-07 23:43 
Questionclose browse [modified] Pin
RajeevKumarSharma24-Aug-07 23:03
RajeevKumarSharma24-Aug-07 23:03 
AnswerRe: close browse Pin
John-ph24-Aug-07 23:41
John-ph24-Aug-07 23:41 
GeneralRe: close browse Pin
RajeevKumarSharma24-Aug-07 23:55
RajeevKumarSharma24-Aug-07 23:55 
GeneralRe: close browse Pin
John-ph25-Aug-07 0:01
John-ph25-Aug-07 0:01 
GeneralRe: close browse Pin
RajeevKumarSharma25-Aug-07 0:19
RajeevKumarSharma25-Aug-07 0:19 
Questionerror in saving a record... Pin
Rharzkie24-Aug-07 22:55
Rharzkie24-Aug-07 22:55 
my codes to save for my data goes like this:

  Dim ctr As Integer<br />
                Dim dr As DataRow<br />
<br />
                dr = DataSet71.students.NewRow<br />
                dr("studname") = txtname.Text<br />
                dr("year") = txtcourse.Text<br />
                dr("course") = txtyear.Text<br />
                DataSet71.students.Rows.Add(dr)<br />
                OleDbDataAdapter1.Update(DataSet71)<br />
                MessageBox.Show("Record Save!")



but there's an error in this part: OleDbDataAdapter1.Update(DataSet71)

i already use this codes in my previous projects ant it function well...
but now, i cannot already save my reord. whats wrong with my codes???
AnswerRe: error in saving a record... Pin
Venkatesh Mookkan24-Aug-07 23:13
Venkatesh Mookkan24-Aug-07 23:13 
GeneralRe: error in saving a record... Pin
Rharzkie25-Aug-07 3:14
Rharzkie25-Aug-07 3:14 
QuestionGridView not working when it is in Tabcontainer Pin
codingrocks24-Aug-07 21:20
codingrocks24-Aug-07 21:20 
JokeRe: GridView not working when it is in Tabcontainer Pin
Venkatesh Mookkan24-Aug-07 23:15
Venkatesh Mookkan24-Aug-07 23:15 
QuestionModule Pin
Malay198624-Aug-07 20:59
Malay198624-Aug-07 20:59 
AnswerRe: Module Pin
Jaiprakash M Bankolli24-Aug-07 21:05
Jaiprakash M Bankolli24-Aug-07 21:05 
QuestionNEWSLETTER Pin
.NET- India 24-Aug-07 20:59
.NET- India 24-Aug-07 20:59 
AnswerRe: NEWSLETTER Pin
Christian Graus24-Aug-07 21:25
protectorChristian Graus24-Aug-07 21:25 
GeneralRe: NEWSLETTER Pin
Venkatesh Mookkan24-Aug-07 23:26
Venkatesh Mookkan24-Aug-07 23:26 
GeneralRe: NEWSLETTER Pin
Christian Graus25-Aug-07 0:53
protectorChristian Graus25-Aug-07 0:53 
QuestionWeb Services Webexception Pin
Jaiprakash M Bankolli24-Aug-07 20:57
Jaiprakash M Bankolli24-Aug-07 20:57 
AnswerRe: Web Services Webexception Pin
Christian Graus24-Aug-07 21:44
protectorChristian Graus24-Aug-07 21:44 
GeneralRe: Web Services Webexception Pin
Jaiprakash M Bankolli24-Aug-07 21:46
Jaiprakash M Bankolli24-Aug-07 21:46 
GeneralRe: Web Services Webexception Pin
Christian Graus24-Aug-07 22:04
protectorChristian Graus24-Aug-07 22:04 
QuestionDeployment of ASP.Net gives ERROR Pin
sacheesach24-Aug-07 20:02
sacheesach24-Aug-07 20:02 
AnswerRe: Deployment of ASP.Net gives ERROR Pin
Christian Graus24-Aug-07 21:27
protectorChristian Graus24-Aug-07 21:27 
AnswerRe: Deployment of ASP.Net gives ERROR Pin
Jaiprakash M Bankolli30-Oct-09 18:13
Jaiprakash M Bankolli30-Oct-09 18:13 

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.