Click here to Skip to main content
15,915,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Issue with database on Asp.Net website Pin
David Mujica18-Aug-11 7:38
David Mujica18-Aug-11 7:38 
GeneralRe: Issue with database on Asp.Net website Pin
shayalinn18-Aug-11 23:11
shayalinn18-Aug-11 23:11 
AnswerRe: Issue with database on Asp.Net website Pin
Shameel18-Aug-11 23:09
professionalShameel18-Aug-11 23:09 
GeneralRe: Issue with database on Asp.Net website Pin
shayalinn18-Aug-11 23:21
shayalinn18-Aug-11 23:21 
AnswerRe: Issue with database on Asp.Net website Pin
Raman Ghantiyala30-Aug-11 20:10
Raman Ghantiyala30-Aug-11 20:10 
QuestionHow to get list of users from AD Group? Pin
VinothRao18-Aug-11 3:47
VinothRao18-Aug-11 3:47 
AnswerRe: How to get list of users from AD Group? Pin
GenJerDan18-Aug-11 4:58
GenJerDan18-Aug-11 4:58 
QuestionDisable DropDownList at ClientSide Pin
Naunt17-Aug-11 20:30
Naunt17-Aug-11 20:30 
AnswerRe: Disable DropDownList at ClientSide Pin
Anurag Gandhi17-Aug-11 21:06
professionalAnurag Gandhi17-Aug-11 21:06 
GeneralRe: Disable DropDownList at ClientSide Pin
Naunt17-Aug-11 21:37
Naunt17-Aug-11 21:37 
AnswerRe: Disable DropDownList at ClientSide Pin
Arun Jacob18-Aug-11 2:30
Arun Jacob18-Aug-11 2:30 
GeneralRe: Disable DropDownList at ClientSide Pin
Naunt18-Aug-11 15:36
Naunt18-Aug-11 15:36 
AnswerRe: Disable DropDownList at ClientSide Pin
Arun Jacob18-Aug-11 19:57
Arun Jacob18-Aug-11 19:57 
GeneralRe: Disable DropDownList at ClientSide Pin
Naunt18-Aug-11 22:37
Naunt18-Aug-11 22:37 
AnswerRe: Disable DropDownList at ClientSide Pin
Arun Jacob19-Aug-11 1:50
Arun Jacob19-Aug-11 1:50 
AnswerRe: Disable DropDownList at ClientSide Pin
Raman Ghantiyala30-Aug-11 20:12
Raman Ghantiyala30-Aug-11 20:12 
Questionpreview before upload image Pin
apadana_198917-Aug-11 15:12
apadana_198917-Aug-11 15:12 
GeneralRe: preview before upload image Pin
Michael.Jiangdahua17-Aug-11 15:40
Michael.Jiangdahua17-Aug-11 15:40 
GeneralRe: preview before upload image Pin
Shameel18-Aug-11 22:32
professionalShameel18-Aug-11 22:32 
QuestionBest and Modern Way to Show Data from 6 Different Schemas in the Same Grid or Control Pin
GChuck17-Aug-11 6:43
GChuck17-Aug-11 6:43 
Hi All,

I'm about to start a new project that will query a database and return 6 possible combinations of result schemas and I'm trying to think of the best way to query and display the data on a single page. To clarify, there are tables in SQL that fit into one of six different schemas because we are working with six different systems that enter data into the database.

In a previous project, we were working with about 50 tables, all with the same schema. We were able to have standard queries, views and business objects. It was easy to use an objectdatasource and populate a gridview.

On this project, we want to display the data in a grid or other data control, and we only want to show the data from one table at a time. However, we aren't sure of the best approach for bringing that data into a single grid because the fields aren't consistent. Would it be a bad idea to construct a class with every possible property, use an objectdatasource and then hide and display fields in the grid? Maybe that's too outdated and there's a more modern way to handle the problem? One the other hand, I'm trying to avoid handling each schema separately. Does anybody have any suggestions of a better way? Any guidance is greatly appreciated.

Thanks,
Chuck
AnswerRe: Best and Modern Way to Show Data from 6 Different Schemas in the Same Grid or Control Pin
Not Active17-Aug-11 7:45
mentorNot Active17-Aug-11 7:45 
GeneralRe: Best and Modern Way to Show Data from 6 Different Schemas in the Same Grid or Control Pin
GChuck17-Aug-11 10:27
GChuck17-Aug-11 10:27 
GeneralRe: Best and Modern Way to Show Data from 6 Different Schemas in the Same Grid or Control Pin
Not Active17-Aug-11 11:09
mentorNot Active17-Aug-11 11:09 
GeneralRe: Best and Modern Way to Show Data from 6 Different Schemas in the Same Grid or Control Pin
GChuck17-Aug-11 16:11
GChuck17-Aug-11 16:11 
QuestionApp_GlobalResources.resources.dll Pin
Satish_S17-Aug-11 0:06
Satish_S17-Aug-11 0:06 

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.