User Profile

Collapse

Profile Sidebar

Collapse
sumitgupta10
sumitgupta10
Last Activity: Jan 1 '08, 09:13 AM
Joined: Dec 7 '07
Location: Chandigarh
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sumitgupta10
    started a topic RSS Feeds
    in .NET

    RSS Feeds

    Hi guys,
    New Year Wishes to all.
    can anyone tell me how to create rss feeds and rss reader in c#.net. and how to display it in the browser.
    Thanx in advance
    See more | Go to post

  • sumitgupta10
    started a topic RSS feeds
    in .NET

    RSS feeds

    Hi guys,
    Merry Christmas to all.
    can anyone tell me how to create rss feeds and rss reader in c#.net. and how to display it in the browser.
    Thanx in advance
    See more | Go to post

  • sumitgupta10
    started a topic DotNetNuke
    in .NET

    DotNetNuke

    Hi,
    I am making a website with DotNetNuke.can anyone help me to tell that how to use APIs with it.
    Thanks in advance
    See more | Go to post

  • sumitgupta10
    started a topic GridView
    in .NET

    GridView

    I have a form in which there is a GridView and a TextBox.For the GridView in the background i have set
    [code=asp]
    <asp:GridView ID="GridView1" runat="server" AutoGenerateCol umns="False">
    <Columns>
    <asp:TemplateFi eld HeaderText="Pag e Title">
    <ItemTemplate >
    <asp:LinkButt on ID="lk" Text='<%#Eval(" page_title")%>' CommandName="se lect"...
    See more | Go to post
    Last edited by Frinavale; Dec 18 '07, 02:24 PM. Reason: Added [code] tags

  • sumitgupta10
    started a topic Gridview
    in .NET

    Gridview

    I have a form of Asp.net in which i have some fields like Name,Location,A ge etc. and a save button on it.Also i have a listbox on the same form.Whenever i enter the values of the fields and click on the save button,the records are stored in the database.but that particular field is not shown in the listbox at that time.when i close my application and again open it,it becomes available in the listbox.I want want that as soon as i click on the save...
    See more | Go to post

  • sumitgupta10
    replied to Stand Alone Applications
    Stand Alone Applications

    Hello Debasis,
    Thanks for answering.Can you please explain in some more detail that why should we prefer ADO and not DAO...
    See more | Go to post

    Leave a comment:


  • sumitgupta10
    started a topic Stand Alone Applications

    Stand Alone Applications

    What should we prefer when writing stand alone Access Applications? DAO or ADO? Why? Thanks in advance...
    See more | Go to post

  • sumitgupta10
    replied to sessions
    in .NET
    sessions

    Hi,
    I am facing problem with sessions.I have made a Web application in C#.net.On the login page i have set
    session("uname" )=textbox1.text
    session("upass" )=textbox2.text
    where uname is the username and upass is the password.after logging in the user goes to the page (user.aspx).on the logout button of this page i have set,
    session("uname" )=""
    ...
    See more | Go to post

    Leave a comment:


  • sumitgupta10
    replied to sessions
    in .NET
    Hi,Thanks for the reply.But this is still not working.and i m getting the same result again....
    See more | Go to post

    Leave a comment:


  • sumitgupta10
    replied to Need Help with DateTime in C#
    in .NET
    Hi,
    To get just todays date,try this one,
    DateTime.Now.To ShortDateString ()
    See more | Go to post

    Leave a comment:


  • sumitgupta10
    started a topic sessions
    in .NET

    sessions

    Hi,
    I am facing problem with sessions.I have made a Web application in C#.net.On the login page i have set
    session("uname" )=textbox1.text
    session("upass" )=textbox2.text
    where uname is the username and upass is the password.after logging in the user goes to the page (user.aspx).on the logout button of this page i have set,
    session("uname" )=""...
    See more | Go to post
No activity results to display
Show More
Working...