User Profile

Collapse

Profile Sidebar

Collapse
shilpareddy2787
shilpareddy2787
Last Activity: Oct 7 '08, 05:57 AM
Joined: Nov 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to get the XML from the SQL Store Procedure

    Hello,

    I am developing an application. In which I have to generate html output using a xml. I am getting the xml from sproc. Now I am not getting how to get that returned xml from store procedure in my c# application. can any one please help me

    Thanks
    See more | Go to post

  • I don't have any Date column.
    I just want to calculate the Total No. Of Working Days in the Given Period
    See more | Go to post

    Leave a comment:


  • Calculate Number of working Days in a Given Period

    Hello,

    I have some total values, I want to calculate percenatge of these Total Values.
    I want to divide the total with No. Of working Days Excluding Saturdays and Sundays in a given period.

    How to calculate the Total Number of working Days in a given period . Let us say If i give the period as 08/01/2008 to 08/15/2008, I want total number of working days as 11.

    Please help me
    See more | Go to post

  • I did the same as you told but no use. again it takes return rows as -1....
    See more | Go to post

    Leave a comment:


  • shilpareddy2787
    replied to Creating a Login Form
    in .NET
    Hello,
    I did the same in webapplication using c# code. You can look at my code to have a idea.If you want VB code I will give.

    object s;
    protected void Button1_Click(o bject sender, EventArgs e)
    {
    string uname; string pword;
    uname = TextBox1.Text;
    pword = TextBox2.Text;

    SqlConnection myConnection = new SqlConnection(" Server=Server2; Database=projec t;Trusted_Conne ction=yes");...
    See more | Go to post

    Leave a comment:


  • shilpareddy2787
    replied to C# code in to VB code
    in .NET
    Thank you for your reply. it is working correctly...
    See more | Go to post

    Leave a comment:


  • shilpareddy2787
    started a topic C# code in to VB code
    in .NET

    C# code in to VB code

    Hello ,

    I am new to asp.net. i have created a login application in c# code.It is working correctly. Now I want to do the same application in vb code. So please suggest me.
    My c# code is

    [CODE=cpp]
    object s;
    protected void Button1_Click(o bject sender, EventArgs e)
    {
    string uname; string pword;
    uname = TextBox1.Text;
    pword = TextBox2.Text;...
    See more | Go to post
    Last edited by Shashi Sadasivan; Nov 29 '07, 06:41 AM. Reason: adding code tags

  • Hello,

    I am getting return rows as -1 when I gave correct user name , password and wrong username and password. I don't know why it is taking as -1. Please help me

    Thank you...
    See more | Go to post

    Leave a comment:


  • Asp .Net : Issue with logging into application

    Hi all,

    I created a sample web application. in this I have sign up and login pages.
    The data I enterd in signup page is stored in db.Now when I enter user name and password these data is checked with the db values. If these username and password values are in db then i redirected to another page . otherwise An error message should be displyed. I written code but it is not working.
    Here is my code.
    [CODE=cpp]protected...
    See more | Go to post
    Last edited by Shashi Sadasivan; Nov 23 '07, 06:12 AM. Reason: adding code tags

  • shilpareddy2787
    replied to Login controls
    in .NET
    Thank you for your help.it is very helpful for me.
    See more | Go to post

    Leave a comment:


  • shilpareddy2787
    started a topic Login controls
    in .NET

    Login controls

    Hi,

    I am new to asp.net. I created an application using login controls.Now I have a problem. In SQLserver I have a database. In that I created a signup table.
    the data which I enter in sign up application which contains username,passwo rd and email are stored in to that table.when user wants to login he enters username and password, Now these username and password values check with all the values in the table. If this username...
    See more | Go to post
No activity results to display
Show More
Working...