Forum: ASP.NET Oct 2nd, 2009 |
| Replies: 2 Views: 668 Hi,
I want to keep track of the number of visitors to my site.
I tried the following code in the Global.asax class,
public static int count = 0;
void Application_Start(object sender,... |
Forum: C# Sep 27th, 2009 |
| Replies: 1 Views: 364 Hi,
I have created a Report using Crystal Report(Visual Studio 2005 and .NET Framework 2.0). In the Report Header section I have added a TextBox control to display header for the report. But when... |
Forum: C# Sep 24th, 2009 |
| Replies: 1 Views: 312 Hi all,
I want to create the report in my application using the reportViewer control.
I have added the ReportViewer control to WindowsForm from the toolbox. From the smart tag I, I selected the... |
Forum: C# Sep 23rd, 2009 |
| Replies: 1 Views: 302 Hi all,
I have created a project using Visual Studio 2008 and .NET Framework 2.0.
Now I want to open it in Visual Studio 2005 (.NET Framework 2.0).
When I try to open the solution in Visual... |
Forum: C# Sep 23rd, 2009 |
| Replies: 3 Views: 643 Hi all,
I am creating an application for Library Management Systems.
I want to disable the close button initially and enable it once the user clicks on the menu item logoff.
Is there any way I... |
Forum: C# Sep 15th, 2009 |
| Replies: 3 Views: 873 Thanks for your prompt reply.
I have a MDI form that will be displayed after the user logs in successfully. and the menu control is used to open the changepassword form. When executing the program... |
Forum: C# Sep 15th, 2009 |
| Replies: 3 Views: 873 Hi all,
I have a login form and ChangePassword form. I want to retrieve the value of username entered in the Login form at the time of logging.
I have created a property named as RetUserName as... |
Forum: ASP.NET Aug 12th, 2009 |
| Replies: 6 Views: 317 Thanks for your reply!
I have already made that change and the application is working but I am having two ad's as per the xml file (for advertisement) and I have mentioned the image url, the... |
Forum: ASP.NET Aug 11th, 2009 |
| Replies: 6 Views: 317 Thanks for your reply.
I am getting the output.
But it is just showing the Main keyword and the Main2 keyword is never shown. Can you please tell me how can i do this? Should I set any property... |
Forum: ASP.NET Aug 11th, 2009 |
| Replies: 6 Views: 317 Hi all
I am very new to ASP.NET and I am still learning the basics and how to use various controls.
I have used the adRotator control and also created the XML File using the coding mentioned... |
Forum: ASP.NET Aug 7th, 2009 |
| Replies: 5 Views: 745 Hi all,
I am beginner learning ASP.NET with C# as the programming language.
Currently I am working with HTTPSERVERUTILITY.
I have created a web form named as Default.aspx and Default2.aspx:... |
Forum: C# Aug 3rd, 2009 |
| Replies: 7 Views: 774 |
Forum: C# Jul 30th, 2009 |
| Replies: 7 Views: 774 Thanks for your reply.
Then should I copy the database separately to another system.
For your information my system i s not connected through network.
Please reply then how should I copy the... |
Forum: C# Jul 29th, 2009 |
| Replies: 2 Views: 400 You should use the Timer control.
Change the properties of the timer as follows
Property Value
Interval 1000
Enabled ... |
Forum: C# Jul 29th, 2009 |
| Replies: 7 Views: 774 Thanks a lot for your reply!
I have to install the application to some other system and there is no SQL SERVER installed in that system. Then how could I add the database in my deployment process... |
Forum: C# Jul 29th, 2009 |
| Replies: 15 Views: 720 Yes Library is just the name of a database.
You can replace library with any of your database name.
It is not a System defined database. |
Forum: C# Jul 29th, 2009 |
| Replies: 15 Views: 720 connectionString="Data Source=.;Initial Catalog=Library;Integrated Security=True"
I think this should help you out. Because . here refers to the current system. |
Forum: C# Jul 29th, 2009 |
| Replies: 15 Views: 720 I think in the connection string if you give like this it will work:
DataSource = .
Since .(DOT) refers to the current system. |
Forum: C# Jul 29th, 2009 |
| Replies: 6 Views: 361 Hi
To create HELP FILe for your project you can use HTML HELP WORKSHOP and include this file to your project by means of HELP NAVIGATOR control in Visual Studio.Net.
Hope my post is helpful to... |
Forum: C# Jul 29th, 2009 |
| Replies: 7 Views: 774 Hi
I have created a project using C# and SQL SERVER 2005.
I want to deploy the project so that I can create .msi file.
Can anyone help me with the steps I should follow to create the setup... |
Forum: C# Jul 25th, 2009 |
| Replies: 4 Views: 325 I want to display a message box when any person clicks on the menu item which is not enabled I have tried the following coding but it is not displaying the message box.
Coding:
private void... |
Forum: MS SQL Jul 19th, 2009 |
| Replies: 4 Views: 2,147 Hi
I have installed Microsoft SQL SERVER 2005.
This consists of the Configuration tools(SQL server configuration manager,SQL Error and usage Reporting, Sql Sever Surface area configuration,... |
Forum: C# Jul 13th, 2009 |
| Replies: 17 Views: 482 Thanks for reply!
Sorry to ask you so many questions |
Forum: C# Jul 13th, 2009 |
| Replies: 17 Views: 482 Can you please tell What is the Use of Using block?
using (ColorDialog cd = new ColorDialog()) |
Forum: C# Jul 13th, 2009 |
| Replies: 17 Views: 482 |
Forum: C# Jul 13th, 2009 |
| Replies: 17 Views: 482 Thanks for your prompt reply!
I am able to open the file now and your code performs the task in the same way as I desired.
Thanks for all your help.
Since I am a beginner I dont understand... |
Forum: C# Jul 13th, 2009 |
| Replies: 17 Views: 482 Thanks for your reply.
When I right click Solution Explorer and select Build I am getting the following error:
Error 1 Unable to create a manifest resource name for "Form1.resx". Could not find... |
Forum: C# Jul 13th, 2009 |
| Replies: 17 Views: 482 Thanks for attaching the file. But I am not able to open the .sln or C# Project file I am getting the error as Forms missing.
Can you just post the relevant coding used to perform this task?
... |
Forum: C# Jul 12th, 2009 |
| Replies: 17 Views: 482 I have added the line in the button1_click() event after assigning the color to the variable bkc. |
Forum: C# Jul 12th, 2009 |
| Replies: 17 Views: 482 Thanks for your reply.
I have done the steps given by you.
When I execute the application, select the color and press OK button I am getting the RunTime Exception:
... |
Forum: C# Jul 12th, 2009 |
| Replies: 17 Views: 482 Hi all,
I am developing a windows application.
I have 3 forms:
I want to change the backcolor of all the 3 forms to the color selected by the user.
I have used the following code I am... |
Forum: C# Jul 10th, 2009 |
| Replies: 4 Views: 307 Thank you very much.
But still even after knowing the Pros and Cons I m not able to decide which should I choose?
Since this is the first Application I am creating I am very much confused..
... |
Forum: C# Jul 10th, 2009 |
| Replies: 4 Views: 307 Thanks for your prompt reply!
Is exporting in Excel and PDF format possible for both cases?
Can I take a print out in both cases? |
Forum: C# Jul 10th, 2009 |
| Replies: 11 Views: 655 Try the following code in the textbox_Keypress Event!
if(((e.KeyChar < '0' || e.KeyChar >'9'))&&(e.KeyChar!='\b'))
{
MessageBox.Show("Please Enter Numbers only");
... |
Forum: C# Jul 10th, 2009 |
| Replies: 4 Views: 307 Hi all
I am creating a windows application.
I am now concentrating on the Reporting Module of my Application.
I have two ideas to do this task.
Either through Crystal Reports or using the... |
Forum: C# Jul 10th, 2009 |
| Replies: 2 Views: 345 Hi all,
I am developing a windows application.
I have 3 forms:
I want to change the backcolor of all the 3 forms to the color selected by the user.
I have written the following code to do... |
Forum: C# Jul 9th, 2009 |
| Replies: 7 Views: 1,245 Hi
I am creating a windows application.
I have a button as backup.
When the user clicks this button,he/she should be able to take backup of the database.
I am a beginner. I dont have any... |
Forum: C# Jul 9th, 2009 |
| Replies: 1 Views: 464 Hi
I want to store value from a row into a variable.
I have used the following coding but it is not working properly.
It is generating the following error:
Index was outside the bounds of... |
Forum: C# Jul 9th, 2009 |
| Replies: 4 Views: 1,480 Thanks a lot for your prompt reply.
Now it is working properly. |
Forum: C# Jul 9th, 2009 |
| Replies: 4 Views: 1,480 Hi
I am developing a windows application.
For your infomation
FRONT END : C# (VISUAL STUDIO 2008)
BACKEND : SQL SERVER 2008
In a single form I have an option for add and remove books.... |