Click here to Skip to main content
15,922,533 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionViewstate Serialization Issue [modified] Pin
shecool26-Aug-08 17:50
shecool26-Aug-08 17:50 
AnswerRe: Viewstate Serialization Issue Pin
Gayani Devapriya26-Aug-08 22:59
Gayani Devapriya26-Aug-08 22:59 
GeneralRe: Viewstate Serialization Issue Pin
shecool27-Aug-08 1:38
shecool27-Aug-08 1:38 
QuestionVS2008 test web reports I'm Unathorized and is stopping me from critical testing!!! HELP! Pin
LongRange.Shooter26-Aug-08 9:57
LongRange.Shooter26-Aug-08 9:57 
QuestionBind property in customcontrol to gridview.selectedvalue Pin
AlexeiXX326-Aug-08 8:40
AlexeiXX326-Aug-08 8:40 
AnswerRe: Bind property in customcontrol to gridview.selectedvalue Pin
Abhishek Sur26-Aug-08 10:35
professionalAbhishek Sur26-Aug-08 10:35 
GeneralRe: Bind property in customcontrol to gridview.selectedvalue Pin
AlexeiXX326-Aug-08 11:51
AlexeiXX326-Aug-08 11:51 
Questionassigning a value to serverside control Pin
dayakar_dn26-Aug-08 8:35
dayakar_dn26-Aug-08 8:35 
AnswerRe: assigning a value to serverside control Pin
SABhatti26-Aug-08 9:43
SABhatti26-Aug-08 9:43 
AnswerRe: assigning a value to serverside control Pin
Abhishek Sur26-Aug-08 10:41
professionalAbhishek Sur26-Aug-08 10:41 
AnswerRe: assigning a value to serverside control Pin
Brij26-Aug-08 17:58
mentorBrij26-Aug-08 17:58 
QuestionIs this even possible: populating a Grid w/Sql and Oracle in same query Pin
Member 389525226-Aug-08 6:03
Member 389525226-Aug-08 6:03 
QuestionRe: Is this even possible: populating a Grid w/Sql and Oracle in same query Pin
led mike26-Aug-08 6:49
led mike26-Aug-08 6:49 
AnswerRe: Is this even possible: populating a Grid w/Sql and Oracle in same query Pin
Member 389525226-Aug-08 7:12
Member 389525226-Aug-08 7:12 
GeneralRe: Is this even possible: populating a Grid w/Sql and Oracle in same query Pin
led mike26-Aug-08 7:17
led mike26-Aug-08 7:17 
AnswerRe: Is this even possible: populating a Grid w/Sql and Oracle in same query Pin
Mark J. Miller26-Aug-08 8:28
Mark J. Miller26-Aug-08 8:28 
You have two options as I see it.

1) Use a DataSet. Create a connection to each Db (oracle and sql server) and use a dataadapter to add the data you need from each database to the same dataset. Then join the DataTable objects by creating a DataRelation object. Then filter the results on one of the tables (Select, Find or use DataView) and then you can use the datarelation to navigate between the tables on a row-by-row basis(OnRowDataBound).

2) From SQL Server create a linked server reference to the Oracle server (there may be a way to to the inverse of this as well, but I've never worked with Oracle so I don't know). See this reference: http://www.sqlmag.com/Article/ArticleID/49687/sql_server_49687.html[^]. Once that's setup, you can query the two databases from a single select statement.


AnswerRe: Is this even possible: populating a Grid w/Sql and Oracle in same query Pin
Abhishek Sur26-Aug-08 10:48
professionalAbhishek Sur26-Aug-08 10:48 
QuestionLoading an ascx control in DotNetNuke Pin
Rocky#26-Aug-08 5:46
Rocky#26-Aug-08 5:46 
QuestionURL rewrite Pin
C. L. Phillip26-Aug-08 4:55
C. L. Phillip26-Aug-08 4:55 
AnswerRe: URL rewrite Pin
Mark J. Miller26-Aug-08 5:38
Mark J. Miller26-Aug-08 5:38 
GeneralRe: URL rewrite [modified] Pin
C. L. Phillip26-Aug-08 7:48
C. L. Phillip26-Aug-08 7:48 
GeneralRe: URL rewrite Pin
Mark J. Miller26-Aug-08 8:18
Mark J. Miller26-Aug-08 8:18 
GeneralRe: URL rewrite Pin
C. L. Phillip26-Aug-08 8:52
C. L. Phillip26-Aug-08 8:52 
QuestionProblem with page post back Pin
Gretna26-Aug-08 4:44
Gretna26-Aug-08 4:44 
AnswerRe: Problem with page post back Pin
Christian Graus26-Aug-08 11:45
protectorChristian Graus26-Aug-08 11:45 

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.