Click here to Skip to main content
15,889,808 members
Home / Discussions / Database
   

Database

 
AnswerRe: Select value of DropDawnList Inside GridView Pin
msomar6-May-10 0:25
msomar6-May-10 0:25 
QuestionUpdating related 2 Tables Pin
msomar2-May-10 23:12
msomar2-May-10 23:12 
AnswerRe: Updating related 2 Tables Pin
SeMartens3-May-10 0:07
SeMartens3-May-10 0:07 
QuestionSEARCH QUERY:) Pin
diyaa_082-May-10 21:33
diyaa_082-May-10 21:33 
Question890213 - Installing SQL Server 2008 failover cluster Pin
ilostmyid22-May-10 19:25
professionalilostmyid22-May-10 19:25 
AnswerRe: 890213 - Installing SQL Server 2008 failover cluster Pin
Michel Godfroid2-May-10 20:53
Michel Godfroid2-May-10 20:53 
QuestionUpdate query in sql server 2005 Pin
msomar2-May-10 8:57
msomar2-May-10 8:57 
QuestionHow I can pass session parameters to SqlDataSource Pin
msomar1-May-10 20:45
msomar1-May-10 20:45 
hi..

How I can Pass session parameters to sqlDataSource. I do like this but it is not work:

<asp:SqlDataSource ID="SqlDataSource1" runat="server" 
            ConnectionString="<%$ ConnectionStrings:AdNetConnectionString %>" 
            
            SelectCommand="SELECT CampaignName, AdType AS [Campaign Type], Status, Date AS [Start Date], Clicks, Impr, DailyBudget AS [Daily budget] FROM Account INNER JOIN AdCampaign ON Account.ID = AdCampaign.AccountID WHERE Account.EmailAddress = @EmailAddress  ">
            <SelectParameters>
            <asp:SessionParameter Name="EmailAddress" Type="String"  SessionField="EmailAddress" />
            </SelectParameters>
            </asp:SqlDataSource>



The session name is :session["EmailAddress"]

Please guide me.
AnswerRe: How I can pass session parameters to SqlDataSource Pin
Michel Godfroid1-May-10 22:24
Michel Godfroid1-May-10 22:24 
QuestionSelect error Pin
msomar1-May-10 9:34
msomar1-May-10 9:34 
AnswerRe: Select error Pin
Michel Godfroid1-May-10 22:22
Michel Godfroid1-May-10 22:22 
QuestionNeed help with this query so it returns only a single record per user Pin
Michael J. Eber30-Apr-10 8:39
Michael J. Eber30-Apr-10 8:39 
AnswerRe: Need help with this query so it returns only a single record per user Pin
Jörgen Andersson30-Apr-10 23:47
professionalJörgen Andersson30-Apr-10 23:47 
QuestionHow many concurrent we can have in SQL Server 2005 Express? Pin
divyesh143229-Apr-10 21:26
divyesh143229-Apr-10 21:26 
AnswerRe: How many concurrent we can have in SQL Server 2005 Express? Pin
Michel Godfroid29-Apr-10 23:48
Michel Godfroid29-Apr-10 23:48 
GeneralRe: How many concurrent we can have in SQL Server 2005 Express? Pin
Roger Wright30-Apr-10 7:06
professionalRoger Wright30-Apr-10 7:06 
GeneralRe: How many concurrent we can have in SQL Server 2005 Express? Pin
Michel Godfroid30-Apr-10 7:24
Michel Godfroid30-Apr-10 7:24 
QuestionCyrillic characters · Serbian characters in sql server 2005 Pin
abcurl28-Apr-10 20:38
abcurl28-Apr-10 20:38 
AnswerRe: Cyrillic characters · Serbian characters in sql server 2005 Pin
Bernhard Hiller28-Apr-10 22:32
Bernhard Hiller28-Apr-10 22:32 
GeneralRe: Cyrillic characters · Serbian characters in sql server 2005 Pin
abcurl29-Apr-10 3:32
abcurl29-Apr-10 3:32 
GeneralRe: Cyrillic characters · Serbian characters in sql server 2005 Pin
Bernhard Hiller29-Apr-10 22:54
Bernhard Hiller29-Apr-10 22:54 
QuestionmySQL query question Pin
Jon Braunsma28-Apr-10 10:16
Jon Braunsma28-Apr-10 10:16 
AnswerRe: mySQL query question Pin
Luc Pattyn28-Apr-10 10:59
sitebuilderLuc Pattyn28-Apr-10 10:59 
GeneralRe: mySQL query question Pin
Md. Marufuzzaman28-Apr-10 22:31
professionalMd. Marufuzzaman28-Apr-10 22:31 
GeneralRe: mySQL query question Pin
Luc Pattyn29-Apr-10 0:49
sitebuilderLuc Pattyn29-Apr-10 0:49 

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.