Thank you very much for your reply.
Regards,
Manjit
User Profile
Collapse
-
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";
-
Thanks for the reply.I will use the code to fix the issue.
Regards...
Manjit SarmaLeave a comment:
-
-
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 -
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 -
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 -
The problem is solved.We installed crystal setup for the crystal reports in server.
Anyways thanx for the support of all of you.
Regards
ManjitLeave a comment:
-
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... -
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... -
Visual Studio 2005.NET Command Prompt
How to get Visual Studio 2005.NET 'command prompt' with DOS ?
Regards...
Manjit Sarma -
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 -
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 -
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.
....where 'TheEnvelop' is the structure.Code:public Default.TheEnvelope CurrentEnvelope
But it is showing error.Please tell me the solution.
Regards.... -
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); -
-
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 -
Thank you very much for clearing my doubt.I will work on 'Overloading' examples now.
Regards...
Manjit SarmaLeave a comment:
-
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 SarmaLeave a comment:
-
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...
No activity results to display
Show More
Leave a comment: