CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: binilprasad

Search: Search took 0.01 seconds.

  1. Re: Convert PDF files to 3D publications to post in internet + Suggestions Needed

    I found a .Net dll named SWFDotnet using which we can generate flash files on the fly. I have not tried it yet. I hope I can do something with that.
  2. Need idea regarding some Sql Server manipulations

    Hi

    I am more into web development than to database side. Recently I recieved a web project related to report generations. By going through the tables in DB which I need to use, I felt that those...
  3. Re: Convert PDF files to 3D publications to post in internet + Suggestions Needed

    I think I can achieve this by using Adobe Flex. I do not know exactly. I need to check it out.
  4. Convert PDF files to 3D publications to post in internet + Suggestions Needed

    Hi

    I got a requirement for a developing a software which can convert pdf files into 3D publications with page flipping and similar animations. I have only experience with .Net till now. So I dont...
  5. Replies
    6
    Views
    8,499

    Re: Ajax back button problem

    Sorry to reply too late..

    Ya am using one form per page.
  6. Replies
    6
    Views
    8,499

    Re: Ajax back button problem

    yes the onload event is fired.I need to call the binding functions again to show the previous data in dropdown.

    But i stored all html containing the dropdowns in an hidden field and i am showing...
  7. Replies
    6
    Views
    8,499

    Re: Ajax back button problem

    hi

    Ya back button is browser's own thing.we cannot access that.I know that.
    I found something in net.This article uses javascript to override the back button problem.I couldnt understand this...
  8. Replies
    6
    Views
    8,499

    Ajax back button problem

    Hi friends
    Am working on an ASP.NET project that uses ajax for filling the dropdown lists.Its a search page and user have to select some search criteria.Dropdowns are filled with data using...
  9. Replies
    0
    Views
    766

    Identifying Classes

    Hi all
    I am a beginner in programming.I like to know how to identify and design classes for my project.

    Can anybody help me with some ideas since i have no industry exposure.
  10. Replies
    1
    Views
    552

    Re: Popup Employees list

    Hi

    What do you want actually.U need to display the employee names in dropdown?? or in a separate popup window.
  11. Replies
    0
    Views
    429

    Trouble with datagrid

    Hi frnds

    I am using a datagrid to display some information in my asp.net project.
    In that i have used one hyperlink column and remaining are template columns.

    The problem is that my grid's...
  12. Thread: Ajax Help

    by binilprasad
    Replies
    4
    Views
    995

    Re: Ajax Help

    Thanks for giving attention.
    What i meant is that instead of using another aspx page for processing the client requests can i use the code behind (.aspx.cs) page of the client.

    Now am using...
  13. Thread: Ajax Help

    by binilprasad
    Replies
    4
    Views
    995

    Ajax Help

    I am using asp.net 2003 and am using ajax in my application.currently
    what am doing is that in my project i have another aspx page named ajaxEngine where all the server processes are done.After that...
  14. Replies
    1
    Views
    779

    displaying data in a control

    Hi

    In my ASP.NET project i need to display data in a grid in particular way.i.e
    in this format:

    Item1 Item2 Item3

    Item4 Item5 Item6
  15. Replies
    1
    Views
    535

    help in listing folders

    hi
    In my project i need to display the drives and folders similar to drive list control in vb.how can i do that in c#.net windows programming

    When i select a folder all the files in that folder...
  16. Replies
    2
    Views
    1,378

    problems with saveFileDialog

    Hi all,

    Have a bit of a strange one here.

    On my form, I'm using a SaveFileDialog box

    private: System::Windows::Forms::SaveFileDialog^ saveFileDialog1;


    on initiate
  17. Re: Dealing with "file cannot be accessed.its already in use" error

    Log4net is a dll file or a component used to create log files in a dot net applications.It can be downloaded.It came from log4j used in java.I think so
  18. Re: Dealing with "file cannot be accessed.its already in use" error

    U didnt get me.I am using log4net to create log files in my application.I can rename or delete the the log files which are not of present date.these log files r created based on date.when i access...
  19. Replies
    2
    Views
    748

    Re: Help me with log files

    Thanks a lot.
  20. Dealing with "file cannot be accessed.its already in use" error

    Hi

    I am working with log4net.Log files will be created each day and name of the file will be the current date.I want to display the contents of the file that i select in another page.

    The...
  21. Replies
    2
    Views
    748

    Help me with log files

    hi friends

    i am using log4net in my project.I have created log files based on the date.the log file name is the current date.i like to get the log files created within two specified dates.

    Am...
Results 1 to 21 of 21





Click Here to Expand Forum to Full Width

Featured