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
N

nitin_vatsus

@nitin_vatsus
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Modalpopup extender in IE
    N nitin_vatsus

    change the property in to model pop up style sheet you got location from this style sheet other wise you can set position for model pop up control by code behind also.

    ASP.NET tutorial

  • Get value from javascript function into Dropdown and Display selected Value
    N nitin_vatsus

    Save the state of drop down list get value from request.form or query string do not fill all entry every time because if you did so every time new values is filled and state can not be maintained you can try one more option before submitting the form save the value into hidden variable by using java script and then get values from request object not from drop down because it lost their value when it fill again

    ASP.NET javascript help

  • Unchecking and disabling checkboxes in asp.net
    N nitin_vatsus

    foreach (control ctrl in page) { if(ctrl is checkbox) { ((checkbox)(ctrl)).enabled = false; ((checkbox)(ctrl)).checked = flase; } }

    ASP.NET csharp asp-net help tutorial question

  • WebClient method and browser giving different response
    N nitin_vatsus

    Give me code by that you are calling web service you are missing something. You can also do remote debugging for your web service by that you found exact problem for remote debugging just attach process by which you are calling your web service if that is different machine then run webserive and put break point into web service when client call web service automatically execution stop on your break point.

    ASP.NET xml json help question announcement

  • Country Drop Down List in Asp.net
    N nitin_vatsus

    You can copy this code from any website for example nokri.com which having all combo of this type but if you need it originally then lot of site provide complete list of same. Code 1. Just fill all the entry into combo and Enable post back. 2. On Change of first combo fill the sate for country according to country name. 3. Then same for city Table CountryName, StateName, CityName

    ASP.NET database help csharp asp-net mysql

  • stop data saved twice when page is refreshed
    N nitin_vatsus

    1. Redirect your page on new location when data is successfully saved when user refresh the page it found new page refreshed which is not contains any sort of data saving code. 2. Clear all the state of controls after data saving and write state check condition before data save but I think first approach is better approach if you found any difficulty then I will send you sample code but remember if user go back to page and repeat same activity then you have to give dynamic image by that you always check random image code before saving same as in yahoo, google.

    ASP.NET 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