Click here to Skip to main content
15,867,488 members
Home / Discussions / C#
   

C#

 
GeneralRe: modifying start menu Pin
Luc Pattyn22-Jul-08 8:33
sitebuilderLuc Pattyn22-Jul-08 8:33 
GeneralRe: modifying start menu Pin
teejayem22-Jul-08 8:39
teejayem22-Jul-08 8:39 
GeneralRe: modifying start menu Pin
PIEBALDconsult22-Jul-08 9:03
mvePIEBALDconsult22-Jul-08 9:03 
AnswerRe: modifying start menu Pin
Luc Pattyn22-Jul-08 8:38
sitebuilderLuc Pattyn22-Jul-08 8:38 
GeneralRe: modifying start menu Pin
teejayem22-Jul-08 10:08
teejayem22-Jul-08 10:08 
GeneralRe: modifying start menu Pin
Luc Pattyn22-Jul-08 10:22
sitebuilderLuc Pattyn22-Jul-08 10:22 
AnswerRe: modifying start menu Pin
DaveyM6922-Jul-08 8:50
professionalDaveyM6922-Jul-08 8:50 
QuestionDisplay the information in the gridview for current user asp.net C# Pin
Denise_SQL_DBA22-Jul-08 7:33
Denise_SQL_DBA22-Jul-08 7:33 
I need to show the shipping information for each customer. Project summary : Customers are to login in with their customer ID and password. After logged in, I display a gridview with the invoice date, shipped by and tracking number.

The main query is as followed
<asp:accessdatasource id="adfedex" runat="server" datafile="~/App_Data/Tracking.mdb" xmlns:asp="#unknown"><br />
        SelectCommand="SELECT SalesID AS [Sales ID], TrackingNumber AS [Fedex Tracking], InvoiceCreateDate AS [Invoice Date] FROM TrackingData WHERE ShipVia LIKE 'f%'  ORDER BY InvoiceCreateDate DESC";<br />
        </asp:accessdatasource>;

How do I show for the current logged on user only? Keep in mind the username is the same as the customerid.

Thanks for any help
AnswerRe: Display the information in the gridview for current user asp.net C# Pin
half-life22-Jul-08 7:42
half-life22-Jul-08 7:42 
Questionreturns 0 Pin
netJP12L22-Jul-08 7:33
netJP12L22-Jul-08 7:33 
AnswerRe: returns 0 Pin
half-life22-Jul-08 7:44
half-life22-Jul-08 7:44 
Questionmonth calender Pin
Mahdi_kishislan22-Jul-08 7:17
Mahdi_kishislan22-Jul-08 7:17 
AnswerRe: month calender Pin
half-life22-Jul-08 7:36
half-life22-Jul-08 7:36 
QuestionEfficiency of if versus assignment statements Pin
Fudge Mutator22-Jul-08 6:50
Fudge Mutator22-Jul-08 6:50 
AnswerRe: Efficiency of if versus assignment statements Pin
half-life22-Jul-08 7:39
half-life22-Jul-08 7:39 
AnswerRe: Efficiency of if versus assignment statements [modified] Pin
Robert.C.Cartaino22-Jul-08 8:03
Robert.C.Cartaino22-Jul-08 8:03 
GeneralRe: Efficiency of if versus assignment statements Pin
Fudge Mutator22-Jul-08 8:10
Fudge Mutator22-Jul-08 8:10 
GeneralRe: Efficiency of if versus assignment statements Pin
PIEBALDconsult22-Jul-08 8:14
mvePIEBALDconsult22-Jul-08 8:14 
GeneralRe: Efficiency of if versus assignment statements Pin
hammerstein0522-Jul-08 8:11
hammerstein0522-Jul-08 8:11 
AnswerRe: Efficiency of if versus assignment statements Pin
PIEBALDconsult22-Jul-08 8:10
mvePIEBALDconsult22-Jul-08 8:10 
AnswerRe: Efficiency of if versus assignment statements [Modified] Pin
Luc Pattyn22-Jul-08 8:15
sitebuilderLuc Pattyn22-Jul-08 8:15 
QuestionApplication Deployment Pin
BlitzPackage22-Jul-08 6:43
BlitzPackage22-Jul-08 6:43 
AnswerRe: Application Deployment Pin
Garrett Pauls22-Jul-08 7:02
Garrett Pauls22-Jul-08 7:02 
GeneralRe: Application Deployment Pin
BlitzPackage22-Jul-08 8:05
BlitzPackage22-Jul-08 8:05 
GeneralRe: Application Deployment Pin
Garrett Pauls22-Jul-08 8:25
Garrett Pauls22-Jul-08 8:25 

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.