Hi, Thanks Jinal for the reply.. I finally found the solution and solution was pretty weird.. I upgraded to Visual Studio 2008 SP1 and now the intellisense in Visual Studio works. Thanks all for looking :)
cooljeba1
Posts
-
Javascript Intellisense not working -
Javascript Intellisense not workingHi, thanks for the google link but I couldn't find anything useful there ? can you point me to more appropriate link or something ?
-
Javascript Intellisense not workingI searched through the forum but couldn't find anything that solved my problem. I have visual studio 2008 installed with .NET 3.5 SP1. In an asp.net application I am trying to write an Inline Javascript function. document.write('Hello world'); the intellisens under the script tag doesn't seem to work. Like when I type document . nothing comes.. am I missing something or visual studion doesn't support intellisense for JavaScript ? Thanks
-
Doubts regarind user managementthanks.. I will look into it.. any other techniques ?
-
Doubts regarind user managementHi all, I have few doubts running though my mind which I want to clear. Here is my scenario let's say I want to create a website for library management. I need to have registration page where I will allow users to register and login. My doubt is : After login how do I restrict users from accessing only the authorized page ? also I need to make sure that they should not access pages by entering the url directly without authentication ? i don't want to use the login controls provided in asp.net by default. Thanks :)
-
What's the meaning of "|" and "@" in C#?'|' is logical "OR' operator. '@' is used with strings to avoid escape characters. you can use like @"c:\hello.cs" ; instead of adding escape character for '\\'
-
Create a trackbar with two thumbs?yeah... It will be used to scroll through a graph.. the left slider will be set to min and the right slider to the max by default. User can slide either controls so select a range.. in graph.. lets say the min year he sets to 2005 and max year he sets to 2009. so he can generate graph for data inbetween these years :)
-
Create a trackbar with two thumbs?Hi, Thanks for your reply.. I was looking for something like this: http://img28.imageshack.us/img28/2306/slider.jpg
-
Create a trackbar with two thumbs?Hi, I would like to know how to create a custom control in which I have one trackbar but with two thumbs (sliders) one at extreme left and one at extreme right. How tough it will be ? Will I have to write it from scratch or I can modify the existing trackbar to implement this ? Thanks in advance :)