Click here to Skip to main content
15,896,118 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPopulating DropDownList from XML? Pin
chand109-Jul-07 1:36
chand109-Jul-07 1:36 
AnswerRe: Populating DropDownList from XML? Pin
valerian.precop9-Jul-07 2:05
valerian.precop9-Jul-07 2:05 
AnswerRe: Populating DropDownList from XML? Pin
Imran Khan Pathan9-Jul-07 2:07
Imran Khan Pathan9-Jul-07 2:07 
QuestionSqlDataSource - use info in cs file?? Pin
munklefish9-Jul-07 1:30
munklefish9-Jul-07 1:30 
AnswerRe: SqlDataSource - use info in cs file?? Pin
Fred_Smith9-Jul-07 1:39
Fred_Smith9-Jul-07 1:39 
GeneralRe: SqlDataSource - use info in cs file?? Pin
munklefish9-Jul-07 2:37
munklefish9-Jul-07 2:37 
GeneralRe: SqlDataSource - use info in cs file?? Pin
Fred_Smith9-Jul-07 3:15
Fred_Smith9-Jul-07 3:15 
GeneralRe: SqlDataSource - use info in cs file?? Pin
munklefish9-Jul-07 3:28
munklefish9-Jul-07 3:28 
Frank!

Perhaps you should read my post then. All i need is help in grabbing the data from the SqlDataSource to the codebehind file so i can work with it. This is far from expecting someone to do it all for me.

For example if my SwlDatasource was providing data as a Reader i would use:

SqlDataReader reader9 = (SqlDataReader)<br />
      SqlDataSource9.Select(DataSourceSelectArguments.Empty);<br />
        <br />
        if(reader9.Read())<br />
        {       <br />
                <br />
            //if(TextBox3.Text == Convert.ToString(reader9["Log_Pass"]))<br />
            //{<br />
                Label1.Text = Convert.ToString(reader9["Log_Pass"]);<br />
           // }<br />
            <br />
        }<br />
        // Close the reader<br />
        reader9.Close();


However i need the data as a DataSet, hence my SqlDataSource is set-up via Vis Studio to provide the data as a DataSet. So all im asking is how i get this from the CS file?

If my question is so annoying for you you should have ignored it. However it would have been much quicker, and easier and less time consuming to have answered me rather than wasting your time complaining!

Plus it would have made me happy, and made your self happy having helped someone! I guess your a typical example of the selfish angst society we are living in today.

Thanks for your time!
GeneralRe: SqlDataSource - use info in cs file?? Pin
Fred_Smith9-Jul-07 5:02
Fred_Smith9-Jul-07 5:02 
GeneralC# 2.0 Book Pin
Kuricheti9-Jul-07 1:18
Kuricheti9-Jul-07 1:18 
GeneralRe: C# 2.0 Book Pin
Parwej Ahamad9-Jul-07 1:32
professionalParwej Ahamad9-Jul-07 1:32 
GeneralRe: C# 2.0 Book Pin
Sathesh Sakthivel9-Jul-07 2:06
Sathesh Sakthivel9-Jul-07 2:06 
GeneralRe: C# 2.0 Book Pin
Dave Sexton9-Jul-07 2:35
Dave Sexton9-Jul-07 2:35 
GeneralRe: C# 2.0 Book Pin
Vasudevan Deepak Kumar9-Jul-07 2:54
Vasudevan Deepak Kumar9-Jul-07 2:54 
Questionpopup... Pin
pradeep kumarappagari9-Jul-07 1:15
pradeep kumarappagari9-Jul-07 1:15 
AnswerRe: popup... Pin
Parwej Ahamad9-Jul-07 1:28
professionalParwej Ahamad9-Jul-07 1:28 
GeneralRe: popup... Pin
pradeep kumarappagari9-Jul-07 1:31
pradeep kumarappagari9-Jul-07 1:31 
Questionhow to find lenth of div Pin
Piyush Vardhan Singh9-Jul-07 0:57
Piyush Vardhan Singh9-Jul-07 0:57 
AnswerRe: how to find lenth of div Pin
Christian Graus9-Jul-07 1:01
protectorChristian Graus9-Jul-07 1:01 
AnswerRe: how to find lenth of div Pin
Vasudevan Deepak Kumar9-Jul-07 3:50
Vasudevan Deepak Kumar9-Jul-07 3:50 
QuestionMasterpage and pages between different applications Pin
honeyss9-Jul-07 0:48
honeyss9-Jul-07 0:48 
AnswerRe: Masterpage and pages between different applications Pin
Dave Sexton9-Jul-07 2:37
Dave Sexton9-Jul-07 2:37 
AnswerRe: Masterpage and pages between different applications Pin
Vasudevan Deepak Kumar9-Jul-07 3:52
Vasudevan Deepak Kumar9-Jul-07 3:52 
QuestionRemove Warning of &quot;Digitally Signed message Save&quot; Pin
pjc*9-Jul-07 0:40
pjc*9-Jul-07 0:40 
AnswerRe: Remove Warning of &quot;Digitally Signed message Save&quot; Pin
Vasudevan Deepak Kumar9-Jul-07 3:51
Vasudevan Deepak Kumar9-Jul-07 3: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.