User Profile

Collapse

Profile Sidebar

Collapse
mylog
mylog
Last Activity: Jun 4 '09, 04:36 AM
Joined: Sep 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mylog
    replied to Event KeyCode for Alt-F4
    thank u it was a great help
    See more | Go to post

    Leave a comment:


  • mylog
    replied to Event KeyCode for Alt-F4
    First I want to end the session and then delete some files at the server end...
    See more | Go to post

    Leave a comment:


  • mylog
    replied to Event KeyCode for Alt-F4
    Yes I want to disable the alt+F4 function for the web browsers
    Do you have any good working stuffs for this issue??...
    See more | Go to post

    Leave a comment:


  • mylog
    replied to Event KeyCode for Alt-F4
    Where is the article??...
    See more | Go to post

    Leave a comment:


  • mylog
    started a topic how to write to the header of the doc file?
    in .NET

    how to write to the header of the doc file?

    hi,

    Is there any way to write to the header of the existing doc file?
    ie. say when user clicks the download button the file must be downloaded and a specific id should be attached to the header of the document when user views the document using content-disposition method?

    So can this be done?

    Any help is appreciated.

    Thanks in advance.
    See more | Go to post

  • Your's solution could have been correct if there was only one dropdownlist but i generate a dropdownlist at each row of the table so Here's is where I am
    I want to get first get to the particular row and then its cell and then get the selected value at the dropdownlist.
    For that i have the following line of code:
    string str = ((DropDownList) (table.Rows[i].Cells[2].FindControl("d rop" + i))).SelectedIt em.Value;
    ...
    See more | Go to post

    Leave a comment:


  • adding dynamically generated dropdownlist to table and getting its selected value

    Hi

    I am having a problem of getting the value from the dynamically generated table and dropdownlist. What I am facing is, I have created a table in the aspx page and now I need to add values to the the cells of the table respectively which I have done easily but the problem is when I add the dynamically generated dropdownlist to the cell I cannot read the value from the dropdownlist.
    For adding the dropdownlist in the cell I...
    See more | Go to post

  • Thank u very much for your suggestion . It worked perfectly for me.
    See more | Go to post

    Leave a comment:


  • getting the value for the dynamically generated textbox

    Hi all,

    I am having a small problem on getting the values of the dynamically generated textboxes in C# windows application. I have successfully read an xml file and put its key and value fields as Label and TextBox respectively. Now what I need is the user changes the values in one of the textBox and I need to get that value. The problem is I cannot get the values from the textbox i.e. I don't know how to get the particular textbox...
    See more | Go to post

  • mylog
    replied to Display in new Window
    Thank u very much. This worked perfectly.
    See more | Go to post

    Leave a comment:


  • mylog
    started a topic Display in new Window

    Display in new Window

    I have a problem regarding open the enlarged image in a new window. What I am facing problem is I have to open put the image in the div from Javascript which I have done well and now what I need is when the user clicks on the image the image should be displayed in a new window. I have also tried this by using href option but when I put the window.open function into the href I original page gives an error which i do not want, I want the original page...
    See more | Go to post
    Last edited by gits; Mar 11 '08, 02:21 PM. Reason: added code tags

  • mylog
    replied to ASP Table Problem C#
    in .NET
    That may not be possible as I need to generate table depending upon the number of lists in a listbox the user selects and then get the values generated on that table. So any other idea, please
    But thanks for trying.
    See more | Go to post

    Leave a comment:


  • mylog
    replied to ASP Table Problem C#
    in .NET
    Doesn't anyone know what the problem is with this code and why I am failing to get the required output? Please help needed greatly....
    See more | Go to post

    Leave a comment:


  • mylog
    started a topic ASP Table Problem C#
    in .NET

    ASP Table Problem C#

    hi,
    I have a problem regarding the retrieval of data from a table.
    Here's is what I am doing.
    I have a created a table and from added the rows and columns and also data dynamically from the code in one of the function. Now I need to access that table and data on a button click, i.e. when a user clicks button I must be able to get the table information cell-wise. I have written the following code and when the user clicks the...
    See more | Go to post

  • mylog
    replied to Scanner problem
    in .NET
    OK then I have an application in c# to scan the document then I put it in server as a separate application and I have my other website at server then I do I communicate with them together and how do I talk with the server remotely.
    Do you have any source code or links that could solve my problem....
    See more | Go to post

    Leave a comment:


  • mylog
    started a topic Scanner problem
    in .NET

    Scanner problem

    I am building a DMS and I am stuck at a place. I have a scanner at the server side and I need to access it from the client side. I need to scan the documents and then upload it to the server. I have searched for it but I only found out about the scanner at the client side using activex controls. now what i need to know is "Is it what I am asking possible ?" and if yes, does anyone have what it takes to solve my problem. i would be very...
    See more | Go to post

  • mylog
    replied to Session timeout problem c#
    in .NET
    thanks for the reviewing my thread but I have already solved the problem. the problem with it was i was using the Directory.Delet e() command at the logout button which killed all the current sessions. once i found that Directory.Delet e() kills all the current session I was able to solve the problem. thanks anyway.

    now the problem i am facing is that i want to update a doc file that is situated at the server side without having it to...
    See more | Go to post

    Leave a comment:


  • mylog
    started a topic Session timeout problem c#
    in .NET

    Session timeout problem c#

    I have a ASP.NET C# web application and I have used session in it. When one user logs in, the session starts and when logs out the session ends. This is working perfectly fine for a single user. But when two or more users logs in, and one of the users logs out, the session ends for all the users which I do no want. What I need is when a particular user logs out the session must end for that user only no all the users. Is there a solution to this...
    See more | Go to post

  • mylog
    started a topic C# ;Error when displaying flow graph
    in .NET

    C# ;Error when displaying flow graph

    I have downloaded a GLEE(Graph Layout Execution Engine) and written the following code to display a windows form from a web page but i am encountering with a small problem on displaying the graph into the display and I am getting the following error when I run the web page.Can anybody solve this problem. I would be very grateful. Thanks

    Error:
    System.InvalidO perationExcepti on: Showing a modal dialog box or form when the application...
    See more | Go to post

  • mylog
    started a topic C# application/octet-stream event
    in .NET

    C# application/octet-stream event

    Hi,

    I am facing a problem regarding the application/octet-stream.I have written a code that downloads a file stored in the App_Data folder to C:/files/ folder and now what problem I am facing is that when I download the file and open it, it opens from the temporary files folder rather I need it from where I have downloaded the file so that when I click the save button of the opened file it will be saved in the current location. Here's...
    See more | Go to post
No activity results to display
Show More
Working...