User Profile

Collapse

Profile Sidebar

Collapse
kunalp2
kunalp2
Last Activity: Jan 18 '07, 09:38 AM
Joined: Nov 1 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kunalp2
    replied to Message box's font
    in .NET
    Hey Napolian,
    I fear but there is no way that you can change the font of the message box. I have searched a lot on this on search engines. Finally as an option i switced to a windows form with the label control and manipulated it as message box.
    Hope this would help.

    Thanks,
    Kunal
    See more | Go to post

    Leave a comment:


  • kunalp2
    replied to lock keys
    in .NET
    HI Priya,
    you can do this by following way.

    1. Find out the ASCII code for each of the keys you want to lock
    2. In the key press event check if the ASCII code matches then write code
    e.handled = true (or false i dont rem exactly try one of this).
    3. Please note that Key press event does not get fired in case of certain keys like delete, insert, etc.. So for these keys use key down events.
    ...
    See more | Go to post

    Leave a comment:


  • kunalp2
    replied to need help asap
    in .NET
    Try using this command...

    DBCC CHECKIDENT (<Your Table Name>, RESEED, 0)

    Thanks and regards,
    Kunal
    See more | Go to post

    Leave a comment:


  • Hi Kuldeep,
    To the Web page visitor, a HyperLink control and a LinkButton control look identical. However, there is a significant difference in functionality.

    The HyperLink control immediately navigates to the target URL when the user clicks on the control. The form is not posted to the server.

    The LinkButton control first posts the form to the server, then navigates to the URL. If you need to do any server-side...
    See more | Go to post

    Leave a comment:


  • kunalp2
    replied to Which is Better DATASET OR DATAREADER
    in .NET
    Hi after going through your problem i realized you are looking for efficiency. In that case Data reader would be more helpful to you, if you dont intend to perform any transaction on the retrived data. Else you are not left with option but to use the Dataset. In case you decide to use Dataset then the following link might be helpful to you.

    http://blogs.wdevs.com/Sukumar/archive/2005/05/10/3333.aspx

    Thanks,
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...