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
A

Arjune

@Arjune
About
Posts
6
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Displays pop-up box with text box
    A Arjune

    Solution1 :- Enable view state of the control,so that the value is retained.The popup containing textbox should in the same page where the label is present.This will help u in retaining the contents. Solution2 :- Store the data in a hidden box and reload the control again with the contents.

    ASP.NET help

  • how to fix textbox size using "%" [modified]
    A Arjune

    Please check whether all other TDs have their width specified.If all TDs have proper width summing up to 100 then this problem will not exist.

    ASP.NET help docker tutorial question

  • Any thing equivalent to "eval" in ASP.NET?
    A Arjune

    eval is the system defined method in Javascript.It will return the object if a string is passed as argument. Eg eval("Textbox1")returns me the control object.Is there any equvalent method in ASP.Net?

    ASP.NET csharp javascript asp-net question

  • Query String. How to create it?
    A Arjune

    Try giving path name like this "../RSS.ashx?Channel=News&Culture=pt-PT". or "//RSS.ashx?Channel=News&Culture=pt-PT". or if possible give the full path.Don't use this symbol "~"

    ASP.NET question database tutorial announcement

  • Bring window to front
    A Arjune

    My Suggestion is better go for AJAX technology instead of posting back your main page.Even if the cotent of the pop window is reloaded it will still remain in the front.There will not be any dependency between Main page and Pop up window.

    ASP.NET help tutorial question

  • Can logon page be skipped if form authentication is used?
    A Arjune

    In ASP.NET if a application is using Form Authentication ,and if the user skips the login page and directly tries to browse the inner page using its link what will happen?Will the authentication be violated by the user?

    ASP.NET csharp asp-net security 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