Click here to Skip to main content
15,905,504 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPosting + asp.net 2.0 +c# Pin
ritu43216-Mar-07 0:35
ritu43216-Mar-07 0:35 
AnswerRe: Posting + asp.net 2.0 +c# Pin
Sandeep Akhare6-Mar-07 0:43
Sandeep Akhare6-Mar-07 0:43 
GeneralRe: Posting + asp.net 2.0 +c# Pin
ritu43216-Mar-07 0:54
ritu43216-Mar-07 0:54 
GeneralRe: Posting + asp.net 2.0 +c# Pin
Sandeep Akhare6-Mar-07 1:07
Sandeep Akhare6-Mar-07 1:07 
GeneralRe: Posting + asp.net 2.0 +c# Pin
ritu43216-Mar-07 1:19
ritu43216-Mar-07 1:19 
GeneralRe: Posting + asp.net 2.0 +c# Pin
Sandeep Akhare6-Mar-07 1:35
Sandeep Akhare6-Mar-07 1:35 
Questionhow to set many datasets to a single datable using data adapter in asp.net 1.1 version Pin
puthu6-Mar-07 0:16
puthu6-Mar-07 0:16 
AnswerRe: how to set many datasets to a single datable using data adapter in asp.net 1.1 version Pin
Vsree6-Mar-07 1:32
Vsree6-Mar-07 1:32 
Only a dataset can have many tables.
For filling a dataset,

<br />
adapterObj.Fill(dataset1,"Tblname1");<br />
adapterObj.Fill(dataset2,"Tblname2"); <br />
<br />

to access a table,
<br />
Datatable dt1 = dataset1.Tables["Tblname1"];<br />
string str = dt1.Rows[0]["Column1"].ToString().Trim();<br />


Can u please tell your exact requirement?
GeneralRe: how to set many datasets to a single datable using data adapter in asp.net 1.1 version Pin
puthu6-Mar-07 17:14
puthu6-Mar-07 17:14 
AnswerRe: how to set many datasets to a single datable using data adapter in asp.net 1.1 version Pin
gauthee6-Mar-07 1:38
gauthee6-Mar-07 1:38 
GeneralRe: how to set many datasets to a single datable using data adapter in asp.net 1.1 version Pin
puthu6-Mar-07 16:54
puthu6-Mar-07 16:54 
Questionjavascript Pin
kmanisha6-Mar-07 0:12
kmanisha6-Mar-07 0:12 
AnswerRe: javascript Pin
Sandeep Akhare6-Mar-07 0:21
Sandeep Akhare6-Mar-07 0:21 
AnswerRe: javascript Pin
Sandeep Akhare6-Mar-07 0:31
Sandeep Akhare6-Mar-07 0:31 
AnswerRe: javascript Pin
Guffa6-Mar-07 0:48
Guffa6-Mar-07 0:48 
Questiondisplay in the listbox Pin
Oga M6-Mar-07 0:04
Oga M6-Mar-07 0:04 
AnswerRe: display in the listbox Pin
NanaAM6-Mar-07 0:22
NanaAM6-Mar-07 0:22 
AnswerRe: display in the listbox Pin
Member 38798816-Mar-07 0:39
Member 38798816-Mar-07 0:39 
AnswerRe: display in the listbox Pin
Irshad Sulaimani6-Mar-07 0:41
Irshad Sulaimani6-Mar-07 0:41 
Questionbutton to submit the form to the mananger by e-mail Pin
Oga M5-Mar-07 23:59
Oga M5-Mar-07 23:59 
AnswerRe: button to submit the form to the mananger by e-mail Pin
NanaAM6-Mar-07 0:25
NanaAM6-Mar-07 0:25 
AnswerRe: button to submit the form to the mananger by e-mail Pin
Vasudevan Deepak Kumar6-Mar-07 9:24
Vasudevan Deepak Kumar6-Mar-07 9:24 
QuestionDoubt in ASP.Net User Interface Creation Pin
amrajeev5-Mar-07 23:48
amrajeev5-Mar-07 23:48 
AnswerRe: Doubt in ASP.Net User Interface Creation Pin
Paddy Boyd6-Mar-07 0:33
Paddy Boyd6-Mar-07 0:33 
QuestionDTS login Faild Pin
kirthikirthi5-Mar-07 23:44
kirthikirthi5-Mar-07 23:44 

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.