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

Sherin Iranimose

@Sherin Iranimose
About
Posts
374
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Which Server handles Request
    S Sherin Iranimose

    Yeap, but that doesnt mean, it is not possible.

    ASP.NET question apache database sysadmin windows-admin

  • Modalpopup extnder in an ifarme
    S Sherin Iranimose

    Abhishek Sur wrote:

    if you load the same inside a div

    How do I load a aspx page inside a div(without iframe)? or is there any other alternatives for iframe.

    ASP.NET help question

  • Which Server handles Request
    S Sherin Iranimose

    So cant we use it with asp.net?

    ASP.NET question apache database sysadmin windows-admin

  • Grid view?
    S Sherin Iranimose

    You can do it with gridiew but better use a datalist[^] in this case.

    ASP.NET css database question

  • Which Server handles Request
    S Sherin Iranimose

    appache+asp.net[^]

    ASP.NET question apache database sysadmin windows-admin

  • Which Server handles Request
    S Sherin Iranimose

    Can't we use the Mod_AspDotNet module in appache? appche+asp.net[^] The team is retired but the old Mod_AspDotNet is available at Mod_AspDotNet[^]

    ASP.NET question apache database sysadmin windows-admin

  • Run command?
    S Sherin Iranimose

    devenv

    ASP.NET csharp visual-studio question

  • Modalpopup extnder in an ifarme
    S Sherin Iranimose

    Hi All, I've a page as shown below ------------------------------ -------HEADER ------------------------------ ---MENU---IFRAME When I click on menu the iframe part loads with new page in the iframe. Now the problem is, there is one Ajax Modalpopup extender in the iframe page. when I show the modalpopup It shows only within the Iframe. How can I bring the modalpopup window out side the iframe(I want to cover the modalpopup in the entire window.). I'm stuck with this in last 3 days... Thanks in advance...

    ASP.NET help question

  • Not considering "If condition in inside the foreach statement" [modified]
    S Sherin Iranimose

    New one wrote:

    DS.Tables[DS.Tables.Count - 1].Rows

    If there is only one Table in the DS always, Why cant you use a DataTable.

    New one wrote:

    drc.Table.Rows[k][1].ToString()

    Set a break point a check what value is there in the above code.

    ASP.NET

  • Multi Column in a DropDown
    S Sherin Iranimose

    Yes you are right... And There are 100s ways doing this. Did you check the answer,That I've given? :)

    ASP.NET csharp asp-net

  • how to use fileupload control in usercontrol and save the file or image in a folder
    S Sherin Iranimose

    How you are accessing the control in other pages. Or what problem you are getting? Did you try by creating a public property in the control, That return required information of the fileupload control?

    ASP.NET tutorial

  • Multi Column in a DropDown
    S Sherin Iranimose

    Multi column in asp.net Dropdown[^]

    ASP.NET csharp asp-net

  • Creating a gridview programatically in asp.net 2.0
    S Sherin Iranimose

    Have a Look here[^]

    ASP.NET csharp asp-net

  • From datatable binding the mail body in runtime
    S Sherin Iranimose

    New one wrote:

    for (int j = DS.Tables.Count - 1; j < DS.Tables.Count; j++)

    what you are trying to do with the loop? That loop always iterates one time.

    ASP.NET wpf wcf

  • IIS 6.0 Virtual Directory
    S Sherin Iranimose

    create a virtual directory admin pointing to your admin folder in the main directory. Set the default(say default.aspx) page for newly created folder.

    ASP.NET question com windows-admin

  • How can i check textbox null in grid view using javascript
    S Sherin Iranimose

    ROTFL I cannot stop it...

    ASP.NET help javascript css database tools

  • How to update dropdownlist.selectedvalue into database?
    S Sherin Iranimose

    Stop changing your question in each second. Search insert update delete using gridview[^] in google That will be better.

    ASP.NET tutorial database help question announcement

  • How to update dropdownlist.selectedvalue into database?
    S Sherin Iranimose

    There are lots of ways to update database from gridview. How you are doing it? What difficulty you are facing?

    ASP.NET tutorial database help question announcement

  • Radcombo Client ID
    S Sherin Iranimose

    samerh wrote:

    var Name=document.getElementById('<%=RadAutoComplete.ClientID %>');

    samerh wrote:

    alert(name.Value);

    Name or name? :doh:

    EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE. How to post a question

    ASP.NET javascript help csharp winforms sysadmin

  • google translator
    S Sherin Iranimose

    Think about the following scenario... While loading the page 'LighterBrand.aspx' you are calling the function convertnew('en|es'); Using following code <script language='javascript'>convertnew('en|es');</script> And in the function 'convertnew' 49th line in the JS function indexof_p = pattern.indexOf('|'); So value of 'indexof_p' will be greater than 0. So if (indexof_p == -1) will return a false and the control go to else part. else { var psplit = pattern.split('|'); new_pattern = psplit[0]+'|'+psplit[1]; if (psplit[1] == 'en') { isen = 1; } Here if (psplit[1] == 'en') is false because our pattern is 'en|es' So that the variable 'isen' remains blank. And in the following if condition if (isen == 1) { thisurl = new_location; } else { thisurl = 'http://translate.google.com/translate_c?langpair=' + new_pattern + "&u=" + new_location; } if (isen == 1) is false because 'isen' not set to 1. So else part will work. thisurl = 'http://translate.google.com/translate\_c?langpair=' + new_pattern + "&u=" + new_location; Then 'open_in_same_window' is 0. So that So control goes to following 'if' if (CanAnimate ){ msgWindow=window.open('' ,'_self','toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,menubar=yes,resizable=yes,left=0,top=0'); msgWindow.focus(); msgWindow.location.href = thisurl; } else { msgWindow=window.open(thisurl,'_self','toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,menubar=yes,resizable=yes,left=0,top=0'); } Here In both case msgWindow.location.href = thisurl; OR msgWindow=window.open(thisurl,'_self','toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,menubar=yes,resizable=yes,left=0,top=0'); causes to open the page 'LighterBrand.aspx' This causes to a call to the function 'convertnew('en|es');' So that again the procedure that I explained will happen, Like a recursion Hope this will help you.

    EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE. How to post a question

    ASP.NET help csharp html asp-net com
  • Login

  • Don't have an account? Register

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