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
B

blue_arc

@blue_arc
About
Posts
55
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • why my javascript attribut dosent work in usercontrol ????
    B blue_arc

    go to view source, and check whether the, 'txtSecActionTypeTitle' is same or it is comming with some prefixfollowed with and underscore. eg: 'ctl00_txtSecActionTypeTitle'

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET question javascript help

  • HashTable...,
    B blue_arc

    Hi, Logically no. but if you want to use it in this way then just write small wrap around method to do this. cheers

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET tutorial database data-structures cryptography

  • I need help! please
    B blue_arc

    what exactly you want to do... As i belive you are trying to read a file from your virtual dir. Provide correct relative path. because system is trying to pull the file from Desktop. I think there is no such file on the desktop.

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET help csharp sysadmin data-structures testing

  • Changing Position of Textbox
    B blue_arc

    var t=0; function controlMover(obj) { ; obj=(typeof obj=="object")?obj:document.getElementById(obj); var _top=parseInt(obj.style.top)+1; var _left=parseInt(obj.style.left)+1; obj.style.top=_top+"px"; obj.style.left=_left+"px"; if(_left==500) { clearTimeout(t); } else { t= setTimeout("controlMover('"+obj.id+"')",10); } } CHECK THIS OUT :)

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET javascript help question

  • Web Service functions parameters
    B blue_arc

    same problem here while calling asp.net web service in PHP any help :(

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    C# wcf

  • .aspx.cs+javascript [modified]
    B blue_arc

    Yes you can use RegisterClientScriptBlock... but if you put some dynamic values in javascript you can use this one also..very easy and stright forward. string str="Some Dynamic String"; Response.Write(" var ServerStr="+str+" "); cheers :):-D

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    Cell: +91-9999611388

    C# question javascript help

  • Help for Window Service.
    B blue_arc

    Hello friends , I have a problem with window services, actually i am new to it. and i have to complete few things. i want my service get started as soon as system boots up. but i want it to perform any task only when any particular system event occurs.. so my question is How can i do this? Can i add another event with apart from OnStart and OnStop and if yes then how can i check the any perticular system event has occured.. Thanks in adv ;)

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    C# question help

  • http to https
    B blue_arc

    Ok sorry its my mistake... i think i did'nt understood it.. it you want to change your HTTP pages (i.e.) in Secure then u have to use SSl .. you got to register your IIS with SSL....

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET tutorial

  • http to https
    B blue_arc

    if u are trying to redirecting page from Code behind then use Response.Redirect("HTTPS://YOU-PAGE-NAME"); rather being Response.Redirect("YOU-PAGE-NAME"); if this helps u then ok or explain ur senario

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET tutorial

  • Cross Script Attacks
    B blue_arc

    If it is written in document that use Datareader then You have to search lil more... or else just don;t use Datareader.... because u can then also work fine...

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET database tools help question

  • How to deploy web application made in visual studio2005
    B blue_arc

    I suppose first of all u have to publish ur website. by right clicking the project on solution bar. It will convert ur code in to dlls,and create a secure virtual dictory, then u can use any method to deploy it in the web... and ofcourse that server should have the 2.0 framework. Enjoy

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET csharp tutorial asp-net help

  • Timer class for Javascript
    B blue_arc

    hey thomas ,, thanks buddy... nothing new in that.. but the way it has been done it very good.. keep helping others

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    Web Development javascript php com algorithms question

  • connectiong multiple database
    B blue_arc

    I dont know about any article about this... but i think i it is simple to do... all u have to know that whick kind of data base u want to access.. if sqlserver.. then call provider sqlclient if not then use odbc thic can connect almost every data base.. it will took little time but it will be good for learning then u an put that article on the web for others cheers :)

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET database mysql sql-server oracle com

  • Asp.net And Flash
    B blue_arc

    this is very tricky one. i think... if u simply response out our image to client, then u will not be able it save it on client side by right clicking.. it.. i dont know the exact ans.. but in flash u always put request to server and for data and server returns in form of its response.. if find a way when u an read binary format then it will e easy to get data image data from database/....

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET csharp asp-net database adobe sysadmin

  • event handlers that loads before page_load
    B blue_arc

    you can do with it using preload... but i think u should first look at ur web.cofig.. global.asax some time they create problem... and it will vbe very helpfull for u if u put that error on the forum...

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET help question

  • communicat fingerprint scanner with website
    B blue_arc

    to this u need a fingerprint scanner..(hope u have ) then u have to read its apis from where u will extract the data... and save it into database.. normally these days these hardware companies gives this facilities...

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    ASP.NET csharp asp-net hardware regex tutorial

  • Definition error
    B blue_arc

    first of all tell me what is this... describe ur problem to get right answers, and quick help...

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    Web Development help html

  • CSS tables Vs. HTML tables
    B blue_arc

    without reading furthur i will like to say... u have to mess ur head when u have to display ur page using CSS in multi browser... u will be deadlike... belive me.. it is very good , but as a implementation is concerned, always simpler path.

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    Web Development csharp html css asp-net visual-studio

  • Javascript Image Scroller
    B blue_arc

    u can also use marquee tag to move around Hello, World < / marquee > try this...

    Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    Web Development help javascript com question

  • Using Java Script as a security model to protect hidden fields
    B blue_arc

    i am agree with Brad. You cant secure ur data by using javascript... for example... open any of ur page which is having hidden fields ooand text fields and then copy this code and paste it on to address and press enter. javascript:var x=document.getElementsByTagName("input");alert(x.length); for(var i=0;iRavi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in

    Web Development java security tools 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