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

bhavna4321

@bhavna4321
About
Posts
40
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • tabindex on buttons of safari browser.
    B bhavna4321

    The buttons are not able to get focus if we set tabindex on safari. While googling i got few settings to be done in Safari browser. But this we can't tell the user to do. So anyone please help me to do it through coding. Thanks

    ASP.NET help

  • could not access hiddenfield
    B bhavna4321

    yes but could not get in code file.

    ASP.NET javascript help

  • could not access hiddenfield
    B bhavna4321

    i have a control in javascript on click of a button i am function menuclicked() { if (myname == 'aruna') { document.getElementById("<%=h1.ClientID%>").value="hidden"; alert(document.getElementById("<%=h1.ClientID%>").value); } } on code file i am accessing the hidden field as if (!IsPostBack) { str =h1.Value ; } but i am getting the value as null. Can anyone please help me with this.

    ASP.NET javascript help

  • how to access hiddenfield in usercontrol which is there in master page.
    B bhavna4321

    document.getElementById("<%=Page.Master.FindControl("h1").ClientID%>").value="dirty"; not working on usercontrol

    ASP.NET javascript help tutorial

  • how to access hiddenfield in usercontrol which is there in master page.
    B bhavna4321

    in javascript it is document.getElementById(<%=h1.ClientID%>).value; it is giving me error. Can anyone please let me know how to access this .

    ASP.NET javascript help tutorial

  • stick footer at the bottom of the page
    B bhavna4321

    i am   able to   stick footer at the bottom of the page in IE . But in firefox and safari i am not able to do. The matter does not overlap but it comes up when the matter is less. So it is not sticking to the bottom.Can anyone please help me this. Here is the code. <body><form id="formMasterPage" runat="server"> <div id="container"> <div id="content"> <div id="header"</div> <div id="body"></div> </div></div> <div id="footer"></div></form> the css is... html,body             {                   margin: 0;                   padding: 0;                   height: 100%;             }             #header             {                   padding-left: 7px;                   padding-right: 7px;                   padding-top: 7px;             }             #body             {margin: 0;                   height: 98%;                   padding-left: 10px;                   padding-right: 10px;                   padding-bottom: 20px; /* Height of the footer */             }             #footer             {                   margin-top:-20px;                   position: relative;                   bottom: 0;                   width: 100%;          &nbs

    Web Development css html sysadmin docker help

  • How to make background image visible in ie6
    B bhavna4321

    its visible in all the browsers except below ie7. :rose:

    Web Development tutorial

  • Folder select dialog
    B bhavna4321

    if not now please help me out early next morning so that i can solve it at today night at least. i am trying out in javascripting too but in vain function function1() { var fso = new ActiveXObject("Scripting.FileSystemObject"); var parentFolder = fso.GetFolder('c:\\'); }

    ASP.NET tutorial

  • Folder select dialog
    B bhavna4321

    yes i want it on my site. i had used FolderBrowserDialog . But it gives error like System.Windows.Forms.FolderBrowserDialog m_obBrowser = new System.Windows.Forms.FolderBrowserDialog(); m_obBrowser.ShowDialog(); urrent thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. This exception is only raised if a debugger is attached to the process.

    ASP.NET tutorial

  • Folder select dialog
    B bhavna4321

    how to get folder select dialog box .

    ASP.NET tutorial

  • file upload control
    B bhavna4321

    on click of a button i want to call open file upload dialog box. THE FILEUPLOAD Control should not be visible . It should be created at run time on click of a button.

    ASP.NET

  • user control on webform
    B bhavna4321

    how ???

    ASP.NET javascript sysadmin question announcement

  • user control on webform
    B bhavna4321

    i have devexpress ASPxMenu control on my form and also other controls like textbox,button etc. If the user changes the text in the textbox and clicks the menu control i would like to prompt the user through javascript or server side coding that he has not saved his changes and moving on to other form. I tried with ajax update panel but that update panel use to get postback on textchanged event of textbox .So if I change textbox contents and press save button then it use to postback the form without the code for click of button getting executed. Can this be done through javascripting?

    ASP.NET javascript sysadmin question announcement

  • wpf + asp.net3.5
    B bhavna4321

    i have an asp.net website. I am also having a wpf application. I had published the wpf application and has a url which can be directly opened from ie explorer when pasted on its url window. now how can i open this wpf window from website in the same window. i have been trying to do it through response.redirect but could not do it.

    WPF csharp asp-net wpf question

  • [Message Deleted]
    B bhavna4321

    if the application is xbap application which has been published and has its url . Can it be done the same way . If not then how?

    ASP.NET

  • [Message Deleted]
    B bhavna4321

    [Message Deleted]

    ASP.NET

  • wpf
    B bhavna4321

    how to close a wpf application.

    WPF csharp wpf tutorial

  • Website + wpf application
    B bhavna4321

    i have an asp.net application which is a website. Now from aspx pages i want to redirect the user to wpf application in the same window. How can this be done . :laugh:

    WPF csharp asp-net wpf

  • WPF +WCF
    B bhavna4321

    no we have to take CollectionDataContract attribute and then how to do it i am not getting.

    WPF csharp wpf wcf

  • WPF +WCF
    B bhavna4321

    i want to serialize the collection class in wcf to be sent to wpf application and used there. i am adding CollectionDataContract attribute to the class and DataMember attribute to the method but not getting the result. Can one give me some link where i can get the exact procedure .

    WPF csharp wpf wcf
  • Login

  • Don't have an account? Register

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