Click here to Skip to main content
15,892,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Showing Error Using Java Script Pin
Perspx6-Feb-09 21:01
Perspx6-Feb-09 21:01 
AnswerRe: Showing Error Using Java Script Pin
Ranjit Viswakumar8-Feb-09 5:48
Ranjit Viswakumar8-Feb-09 5:48 
QuestionLoad Report failed Pin
priyagee6-Feb-09 19:33
priyagee6-Feb-09 19:33 
AnswerRe: Load Report failed Pin
varma suresh6-Feb-09 19:50
varma suresh6-Feb-09 19:50 
GeneralRe: Load Report failed Pin
priyagee7-Feb-09 0:40
priyagee7-Feb-09 0:40 
Questionplz help me, i am new to web designing with asp.net and C# Pin
be_humble6-Feb-09 18:07
be_humble6-Feb-09 18:07 
AnswerRe: plz help me, i am new to web designing with asp.net and C# Pin
Christian Graus6-Feb-09 18:10
protectorChristian Graus6-Feb-09 18:10 
AnswerRe: plz help me, i am new to web designing with asp.net and C# Pin
MacSpudster9-Feb-09 9:27
professionalMacSpudster9-Feb-09 9:27 
well, the previous reply starts ya off . . . a cliff.

So, here's the paraglide kite so you can fly rather than fall.

This solution presented assumes these things:
0) you are after an 'easy' solution; no bells/whistles
1) The shopkeeper has multiple customers open at the same time (e.g. different tabs in IE7 / FireFox and/or different windows are opened when the shopkeeper clicks a customer's line
2) The customerID (custID) is passed as a query string on the customer.aspx page.
3) web user controls on the customer.aspx page need to know which customer is being viewed
- e.g. so the web user control, like Menu.ascx, can do a call to a database with the custID to figure out which menus to display or which prefs to display

==== Here's the solution:

1) On the customer.aspx Load method, get the custID from the query string and store it in a hidden field on customer.aspx
2) Create a method on each web user-control (ascx) that you call when the customer.aspx page loads, and pass in the custID to that web user control
- I have used some solutions which have a hidden field on each web user control to 'store' the custID; thus avoiding session variables or repeated calls on page.IsPostBack to 'reset' the custID on each web user control.

If this doesn't help, then hire a consultant.

ASPX ~ Apple Simply Performs eXcellently

QuestionAsp.net Gridview header [modified] Pin
SreejithKumar M6-Feb-09 18:04
SreejithKumar M6-Feb-09 18:04 
AnswerRe: Asp.net Gridview header Pin
Christian Graus6-Feb-09 18:15
protectorChristian Graus6-Feb-09 18:15 
GeneralRe: Asp.net Gridview header Pin
SreejithKumar M6-Feb-09 18:22
SreejithKumar M6-Feb-09 18:22 
GeneralRe: Asp.net Gridview header Pin
Christian Graus6-Feb-09 18:37
protectorChristian Graus6-Feb-09 18:37 
GeneralRe: Asp.net Gridview header Pin
SreejithKumar M6-Feb-09 18:51
SreejithKumar M6-Feb-09 18:51 
GeneralRe: Asp.net Gridview header Pin
SreejithKumar M6-Feb-09 19:39
SreejithKumar M6-Feb-09 19:39 
AnswerRe: Asp.net Gridview header Pin
varma suresh6-Feb-09 19:46
varma suresh6-Feb-09 19:46 
Question'Response.Headers' threw an exception of type 'System.PlatformNotSupportedException' Pin
Anita_Kamat_inds6-Feb-09 14:33
Anita_Kamat_inds6-Feb-09 14:33 
AnswerRe: 'Response.Headers' threw an exception of type 'System.PlatformNotSupportedException' Pin
Christian Graus6-Feb-09 15:34
protectorChristian Graus6-Feb-09 15:34 
GeneralRe: 'Response.Headers' threw an exception of type 'System.PlatformNotSupportedException' Pin
Anita_Kamat_inds6-Feb-09 16:45
Anita_Kamat_inds6-Feb-09 16:45 
GeneralRe: 'Response.Headers' threw an exception of type 'System.PlatformNotSupportedException' Pin
Christian Graus6-Feb-09 16:57
protectorChristian Graus6-Feb-09 16:57 
QuestionAJAX Timer not firing Pin
dptalt6-Feb-09 9:07
dptalt6-Feb-09 9:07 
AnswerRe: AJAX Timer not firing Pin
Christian Graus6-Feb-09 9:46
protectorChristian Graus6-Feb-09 9:46 
GeneralRe: AJAX Timer not firing Pin
dptalt6-Feb-09 9:50
dptalt6-Feb-09 9:50 
GeneralRe: AJAX Timer not firing Pin
Christian Graus6-Feb-09 9:52
protectorChristian Graus6-Feb-09 9:52 
GeneralRe: AJAX Timer not firing Pin
dptalt6-Feb-09 9:58
dptalt6-Feb-09 9:58 
GeneralRe: AJAX Timer not firing Pin
Christian Graus6-Feb-09 10:18
protectorChristian Graus6-Feb-09 10:18 

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.