Click here to Skip to main content
16,010,523 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalthanks Pin
Nand Kumar Das1-Aug-07 1:14
Nand Kumar Das1-Aug-07 1:14 
GeneralRe: Communication Between asp.net files Pin
eggie531-Jul-07 18:42
eggie531-Jul-07 18:42 
AnswerRe: Communication Between asp.net files Pin
Christian Graus31-Jul-07 18:49
protectorChristian Graus31-Jul-07 18:49 
GeneralRe: Communication Between asp.net files Pin
eggie531-Jul-07 18:54
eggie531-Jul-07 18:54 
QuestionPaging not using Stored Proc or DataGrid Pin
ASPnoob31-Jul-07 15:29
ASPnoob31-Jul-07 15:29 
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 
Hi,
I have a regular select statement, but it doesn't shows any data, may be I don't see sth, could anybody help me?

Here is the code:

<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:PapersDBConnectionString %>"
SelectCommand = "SELECT name, lastname, organization, addressline1, addressline2, city, state, country, zipcode, phone, newuser, moderator, date FROM Users WHERE (username = @current_user)">
<SelectParameters>
<asp:SessionParameter Name="current_user" SessionField="CURRENT_USER" />
</SelectParameters>
</asp:SqlDataSource>


thanx
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 
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 

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.