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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
B

bishwambhar_sen

@bishwambhar_sen
About
Posts
21
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Facing problem while accessing data from Active Directory
    B bishwambhar_sen

    Hi all, One Page of my ASP.NET application uses an active directory search to fetch the list of users. The Problem is : This page works fine all day long but sometimes throws an error "The server is not operational". This error disappears when the IIS is reset, but appears again after 2 or 3 hrs.I am unable to find out the reason behind this.I am sending you the details I found in the event Viewer: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 4/15/2009 6:23:17 AM Event time (UTC): 4/15/2009 1:23:17 PM Event ID: dbd99a355e4f451da4fd7e4f50e0f8e1 Event sequence: 21 Event occurrence: 6 Event detail code: 0 Application information: Application domain: /LM/W3SVC/399023246/Root/Mail-14-128842748654050392 Trust level: Full Application Virtual Path: /Mail Application Path: C:\Inetpub\wwwroot\EnhancementSite\Mail on myip\ Machine name: mymachinename Process information: Process ID: 2380 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: COMException Exception message: The server is not operational. Request information: Request URL: http://mydomain.com/Mail/newmail.aspx Request path: /Mail/newmail.aspx User host address: mydomain.com User: username Is authenticated: True Authentication Type: NTLM Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 5 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) at System.DirectoryServices.DirectorySearcher.FindAll() at GetAllUsers.getUsers.getUsername(DropDownList dduserlist) at Mail.newmail.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) kindly help me find a permanent solution to this problem as iisreset is not a very good option. Thanks Vasillis_zayetsav

    ASP.NET help sysadmin windows-admin csharp asp-net

  • Cant display image in my webpage
    B bishwambhar_sen

    Hi, No I am not displaying it in a web part.I am trying to display it on the webpage itself. I have written the previously mentioned code in the Page_Load section of the web page. Plz help me out.Kindly revert back in case you need any other information. Thanks, Vasillis_zayetsav.

    ASP.NET

  • Cant display image in my webpage
    B bishwambhar_sen

    Hi all, I am facing a strange problem to which I have no idea at all.I have created a website to be used with a sharepoint site.The website is running properly with all its functionalities.But whenever I try to display an image dynamically the image doesnt show up.Moreover,the same piece of code works fine for any other website but not for this one.That's what's driving me crazy. I have tried the following things. 1>Response.write("") 2>Response.write("") These codes work fine when used with any other website, but it's not working for my current website.Plz help me out. Thanks in advance!!:mad:

    ASP.NET

  • MsgBox in ASP.NET 1.1
    B bishwambhar_sen

    Hi all, I am facing a strange problem which is driving me crazy. I am using MsgBox("Hi",somestyle,"Title").It was working fine for days.But now all of a sudden I am getting an error of the sort "it is invalid to show a modal dialog or form when the application is not running in userinteractive mode. specify the servicenotification or defaultdesktoponly style to display a notification from a service application." My application is completely ready and is on the verge of being deployed on the server.Plz help me out. :(

    ASP.NET

  • equivalent of string.contains(vs2005) in vs2003.
    B bishwambhar_sen

    Hi all, First of all i wud like to express my heartiest gratitude to the expertsof codeproject who have been helping me time to time so that i dont remain stuck with a particular problem. My Prob: I was using VS2005 for building my application but suddenly due to some unavoidable circumstances we are forced to migrate to VS2003.But I am not too well-versed with VS2003 andm finding it a bit difficult to convert my app into VS2003. One such problem is that I was using string.contains in VS2005 but now I see that it doesnt exist in VS2003.So I wud like to know is there a way to implement the same feature in VS2003??plz help me out!!!!

    ASP.NET help question

  • Impact of .NET Framework on IIS 6.0
    B bishwambhar_sen

    Hi all, First of all I wud like to thank u all for helping me out again n again.Life wud have been miserable without the expert-advices of codeproject. My Situation: On a remote PC,we r running windows server 2003,IIS6.0,sharepoint services and it has .NET Framework 1.1.I wish to run my ASP.NET website created in Framework 2.0 on that IIS.For this I need to install Framework 2.0 on the server.The Server is also running a Sharepoint site. My Question: If I install Framework 2.0 on the above mentioned windows server 2003,will it affect my existing sharepoint site?Will there be any negative impact on the system?I wish to clarify my doubts in order to go for the installation on the server bcoz my supervisor is very much reluctant to this idea and he thinks it will surely affect the existing sharepoint site in a negative way. Kindly enlighten me in this regard!! :)

    ASP.NET windows-admin question csharp asp-net sharepoint

  • Updating Date in gridview
    B bishwambhar_sen

    Hi again Thanks for the reply.But I am not using AJAX and I dont know how to format the date so that it gets updated via gridview.Kindly help me in this regard!! :(

    ASP.NET database help tutorial announcement

  • Updating Date in gridview
    B bishwambhar_sen

    Hi all I am facing problem while updating date in the gridview. My database is sqlclient. The field is in DateTime Format.I am using the updatecommand of gridview to update the date but the change is not reflecting.The date is getting captured as mm/dd/yyyy 12:00:00 AM. Please tell me how to update this field. :(

    ASP.NET database help tutorial announcement

  • array of hyperlinks-->
    B bishwambhar_sen

    Hi Gaurav, I tried it,but it is showing me the same error "Object reference not set to an instance of an object!" I dont know what to do.I have a deadline to meet.Going crazy.Plz help me out !! :((

    ASP.NET help database data-structures question

  • array of hyperlinks-->
    B bishwambhar_sen

    Hi all, I would like to share with u all a problem which I am facing at the moment.I am using a gridview which I am populating using an sqldataadapter(through code and not statically).Now What I need to do is to change one of the columns into hyperlink.For instance the one we have in emails.When I click on the different hyperlinks within the same column I should be redirected to a common page but with different values through query string.For this I am trying to create an array of hyperlinks.But I am getting problem while initializing it.I am doing something like this---

    dim hf() as hyperlink=???
    while i
    hf(i).navigateurl="....?value="+i.tostring
    hf(i).text=......
    gridview1.rows(i).cells(0).controls(0).add(hf(i))
    end while

    But I am facing problem in the first line that is the initialization part.Please help me out with this.:confused:

    ASP.NET help database data-structures question

  • Passing data from child window to parent window
    B bishwambhar_sen

    Hi again, It is working on simple pages but it is not working when I use master pages.Seems to be a problem.Please help me out. I tried it without master pages and it was working fine,but when I am implementing it using master pages,it isnt working.

    ASP.NET javascript html help

  • Passing data from child window to parent window
    B bishwambhar_sen

    Thanx for ur help...It works !!!

    ASP.NET javascript html help

  • Passing data from child window to parent window
    B bishwambhar_sen

    Well thanx for helping me out.I m just gonna try this code.Anyways,can I try something like this?: el.innerText=document.getElementById('Something').value; It is because I need to pass a textbox value from child to parent.

    ASP.NET javascript html help

  • Passing data from child window to parent window
    B bishwambhar_sen

    Hi all, Let me first tell u wat I am trying to do.I have created a webpage with a button.On the click of that button(html control)I am opening a new window (as a popup).Now in this new child window I have some text boxes.I enter data in those textboxes and when I click a button,I want them to be sent to the parent window without the initial content of the parent window getting lost.Please suggest me a way to do so.I have been trying javascript but to no avail.Please help me out.:confused:

    ASP.NET javascript html help

  • Website created in VS2005,want to publish in IIS5.1
    B bishwambhar_sen

    Thanks for your help..I think now I can work easily..

    ASP.NET database graphics sysadmin windows-admin help

  • Website created in VS2005,want to publish in IIS5.1
    B bishwambhar_sen

    Hi all, I have a query to make.I have created a website in VS2005.I wish to publish it on IIS 5.1 which is on another PC on the network.But that PC has VS2003(instead of VS2005).Is there a way to publish my website on that IIS?Further my query stays the same for IIS 6.0.Please help.My delivery date is drawing nearer and m under immense pressure. :((

    ASP.NET database graphics sysadmin windows-admin help

  • e-mail feature in sharepoint 2003 site
    B bishwambhar_sen

    Hi all, I wish to know whether windows sharepoint services 2003 contains an inbuilt e-mail functionality. I mean to say that it shouldn't be using any e-mail client for it's purpose.The e-mail feature should be embedded in it.Is there something like that? Please let me know!! If there is something like that then my project is for a toss.

    ASP.NET sharepoint hardware question

  • web parts created in VS2005
    B bishwambhar_sen

    Hi all, I wish to know whether a webpart created and compiled in VS2005 will work with any sharepoint site?I further wish to clarify my confusion whether the framework of .Net will have an impact?i.e, Is a sharepoint site dependent on .NET framework? Please help me out.

    ASP.NET csharp sharepoint dotnet help question

  • Gridview selection
    B bishwambhar_sen

    How to select a cell in a gridview without using the autogenerate select button property.What I need to do is to show a particular field (column)in hyperlink.On clicking that hyperlink I need to perform some action..PLease help...how to do it??? :((

    ASP.NET help tutorial question

  • Drawing Charts in ASP.NET!!
    B bishwambhar_sen

    Hello everyone, I want to draw charts in ASP.NET using datasets as my source for the charts.Initially I tried generating them in Excel but then I found it was slowing down the page_load.So now I have decided to draw the charts in ASP.NET using datasets and I want them to be dynamic,i.e,if I change a certain parameter in the table the charts gets updated on its own. :confused:Please help me out!!!

    ASP.NET csharp asp-net graphics help
  • Login

  • Don't have an account? Register

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