User Profile

Collapse

Profile Sidebar

Collapse
praveenkhade
praveenkhade
Last Activity: Jul 22 '08, 11:38 AM
Joined: Aug 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • praveenkhade
    replied to asp.net 2.0 class prob
    in .NET
    Ya i can put it in app_code but i want to no how it works in a folder.....
    Do u have any idea???...
    See more | Go to post

    Leave a comment:


  • praveenkhade
    started a topic asp.net 2.0 class prob
    in .NET

    asp.net 2.0 class prob

    Hello Every body,


    I have got a prob as m a fresher……
    I am creating a web project in which I have created a folder named Components , in which I included 4 class files(BookRevie wsCS, BookReviewsItem CS, BookReviewsColl ectionCS, CollectionitemC ompareCS) with Namespace BookRevsCS.

    Now I am not able to access the class names, methods, properties in these files…
    I want to access the methods in the...
    See more | Go to post

  • It is the method which will display the doc list...
    See more | Go to post

    Leave a comment:


  • praveenkhade
    started a topic Problem in displaying
    in .NET

    Problem in displaying

    I Got a prob in repeater . The DoThis method is not firing . wenever i comment QueryString code it works properly. I m not getting it. In Default.aspx, datalist I added OnItemCommand ="DoThis". Check out this code


    Default.aspx.cs
    -----------------------------
    protected void Page_Load( object Sender ,EventArgs e)
    {
    if (Request.QueryS tring["viewList"] != null)
    {
    if...
    See more | Go to post

  • Repeater Control problem - OnItemCommand not firing

    I got a prob I am using a repeater to display the product docs. M using OnItemCommand but its not firing. can u tell me wat might be the prob, I made viewstate as enable.

    Plz help me
    Code:
     
    <asp:DataList ID="dlData" runat="server" DataKeyField="prod_doc_id" EnableViewState=true RepeatColumns=3 RepeatDirection=Horizontal OnItemCommand="DoThis">
    <ItemTemplate>
    <table
    ...
    See more | Go to post
    Last edited by DrBunchman; Jun 4 '08, 09:08 AM. Reason: Added code tags - Please use the # button

  • praveenkhade
    started a topic Login problem
    in .NET

    Login problem

    hi sudhanva
    I got a prob in my project. wen i login to web site, the default.aspx wil be displayed. In this page a Link Button is there(in which confidential documents are there), wen i click this button it should show login page again, so dat authorized person should open it. The username is in session. I redirected it then same cyclic process is going on ( again i login if click link button again login) wat to do??

    protected...
    See more | Go to post

  • praveenkhade
    started a topic How to start ASP.NET,C# project
    in .NET

    How to start ASP.NET,C# project

    M a fresher I want to develop an application, Can anyone suggest how to start, can i get sum good links. HELP me
    See more | Go to post

  • praveenkhade
    started a topic How to use IIS Default web site
    in IIS

    How to use IIS Default web site

    hello every1....
    I want to know that how to run website directly in the internet explorer....
    means normaly we starat VS2005 then our website...
    the using F5 we run it.......
    but I want to know that how to run it directly in internet explorer without starting VS2005...
    pls help me
    And how to use IIS in this case and what is role ,need and iportanse of IIS in it?????????
    pls pls help me.and guide ...
    See more | Go to post

  • praveenkhade
    started a topic IIS web site
    in .NET

    IIS web site

    Hello
    M fresher I wnt to upload a application to my server using IIS5.1. M not getting proper idea how to upload . I tried through Default web site in IIS , but its not working properly. Can i get sum thing clear picture abt this.
    PLZ help me out
    See more | Go to post

  • praveenkhade
    started a topic opening .htm file from grid
    in .NET

    opening .htm file from grid

    Hello
    M working on asp.net2.0, I have file names in grid, wen i wnt to open this file from grid, the file opens but the image does not display properly.
    Why its happening??
    plz help me.
    See more | Go to post

  • The Visual Studio language support for C# has not been installed

    The Visual Studio language support for C# has not been installed. Code editing intellisense will not be available. Markup intellisense for server controls


    I m getting this error, wat might be the prob??
    PLZ help me
    See more | Go to post

  • Files are storing in Temproary internet files Plz help me

    Hello
    Wenever m opeining the files from the grid its storing in Temprory internet files. the name of the file wen displaying from grid is sum wat like dis (Index.pdf shown as Index[1].pdf).

    string sid = gvFiles.Selecte dValue.ToString ();
    SqlDataReader sqlDr1 = ConDB.GetInfo(s id);
    while (sqlDr1.Read())
    {
    try
    {

    ...
    See more | Go to post

  • praveenkhade
    started a topic Saving up of files ASP.NET
    in .NET

    Saving up of files ASP.NET

    Hello
    I am opening a file from a grid,when i want to save this file it is saving in a temporary Internet file i wnt to save it in desktop.
    Wat to do ??


    thanking u
    praveen.k
    See more | Go to post

  • praveenkhade
    started a topic open videos from grid
    in .NET

    open videos from grid

    I have copied the CD in a folder(which contains videos), the videos are in .htm format. how can i open these videos from grids ............... ....

    I gave path name in database .now its not properly opening.


    SAME TIME I HAVE ANOTHER PROBLEM RELATED TO THIS
    ---------------------------------------------------------------------------------------------------------------------
    i copied the CD in a folder...
    See more | Go to post
    Last edited by praveenkhade; Mar 28 '08, 11:15 AM. Reason: CHANGE

  • praveenkhade
    started a topic Problem in grid
    in .NET

    Problem in grid

    I am working on asp.net ,C#. The pdf files in the grid are displaying properly.
    The main prob is that in these pdfs one pdf is the main like an index ,if i open this pdf i can link to rest of other pdfs(No need to open rest of the pdfs one by one).
    The index pdf is opening but its not diverting to that link. (Rest of other pdfs contains individual product information and Index pdf contains list of product .I wnt to click on links...
    See more | Go to post

  • No i cant open it from anywhere . Today i reinstalled Developer edition and now it works...
    See more | Go to post

    Leave a comment:


  • praveenkhade
    started a topic pdfs in grid
    in .NET

    pdfs in grid

    hello
    i got a problem. i copied the CD in a folder and accessing from it in a grid. The main pdf file which a CD has like index.pdf (which has a link to all other pdfs) is not working properly.
    when i open the Index.pdf it opens but the links which it has is not redirecting .
    if i open it individually its opening.
    what to do?? plz help me out............ .
    See more | Go to post

  • praveenkhade
    replied to Name of file should change in datagrid
    in .NET
    No matadata the name of the pdf should change automatically according to the heading inside that pdf....
    See more | Go to post

    Leave a comment:


  • praveenkhade
    started a topic Name of file should change in datagrid
    in .NET

    Name of file should change in datagrid

    i have a grid in which values are coming. but this grid displays name of the book in which pfd files are there. namig of the file is not good so i want to change the name of each pdfs.there r 1000's of pdfs,

    i am using asp.net,C# ssql server 2005. i copied all the pdfs in a folder then from database m calling the url of the book , then it displays all pdf files,

    i want to know is there any way to change the name...
    See more | Go to post
    Last edited by praveenkhade; Mar 26 '08, 11:40 AM. Reason: change of Title

  • mmc cannot open the selected file(SQL SERVER 2005)

    I am trying to open the Enterprise manager(sqlserv er 2005) but following error is showing "mmc cannot open the selected file". yesterday it was working properly but since morning its not properly working. wat might be the problem??
    i am using asp.net2.0, can somebody post answer for this whats the problem?
    See more | Go to post
    Last edited by praveenkhade; Mar 26 '08, 09:02 AM. Reason: To mension properly
No activity results to display
Show More
Working...