User Profile

Collapse

Profile Sidebar

Collapse
mohitpande
mohitpande
Last Activity: Jul 1 '08, 06:00 PM
Joined: Jun 30 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mohitpande
    replied to Datagridview in Visual Studio 2005
    in .NET
    edit item template and edit template for your grid
    See more | Go to post

    Leave a comment:


  • mohitpande
    replied to Hyperlink: Cross Page Posting (C#)
    in .NET
    use query string to send id from one page to other

    eg

    Response.Redire ct("yourpageB.a spx?id=" + id);

    and you can use this id to populate your gridview

    eg

    "Select * table where Id= " + Convert.ToInt32 (Request.QueryS tring[0].ToString());
    you can pass this id to stored procedure also
    more then one id can also be pass in from one page to other...
    See more | Go to post

    Leave a comment:


  • setting for opening excel report in client machine

    i am using windows 2003 server and iis 5.1 for hosting my web application
    and windows xp as client OS

    i ahv excel reports in my web application which are not opening in client machine

    i hav already configured dcom for excel application
    by using Interactive excel reports are opening in server not in client
    i hav also tested launching user and this user property
    but not working
    i...
    See more | Go to post
No activity results to display
Show More
Working...