Click here to Skip to main content
16,013,207 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Paging not using Stored Proc or DataGrid Pin
Edwin Syarief31-Jul-07 16:27
Edwin Syarief31-Jul-07 16:27 
AnswerRe: Paging not using Stored Proc or DataGrid Pin
N a v a n e e t h31-Jul-07 19:09
N a v a n e e t h31-Jul-07 19:09 
QuestionSqlDataSource Select statement Pin
hurrem31-Jul-07 15:05
hurrem31-Jul-07 15:05 
AnswerRe: SqlDataSource Select statement [modified] Pin
Nand Kumar Das1-Aug-07 0:38
Nand Kumar Das1-Aug-07 0:38 
QuestionOracle Transactions with DAAB Pin
kjosh31-Jul-07 11:50
kjosh31-Jul-07 11:50 
AnswerRe: Oracle Transactions with DAAB Pin
Tarakeshwar Reddy31-Jul-07 12:20
professionalTarakeshwar Reddy31-Jul-07 12:20 
QuestionData Reader [modified] Pin
ASPnoob31-Jul-07 11:04
ASPnoob31-Jul-07 11:04 
AnswerRe: Data Reader Pin
Fred_Smith31-Jul-07 12:09
Fred_Smith31-Jul-07 12:09 
A datareader will return a set of rows, the order of which is determined by your sql query. If you are simply reading the first one then that is what will be displayed; otherwise you could loop through them and pick out whichever one you wanted (perhaps determined by an id passed in the querystring, though in that case you'd just return the one row to begin with. Really, for your scenario, you do only want to return the one row you want to display, and ought to try and make sure your datareader does only fetch that one row.)
GeneralRe: Data Reader [modified] Pin
ASPnoob31-Jul-07 12:21
ASPnoob31-Jul-07 12:21 
GeneralRe: Data Reader Pin
Fred_Smith31-Jul-07 13:25
Fred_Smith31-Jul-07 13:25 
QuestionHow to remove a domain cookie ? Pin
Ridge Howison31-Jul-07 10:46
Ridge Howison31-Jul-07 10:46 
AnswerRe: How to remove a domain cookie ? Pin
Fred_Smith31-Jul-07 12:02
Fred_Smith31-Jul-07 12:02 
AnswerRe: How to remove a domain cookie ? Pin
chand1031-Jul-07 19:58
chand1031-Jul-07 19:58 
QuestionManaging Frequently changing content Pin
mrchief_200031-Jul-07 10:21
mrchief_200031-Jul-07 10:21 
Questionplsql decode Pin
Hasan Ali31-Jul-07 9:49
Hasan Ali31-Jul-07 9:49 
AnswerRe: plsql decode Pin
Hasan Ali31-Jul-07 10:23
Hasan Ali31-Jul-07 10:23 
QuestionAvailability Calendar Pin
munklefish31-Jul-07 8:09
munklefish31-Jul-07 8:09 
AnswerRe: Availability Calendar Pin
Tarakeshwar Reddy31-Jul-07 8:26
professionalTarakeshwar Reddy31-Jul-07 8:26 
GeneralRe: Availability Calendar Pin
munklefish31-Jul-07 8:34
munklefish31-Jul-07 8:34 
GeneralRe: Availability Calendar Pin
Tarakeshwar Reddy31-Jul-07 8:51
professionalTarakeshwar Reddy31-Jul-07 8:51 
GeneralRe: Availability Calendar Pin
munklefish31-Jul-07 11:20
munklefish31-Jul-07 11:20 
GeneralRe: Availability Calendar Pin
Tarakeshwar Reddy31-Jul-07 12:15
professionalTarakeshwar Reddy31-Jul-07 12:15 
GeneralRe: Availability Calendar Pin
munklefish1-Aug-07 0:04
munklefish1-Aug-07 0:04 
QuestionProblem with ASP.NET Website URLs (like url redirection or something) Pin
FranciscoR31-Jul-07 7:25
FranciscoR31-Jul-07 7:25 
Questiongetting XY coords of mouse click from a ImageMap Control Pin
Joshua Lunsford31-Jul-07 7:14
Joshua Lunsford31-Jul-07 7:14 

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.