Search

You searched for the word(s): userid:871229

Matching Posts

  • Microsoft Office Access Database error.

    Hi guys, Everything is working fine on client side. Now i just add my web application to IIS and after that when i am trying to browse the file and getting the data from execl sheets. this error comes: The Microsoft Office Access database engine cannot open or write to the file (.xls). It is already opened exclusively by another user, or you need permission to view and write its data. but where should i have to give the permissions and all stuff. i tried everything, even i give all permission to
  • .Net Ajax enabled web Application deploy to Apache server.

    Is there any good way to deployment the .net web application wth ajax enabled to WAMP server(Apache)? or i can install IIS on the same server with different port or ip address. So which one is best and robustness approach. but i would like to hear on first one(on apache server, but i never used Apache before.) all suggestions or ideas are welcome. Regards
    Posted to Configuration and Deployment (Forum) by DayNight on 10/30/2009
  • Re: What does DataView.DataKey(0) show the previous record's value?

    Right now, you fixed the index of the row in datakey..! datatkey(0).to string; this line of code always shows you datakey of first record. You can get the correct datakey by looping the the record or selecting the particular row and getting the index of row and pass in datakey(index) then you will get right index..! Regards,
    Posted to Data Presentation Controls (Forum) by DayNight on 10/29/2009
  • Re: Tab Panels are all loading at the same time

    You can approach like this, but i didnt used this logic before. just a logic that come in mind..hope for best. void Tabcontainer_activeTabChanged(object sender, event) { switch(tabContaienr.activetab.dynamicContextkey) { case "1" //this is active tab index to each tab" Load whatever you want case "2" load whatever you want } }
    Posted to Web Forms (Forum) by DayNight on 10/28/2009
  • Re: How to redirect back to login page upon logging out?

    Check that one: http://forums.asp.net/p/1475841/3430489.aspx and do use session when passing the id and password in session rather than redirect the id, pwd to destiantion page.
    Posted to Security (Forum) by DayNight on 10/28/2009
  • System.Diagnostics.Process.Start(Path) doesnt work on web server

    I am using System.Diagnostics.Process.Start(Path) for open up the file form client side. File(s) is placed in different server. even i used <Identity Impersonate ="true" Userid="xxxx" password="xxxx" /> in web config for giving the access to that server position, but when i try to open the file, nothing happened, just page refreshed. Its not even throw any exception. I put all the project on web server, but on localhost everything is working fine. any suggestion
    Posted to Security (Forum) by DayNight on 9/3/2009
  • Re: System.Diagnostics.Process.Start(Path) doesnt work on web server

    thanx Fayaz...! even i searched it, Web applicaction not give the permission to acces the server from web page for editing purposes. All good..!i understand the concept..!like from 2-3 days i am trying to do things that microsoft doesn't allows...! yeah I create module to open a any type of file type by system.IO, so thats only the best way to deal with server files. Regards...!
    Posted to Security (Forum) by DayNight on 9/3/2009
  • Ajax Popup doesnt disable controls in master page

    i have master page with general link on that. in regular page, i have ajax modal pop up; when pop ups, everything on page grey out and you cannot click on any control on page, but control that are on Master page are still clickable. overall it doesnt disable anything on master not even change the back color on master page when pop up appears. any suggestion, plz lemme know Regards...! here is general syntax of what i am doing in master page; <div > <div > <div > ###header text <
  • Re: Ajax Popup doesnt disable controls in master page

    #### Master page code <head runat="server"> <title>xxx </title> <link href ="style/StyleSheet.css" rel="stylesheet" type="text/css" /> </head> <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManagerMaster" runat="server"> </asp:ScriptManager> <div > <div> <div id="logo"> xxxx </div> <br /> </div> <div>
  • set a value to textbox which is outside to update panel

    i am using gridview inside the update panel....!when i click the row of gridview, i need to set some value return by database to textbox, and textbox is outside the update panel, i cant put textbox in same update panel due to some reason. when i click the gridview, On selected index changed, i called stored procedure which take selected datakey and return some value, and i need to set that value to textbox which is outside the Update panel...! Regards....!
    Posted to Data Presentation Controls (Forum) by DayNight on 7/22/2009
Page 1 of 4 (32 items) 1 2 3 4 Next >