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

Search:

Type: Posts; User: rahulvasanth

Page 1 of 11 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    818

    how to use

    Hello

    In one of my aspx page, The text value of the <asp:label> control has to be set depending on the querystring value. For this, I tried the following code but without luck :(.

    <asp:Label...
  2. mutually exclusive check boxes in data grid

    I have two columns in a data grid which are check boxes. Each check box
    is in an <itemtemplate> in the <templatecolumn> of data grid. I want to make
    these mutually exclusive.

    If anyone has tried...
  3. Replies
    2
    Views
    727

    Decimal calculation issue

    Hi

    In the VB.NET application that I have developed, I noticed a bug in the calculation recently.

    dim dblVal as Double = 0.0
    dblVal = 69.99 + (-49.99)

    The value of dblVal will be...
  4. Replies
    1
    Views
    683

    dynamic values in datagrid header

    Hi

    In my asp.net application, I want to display dynamic values in the datgrid header. i.e, I want to retrieve the values from the DB and display those values as the header for the datagrid.

    Can...
  5. Replies
    1
    Views
    615

    Website Speed

    Hi

    I m not sure if my query belongs to this forum.

    I have developed a web site with ASP.NET and VB.NET.

    The web site speed is fine in the mornings and during the night. But when the...
  6. Replies
    2
    Views
    4,595

    Opening outlook from the application

    HI

    In my application using VB.NET,

    I want to open the default email editor (MSoutlook or outlook express) and the new mail should be filled automatically with the details passed from the...
  7. ArgumentoutofRangeException with DateTimePicker control

    Hi

    I m using DateTimePicker control in my VB.NET application.

    The customformat is set to MM/YY as this control is for credit card expiration date.

    When the user selects 31-Aug-2006 from the...
  8. Replies
    3
    Views
    8,817

    System.DateTime.Now.Ticks

    Hi

    I m new to VB.NET. So this question may sound very amateur.

    I want to know what exactly is - System.DateTime.Now.Ticks

    If I use this to generate a unique ID, is there any chance of...
  9. Re: Alternative for "On Error Resume Next" in VB.NEt

    In VB.NEt

    How can I continue execution even if an exception occurs. (I don't want the exception to be displayed on the screen). The application should continue executing the next line of code.
    ...
  10. Alternative for "On Error Resume Next" in VB.NEt

    Hi

    I was using "On Error Resume Next" in VB to avoid certain errors.

    I want to know the equivalent of "On Error Resume Next" in VB.Net.

    Thanking in advance
  11. Replies
    1
    Views
    1,950

    VB.NET code to keep window on top

    Hi

    I m looking for code in VB.NET through which I can keep my windows always on top.

    similar to setwindowspos in VB

    Thanking in advance
  12. Replies
    0
    Views
    818

    AdRotator problem

    Hi

    I m developing a web site using ASP.NET and VB.NEt as code behind.

    In one of the web pages I m using adrotator component.

    The porblem is, the adrotator component is not displaying a few...
  13. Setting the font for message in MS OUTLOOK

    Hi

    I have written code in VB.NET to create a mail and send it ,

    I want to know if I can set the font of the message body through VB.NET ?

    Thanking in advance
  14. Re: Issues with browsers BACK and FORWARD buttons

    The page_load event is not triggered when I use the browser's BACK and FORWARD button

    I think the browser loads the pages from its memory.
  15. Re: Issues with browsers BACK and FORWARD buttons

    I m clearing all the session variables, but if the user clicks the BACK button provided by the IE on top, to go back to the login screen and again if the user clicks the FORWARD button provided by...
  16. Issues with browsers BACK and FORWARD buttons

    HI

    I have developed a web site. In the web site, the user can see view his details if he has logged in. In case user has not logged in, then the login screen is displayed, where the user logs in ....
  17. Replies
    1
    Views
    484

    Re: Newbie Stored Proc Question

    If you have a OUTPUT paramemter in youe stored procedure, then it will not work with crystal reports.

    This is a known issue with crystal reports.

    If you are using a stored procedure for your...
  18. Replies
    3
    Views
    625

    Re: Printing and Page Breaks...

    In the Report Section Expert,

    Select the Group and check the "New Page After" check box on the roght side.

    This will cause each group to begin from a new page.
  19. Replies
    3
    Views
    972

    Screen location co-ordinates

    HI

    In my application developed with VB.NET,

    I want to save the location of my application screen. So that when I open the application next time, the screen will open in the same location as it...
  20. Replies
    1
    Views
    481

    Web Site problem

    Hi

    I have developed a web site which has already gone live. It worked fine for first few days. But now I m facing a new issue.

    After every 6 - 8 hrs, the web site crashes because it is not...
  21. Replies
    0
    Views
    525

    using felxgrid as heirarchial tree

    Hi

    In my project I want to display the flexigrid as a heirarchial tree. How can make the flexgrid to work like a heirarchial tree.

    Example: when the screen loads, the grid will have rows of...
  22. Replies
    3
    Views
    1,498

    back button in the browser

    In a web browser, If I click the browser's back button at any time, it does not invoke the page_load event for that particular page. Is there any way I can trigger the page_load event of the page...
  23. Replies
    4
    Views
    715

    Re: ASP.NET Problem

    Thanks for all the replies
  24. Replies
    4
    Views
    715

    ASP.NET Problem

    Hi

    I have a usual web page in which user enters the username and password.

    But I don't want to remember the username entered previously (which is shown as drop down).

    I know this is a...
  25. Replies
    1
    Views
    923

    display problem

    Hi

    I m using CR 11.0.

    In my report, I want to display the page header details only on the pages where the group header is displayed.

    I cannot put the page header details also on the group...
Results 1 to 25 of 266
Page 1 of 11 1 2 3 4





Click Here to Expand Forum to Full Width

Featured