Forum: ASP.NET Oct 2nd, 2009 |
| Replies: 2 Views: 720 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: ASP.NET Aug 12th, 2009 |
| Replies: 6 Views: 330 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: 330 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: 330 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: 798 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:... |