Click here to Skip to main content
15,923,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: it's urgent please Pin
N a v a n e e t h6-Mar-07 19:29
N a v a n e e t h6-Mar-07 19:29 
AnswerRe: it's urgent please Pin
Not Active6-Mar-07 20:03
mentorNot Active6-Mar-07 20:03 
Questionhow to get 3D charts in Asp.net Pin
ramyasangeet6-Mar-07 19:12
ramyasangeet6-Mar-07 19:12 
AnswerRe: how to get 3D charts in Asp.net Pin
Vasudevan Deepak Kumar7-Mar-07 6:20
Vasudevan Deepak Kumar7-Mar-07 6:20 
Questionhow to store many datatables to a dataset in asp.net 1.1 version Pin
puthu6-Mar-07 18:58
puthu6-Mar-07 18:58 
AnswerRe: how to store many datatables to a dataset in asp.net 1.1 version Pin
Sylvester george6-Mar-07 19:11
Sylvester george6-Mar-07 19:11 
GeneralRe: how to store many datatables to a dataset in asp.net 1.1 version Pin
puthu6-Mar-07 22:14
puthu6-Mar-07 22:14 
GeneralRe: how to store many datatables to a dataset in asp.net 1.1 version Pin
Sylvester george6-Mar-07 22:52
Sylvester george6-Mar-07 22:52 
DataSet containerdataset = new DataSet();

containerdataset.Tables.Add(ds1.Tables[0].Copy())
containerdataset.Tables.Add(ds2.Tables[0].Copy())
containerdataset.Tables.Add(ds3.Tables[0].Copy())
containerdataset.Tables.Add(ds4.Tables[0].Copy())
containerdataset.Tables.Add(ds5.Tables[0].Copy())

where ds1,ds2...ds5 are your dataset

and finally all the tables you will get it in containerdataset

Regards,
Sylvester G
sylvester_g_m@yahoo.com

QuestionLogin Page Pin
joyalways6-Mar-07 18:25
joyalways6-Mar-07 18:25 
AnswerRe: Login Page Pin
John.L.Ponratnam6-Mar-07 19:51
John.L.Ponratnam6-Mar-07 19:51 
GeneralRe: Login Page Pin
joyalways6-Mar-07 21:59
joyalways6-Mar-07 21:59 
GeneralRe: Login Page Pin
siddisagar6-Mar-07 23:51
siddisagar6-Mar-07 23:51 
QuestionGetting Value in between tags Pin
N a v a n e e t h6-Mar-07 18:22
N a v a n e e t h6-Mar-07 18:22 
AnswerRe: Getting Value in between tags Pin
badgrs6-Mar-07 22:54
badgrs6-Mar-07 22:54 
QuestionMembership User Pin
AnhTin6-Mar-07 17:48
AnhTin6-Mar-07 17:48 
QuestionGetting the error : The viewstate is invalid for this page and might be corrupted Pin
anufabian6-Mar-07 17:34
anufabian6-Mar-07 17:34 
AnswerRe: Getting the error : The viewstate is invalid for this page and might be corrupted Pin
Harini N K6-Mar-07 18:08
Harini N K6-Mar-07 18:08 
GeneralRe: Getting the error : The viewstate is invalid for this page and might be corrupted Pin
anufabian6-Mar-07 20:11
anufabian6-Mar-07 20:11 
GeneralRe: Getting the error : The viewstate is invalid for this page and might be corrupted Pin
Harini N K6-Mar-07 21:06
Harini N K6-Mar-07 21:06 
GeneralRe: Getting the error : The viewstate is invalid for this page and might be corrupted Pin
anufabian6-Mar-07 21:34
anufabian6-Mar-07 21:34 
QuestionUser Based Menus.... Pin
Member 38798816-Mar-07 17:04
Member 38798816-Mar-07 17:04 
AnswerRe: User Based Menus.... Pin
Vsree6-Mar-07 18:26
Vsree6-Mar-07 18:26 
GeneralRe: User Based Menus.... Pin
Member 38798816-Mar-07 20:12
Member 38798816-Mar-07 20:12 
GeneralRe: User Based Menus.... Pin
Member 38798817-Mar-07 22:07
Member 38798817-Mar-07 22:07 
QuestionGridView .net 2.0 Vs20005 Pin
AnhTin6-Mar-07 16:23
AnhTin6-Mar-07 16:23 

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.