Click here to Skip to main content
15,911,711 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Create a Google Chrome New Tab-based content page in ASP.NET Pin
xut244714-Nov-12 20:18
xut244714-Nov-12 20:18 
QuestionAsp.net Web Applications Standards Pin
Zeyad Jalil12-Nov-12 20:39
professionalZeyad Jalil12-Nov-12 20:39 
GeneralRe: Asp.net Web Applications Standards Pin
n.podbielski12-Nov-12 22:24
n.podbielski12-Nov-12 22:24 
GeneralRe: Asp.net Web Applications Standards Pin
Zeyad Jalil12-Nov-12 22:37
professionalZeyad Jalil12-Nov-12 22:37 
QuestionHow to implement Geo Block Pin
silentspeaker12-Nov-12 19:40
silentspeaker12-Nov-12 19:40 
AnswerRe: How to implement Geo Block Pin
Sandeep Mewara13-Nov-12 21:35
mveSandeep Mewara13-Nov-12 21:35 
Questionconnecting mysql work bench to asp.net Pin
destroyer8912-Nov-12 8:23
destroyer8912-Nov-12 8:23 
AnswerRe: connecting mysql work bench to asp.net Pin
Sandeep Mewara13-Nov-12 21:38
mveSandeep Mewara13-Nov-12 21:38 
QuestionHow to load an entire page in div? Pin
TahreemI11-Nov-12 6:03
TahreemI11-Nov-12 6:03 
AnswerRe: How to load an entire page in div? Pin
babarijaz112-Nov-12 3:23
babarijaz112-Nov-12 3:23 
AnswerRe: How to load an entire page in div? Pin
Sandeep Mewara13-Nov-12 21:43
mveSandeep Mewara13-Nov-12 21:43 
Questionprinting not working in windows 2003 server from windows service Pin
msrmaddula10-Nov-12 23:41
msrmaddula10-Nov-12 23:41 
Questionasp.Net Pin
komara salla10-Nov-12 22:12
komara salla10-Nov-12 22:12 
AnswerRe: asp.Net Pin
Senaid Maksumic11-Nov-12 7:44
Senaid Maksumic11-Nov-12 7:44 
AnswerRe: asp.Net Pin
Sandeep Mewara13-Nov-12 21:45
mveSandeep Mewara13-Nov-12 21:45 
QuestionExecute javascript before page_Load Pin
jojoba201110-Nov-12 19:51
jojoba201110-Nov-12 19:51 
AnswerRe: Execute javascript before page_Load Pin
jkirkerx10-Nov-12 19:55
professionaljkirkerx10-Nov-12 19:55 
QuestionRe: Execute javascript before page_Load Pin
jojoba201110-Nov-12 20:04
jojoba201110-Nov-12 20:04 
AnswerRe: Execute javascript before page_Load Pin
xut244714-Nov-12 20:20
xut244714-Nov-12 20:20 
AnswerRe: Execute javascript before page_Load Pin
jkirkerx10-Nov-12 20:12
professionaljkirkerx10-Nov-12 20:12 
QuestionRe: Execute javascript before page_Load Pin
jojoba201110-Nov-12 20:21
jojoba201110-Nov-12 20:21 
AnswerRe: Execute javascript before page_Load Pin
jkirkerx11-Nov-12 12:08
professionaljkirkerx11-Nov-12 12:08 
QuestionRe: Execute javascript before page_Load Pin
jojoba201111-Nov-12 17:24
jojoba201111-Nov-12 17:24 
AnswerRe: Execute javascript before page_Load Pin
jkirkerx11-Nov-12 18:28
professionaljkirkerx11-Nov-12 18:28 
Well if your starting a new page, or redirecting, send a query string over to the page

details.aspx?q=datastring&output=datasource5

Change the words to what you need,

Then make sure the values exist, check the values against fraud, and load the page.
on Page.Init, select the proper gridview, on page.load, load the right datasource

So you can have like 5 gridviews, 1 in each div tag, and just make the div you need visible.

Ok, 5 datasources, choose the correct datasource based on output=datasource1

now i assumed your doing this in code behind, you need to use code behind to select the data source.

That's how I would do it. If it's a new page, you don't need to use javascript, unless you want it on the same page.

I'm done for tonight
QuestionLogin control doesn authenticate user after closing/changing database Pin
thes@int10-Nov-12 10:02
thes@int10-Nov-12 10:02 

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.