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
S

sabby2006

@sabby2006
About
Posts
70
Topics
39
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Javascript Method call!!
    S sabby2006

    Hi All, I have a scenario. I have two javascript files attached in my aspx page. I have a function which is present in both the files. I want to call the method from first file only. Is there any way of doing this other then changing the order of the attached files

    Regards

    ASP.NET javascript

  • How to pass username of window authentication to web application.
    S sabby2006

    Hi All, I have a web based application with Windows Authentication. I need to pass the user name of windows authenticated user to the web application say keep the username in session. How is this possible any help would be great. Thanks is Advance

    Regards

    Web Development security help tutorial

  • How to pass username of window authentication to web application.
    S sabby2006

    Hi All, I have a web based application with Windows Authentication. I need to pass the user name of windows authenticated user to the web application say keep the username in session. How is this possible any help would be create. Thanks is Advance

    Regards

    Web Development security help tutorial

  • SSL Problem
    S sabby2006

    HI All I am running a website on SSL the Site works fine in my local after implementing the SSL trial certificate. but when it is run on production the the querystrings used are getting encripted. because of which the application is not working properly. Do we have some kind of setting which can decript the querystring before passing it on to the server? Any help will be helpful

    Regards

    ASP.NET help sysadmin security cryptography question

  • cant refer javascript variable in c# method
    S sabby2006

    Hi I have a variable in javascript and in the aspx file i have written the code like this objhidquestions.value= objSelectedQuestion ; var abc='<%=Utility.TripleDesEncrypt("' + objhidquestions.value + '")%>' var url= "../popUp/ViewQuestion.aspx?id=" + abc ; when i get the value of the query string of objhidquestions.value is not there instead in get the name of the object as "objhidquestions.value" Please

    Regards

    ASP.NET csharp javascript database tools question

  • Is there any way i can reset the application level variable without resetting iis server
    S sabby2006

    Thanks for the reply The problem is that i cant make changes to the code as the client has already hosted the application. its thru something like this i have to do it. something like iisreset. but this should be for a particular application.

    Regards

    ASP.NET sysadmin windows-admin help

  • Is there any way i can reset the application level variable without resetting iis server
    S sabby2006

    Hello I have application whose application level variables need to be reset. This can be done by resetting the IIS. But the problem is that the server is having other applications also. this will reset for all the applications I want to know is there any way i can reset for a particular website hosted with IIS.

    Regards

    ASP.NET sysadmin windows-admin help

  • Loosing Focus after post back
    S sabby2006

    Hello I have a dropdown list on which postback is happening. I am filling a dropdown below that. the problem is i am not able to set focus to either of the dropdowns. any suggestion

    Regards

    ASP.NET help

  • Cant Open Resource File in VS2005
    S sabby2006

    Hi All! I have VS2005 installed on my machine, i am unable to open resource file in the editor, When i click on the resource file to open it i get an error. "operation could not be completed, unspecified error". If someone is having some idea about this error?

    Regards

    ASP.NET help question learning

  • Comaprison Validator Not Working
    S sabby2006

    I have to compare two text boxes having numeric value. the problem is that if one of the box is not having any thing and the other is having a value its not comparing the validator is not showing message

    Regards

    ASP.NET help

  • Image refresh Problem
    S sabby2006

    Thanks a lot it did the trick

    Regards

    ASP.NET help database

  • Image refresh Problem
    S sabby2006

    Response.CacheControl = "no-cache";

    Regards

    ASP.NET help database

  • Image refresh Problem
    S sabby2006

    Hello All!! i am saving the logos of the companies in the a directory. the file name of the logo is kept as the id of the company in the db. my problem is that when i change the image(logo) the change is not reflected after the postback. i have to click refresh to see the change. I have clearing the cache at the same time redirecting to the same page also but it of no use. any help

    Regards

    ASP.NET help database

  • DropDown Problem
    S sabby2006

    Hi All I have a dropdownlist for country which is having countries, on the indexchange event of it i am filling states in another dropdownlist. state dropdownlist contains list of states for the country selected above. in the state list there is and item "other" if the user selects "other" the state dropdownlist disappears and a textbox appears. where then user can insert state name of his/her choice. My problem is after the state textbox has appeared if the user wants the list of states which wasin the dropdownlist he/she has to select some other country and then select the same country to get the state list filled in the dropdownlist. In other words he has to change the index of the country to get the list back. i want what he should just click on the country name in the dropdownlist of country and the state dropdownlist should appear with the states. can someone provide me the solution

    Regards

    ASP.NET database help

  • Web service reference problem in Window Service
    S sabby2006

    I have a window service and i have a Web Service reference in it. The web service is on a local machine which is in my network. The app.config file of the window service is containing the key for the web service. When i make setup of the window service the its not dynamically changing the machine name even when i change the key in the config. During the run of the service it says cant find the machine "acb" which is name of the machine which is in my local network from where i was referring the web service. When i try to find out what is wrong i find that in the Project there is a Folder My Project Which is Containing a file Settings.settings Which is containing a key for that web servce. any Idea How That can be made dynamic Regards

    Regards

    Visual Basic sysadmin help question workspace

  • Web service reference problem
    S sabby2006

    I have a window service and i have a Web Service reference in it. The web service is on a local machine which is in my network. The app.config file of the window service is containing the key for the web service. When i make setup of the window service the its not dynamically changing the machine name even when i change the key in the config. During the run of the service it says cant find the machine "acb" which is name of the machine which is in my local network from where i was referring the web service. When i try to find out what is wrong i find that in the Project there is a Folder My Project Which is Containing a file Settings.settings Which is containing a key for that web servce. any Idea How That can be made dynamic

    Regards

    .NET (Core and Framework) sysadmin help question workspace

  • Can't start window service from web application
    S sabby2006

    the user is not administrator but belongs to the administrator group and the user is a domain user

    Regards

    ASP.NET help sysadmin windows-admin

  • Can't start window service from web application
    S sabby2006

    yes its installed,both the things are on the same machine

    Regards

    ASP.NET help sysadmin windows-admin

  • Can't start window service from web application
    S sabby2006

    hi all I have a window service and i am trying to run it from Web application. when i start the Window Service while running the web Application from the development server. It Works fine no issue comes up, But When i host the web application with iis server the following error comes up. Cannot open "windowservicename" service on computer '.'.

    Regards

    ASP.NET help sysadmin windows-admin

  • Could not find the text file in window service
    S sabby2006

    Thanks its resolved

    Regards

    .NET (Core and Framework) help wpf
  • Login

  • Don't have an account? Register

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