Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

cooljeba1

@cooljeba1
About
Posts
9
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Javascript Intellisense not working
    C cooljeba1

    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 :)

    ASP.NET csharp visual-studio javascript asp-net tools

  • Javascript Intellisense not working
    C cooljeba1

    Hi, thanks for the google link but I couldn't find anything useful there ? can you point me to more appropriate link or something ?

    ASP.NET csharp visual-studio javascript asp-net tools

  • Javascript Intellisense not working
    C cooljeba1

    I 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

    ASP.NET csharp visual-studio javascript asp-net tools

  • Doubts regarind user management
    C cooljeba1

    thanks.. I will look into it.. any other techniques ?

    ASP.NET question csharp asp-net security

  • Doubts regarind user management
    C cooljeba1

    Hi 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 :)

    ASP.NET question csharp asp-net security

  • What's the meaning of "|" and "@" in C#?
    C cooljeba1

    '|' 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 '\\'

    C# csharp tutorial question workspace

  • Create a trackbar with two thumbs?
    C cooljeba1

    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 :)

    .NET (Core and Framework) tutorial question

  • Create a trackbar with two thumbs?
    C cooljeba1

    Hi, Thanks for your reply.. I was looking for something like this: http://img28.imageshack.us/img28/2306/slider.jpg

    .NET (Core and Framework) tutorial question

  • Create a trackbar with two thumbs?
    C cooljeba1

    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 :)

    .NET (Core and Framework) tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups