User Profile

Collapse

Profile Sidebar

Collapse
manjitsarma
manjitsarma
Last Activity: Nov 10 '08, 06:29 AM
Joined: Jul 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • manjitsarma
    replied to Rounded corner panel
    in .NET
    Thank you very much for your reply.

    Regards,
    Manjit
    See more | Go to post

    Leave a comment:


  • manjitsarma
    started a topic Rounded corner panel
    in .NET

    Rounded corner panel

    Please tell me how to get a panel with rounded corner..

    I am using below code for that,but i am not getting the panel with rounded corners.If the value of Radius is increased only the Width of panel increases.

    Code:
    Panel titlePanel = new Panel();
    
    AjaxControlToolkit.RoundedCornersExtender roundPanel = new AjaxControlToolkit.RoundedCornersExtender();
    roundPanel.ID = "roundPanel";
    ...
    See more | Go to post

  • manjitsarma
    replied to Ie 7 Tabs
    in .NET
    Thanks for the reply.I will use the code to fix the issue.

    Regards...

    Manjit Sarma
    See more | Go to post

    Leave a comment:


  • Thank u all.I am working on it .

    Regards...

    manjit
    See more | Go to post

    Leave a comment:


  • manjitsarma
    started a topic Ie 7 Tabs
    in .NET

    Ie 7 Tabs

    My website requires that users don’t open my website url in multiple tabs. Opening the url in new window is allowed.

    My question is, is there a way in javascript or otherwise to prevent users from opening the same url in multiple tabs?

    Regards...

    Manjit Sarma,Nobel Software Systems Pvt. Ltd.
    Bangalore
    See more | Go to post

  • manjitsarma
    started a topic downloading multiple files from the server
    in .NET

    downloading multiple files from the server

    I want to create a functionality for downloading multiple files from the server. User can check multiple files and then when he selects download button it should download all the selected files automatically.

    Please help me in this regard....

    Thanks

    Manjit
    See more | Go to post

  • manjitsarma
    started a topic Session Bug in Multiple Tab
    in .NET

    Session Bug in Multiple Tab

    When I am trying to open the same ASP.NET application in another tab,the application is not opened and error message gets displayed-' Open a new IE 7 session '

    Please help me in this regard..

    Thanks

    Manjit
    See more | Go to post

  • The problem is solved.We installed crystal setup for the crystal reports in server.
    Anyways thanx for the support of all of you.

    Regards

    Manjit
    See more | Go to post

    Leave a comment:


  • manjitsarma
    started a topic Crytal Report Exception:Load Report failed
    in .NET

    Crytal Report Exception:Load Report failed

    I am getting following Exception in opening crystal report in an ASP.NET application.

    WebReport Control error:System Exception:Load Report failed.


    Once crytal reports are opened one by one,the exception arises within 15-20 mints .From then onwards I am not able to open the reports.If IIS is restarted ,I am able to open the reports.But again the exception arises after 15-20 mints.

    Can anyone plz...
    See more | Go to post

  • manjitsarma
    started a topic Microsoft Web Application Stress Tool
    in .NET

    Microsoft Web Application Stress Tool

    Hi,

    Could anyone help us.........?

    We are facing few issues in Web Application Stress tool .....

    1. Under clients tab , we are not able to connect to the WAS from one system to other, Even though, all the client machines are running the same version of the WAS tool.

    2. Under Users tab , user name and password are not validating and we dont find any options to add virtual user...
    See more | Go to post

  • manjitsarma
    started a topic Visual Studio 2005.NET Command Prompt
    in .NET

    Visual Studio 2005.NET Command Prompt

    How to get Visual Studio 2005.NET 'command prompt' with DOS ?

    Regards...

    Manjit Sarma
    See more | Go to post

  • manjitsarma
    started a topic Losing object value in NUNIT Testing
    in .NET

    Losing object value in NUNIT Testing

    In doing NUNIT Testing(In the RUN event of NUNIT),I am losing the value of the OBJECT whose methods and variables I need to check.The OBJECT is 'MAP' here.What I should do to solve the problem ? should I use Session Variable ?

    Regards....

    Manjit
    See more | Go to post

  • manjitsarma
    started a topic Catching and Returning Session Variable
    in .NET

    Catching and Returning Session Variable

    I have stored a session variable in a void function.But I need to return the variable to use it further.What should I do exactly ? I have created a different function to save the session variable which is not a void function.But I am not able to catch the value there.The session gets lost there.
    Please tell me the solution.

    Thanks and Regards....

    Manjit
    See more | Go to post

  • Accessing Structure from Default.aspx(Microsoft Visual Studio 2005)

    I have created a structure in Default.aspx in .Microsoft Visual Studio 2005.I have tried to access the structure in a class file as mentioned below.

    Code:
    public Default.TheEnvelope CurrentEnvelope
    ....where 'TheEnvelop' is the structure.

    But it is showing error.Please tell me the solution.

    Regards....
    See more | Go to post

  • Display Image in Image control(aspx page) from webservice

    I need to display an image in 'Image Control' of aspx page.Now the image is displayed in the aspx page itself.But I need to display it in 'Image Control'.This is a map application and the image is accessed from Webservice.

    The part of code to display the image in aspx page is added here.

    Code:
           Bitmap bmp = new Bitmap(img, 100, 100);
           Graphics g = Graphics.FromImage(bmp);
    ...
    See more | Go to post

  • manjitsarma
    replied to Webservice
    in .NET
    Ok.Thank you.

    Regards...

    Manjit Sarma
    See more | Go to post

    Leave a comment:


  • manjitsarma
    started a topic Webservice
    in .NET

    Webservice

    I have created a 'webservice' for adding two numbers and the client application to consume the webservice.I have kept the webservice under inetpub/wwwroot.But I am not able to give the web referrence of the webservice from the client application.I think the reason is -not being able to publish the webservice.Plea se clear my doubt and suggest how to proceed.

    Thanks and Regards...

    Manjit Sarma
    See more | Go to post

  • manjitsarma
    replied to Overloading in c#
    in .NET
    Thank you very much for clearing my doubt.I will work on 'Overloading' examples now.

    Regards...

    Manjit Sarma
    See more | Go to post

    Leave a comment:


  • manjitsarma
    replied to Overloading in c#
    in .NET
    Ok.In this example I tried to use 'overload' keyword in 'public void area(int l, int b)'.But when I typed it is showing 'overloading' keyword only.Could you tell me where to use 'overload' keyword in this program ?

    Regards...

    Manjit Sarma
    See more | Go to post

    Leave a comment:


  • manjitsarma
    started a topic Overloading in c#
    in .NET

    Overloading in c#

    Can we use overload keyword in overloading operation in C# ?

    In the below example 'overloading is done'.If the same example is used in vb.net,'overloa d' keyword is used.I want to know can we use 'overload' keyword here and does c# use 'overload' keyword ?

    public class class1
    {
    public void area(int l, int b)
    {
    int ar;
    ar = (l...
    See more | Go to post
No activity results to display
Show More
Working...