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
N

naveedmazhar

@naveedmazhar
About
Posts
23
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Exchange Server 2007 - Event Programming
    N naveedmazhar

    Can we write ASP.Net code in the events of "Exchange Server 2007"? For example, if new email message arrives in any email box (ABC@domain.com, XYZ@domain.com, etc.) of Exchange Server 2007 then some kind of event is fired in Exchange Server. If it is possible then please guide me in doing this. Thanks.

    ASP.NET tutorial csharp asp-net com sysadmin

  • java script for enter button in content page is not working properly?
    N naveedmazhar

    Hello, Please put the searching fields that are search text box and button in one PANEL and use DefaultButton property of that panel. Give the ID of the Search Button in DefaultButton of search panel. Similarly, use the panel for login area. And give the ID of Login Button in DefaultButton property of that panel. I hope this will help. Bye,

    ASP.NET java javascript algorithms tools question

  • [Message Deleted]
    N naveedmazhar

    mr_muskurahat wrote:

    string url = Server.MapPath("~/IDS/" + dr["RmtMLRAddressImg"].ToString()); image1.imageurl= url;

    Try to use this: string url = "~/IDS/" + dr["RmtMLRAddressImg"].ToString(); image1.imageurl = url; Hope this helps.

    ASP.NET

  • javascript function call from user control's command button
    N naveedmazhar

    Neeraj Arora wrote:

    document.getElementById("divPostComment_Tab1").style.display = "block";

    Check the ID of "divPostComment_Tab1" after rendering of the page and use that ID instead of "divPostComment_Tab1".

    ASP.NET javascript

  • how to check the username is already exist in a table...?
    N naveedmazhar

    asad_black wrote:

    If result > 0 Then

    I think if you will modify your condition mentioned above to: If result = 0 Then then it will work.

    ASP.NET database help sysadmin tutorial question

  • Crystal Reports In ASP.Net 2.0
    N naveedmazhar

    Hello, I want to call a crystal report from my .aspx webpage. I am using ASP.Net 2.0 and VB.Net In my criteria, data will come in the crystal report from the stored procedure and I have to send the parameter to stored procedure. Any help in this regard will be appreciated. Thanks.

    ASP.NET csharp asp-net database help

  • Help needed in ASP.Net Crystal Reports
    N naveedmazhar

    Hello, I want to call a crystal report from my .aspx webpage. I am using ASP.Net 2.0 and VB.Net I want to get the crystal report by passing a parameter to stored procedure. Thanks.

    ASP.NET csharp asp-net database help

  • How to compress files in ASP.Net?
    N naveedmazhar

    How to compress files in ASP.Net using VB.Net without any third party solution?

    ASP.NET csharp asp-net tutorial question

  • Getting Specific Record In XML
    N naveedmazhar

    Hello, Is there any way to get specific records from XML file using ASP.Net with VB.Net? There are two XML files one for categories and other for products. I want to get products against specific category. Or can we use "Select Query" in XML files? If you know the solution then please let me know. Bye, -- modified at 8:16 Tuesday 25th April, 2006

    ASP.NET csharp asp-net database xml

  • ASP not working
    N naveedmazhar

    I already posted this problem before but failed to overcome the problem. So, I am copying and pasting the problem here: --------------------------------------------------------------- After installing Visual Studio Dot Net, ASP pages are not working now. I searched a lot about this but did not succeed in finding the solution. Can anybody tell me the solution to make the ASP pages work again? Following error message appears: "Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance." Error in event log is given below: "The server failed to load application '/LM/W3SVC/1/ROOT/aaa'. The error was 'The server process could not be started because the configured identity is incorrect. Check the username and password. '. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp." ASP.Net is working fine. I am using Windows 2000 Professional.

    ASP.NET csharp help asp-net visual-studio com

  • ASP is not working after installing VS.Net 2003
    N naveedmazhar

    I already posted this problem before but failed to overcome the problem. So, I am copying and pasting the problem here: --------------------------------------------------------------- After installing Visual Studio Dot Net, ASP pages are not working now. I searched a lot about this but did not succeed in finding the solution. Can anybody tell me the solution to make the ASP pages work again? Following error message appears: "Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance." Error in event log is given below: "The server failed to load application '/LM/W3SVC/1/ROOT/aaa'. The error was 'The server process could not be started because the configured identity is incorrect. Check the username and password. '. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp." ASP.Net is working fine. I am using Windows 2000 Professional. ---------------------------------------------------------------

    ASP.NET csharp visual-studio help asp-net com

  • ASP page does not work.
    N naveedmazhar

    Error in event log is given below: "The server failed to load application '/LM/W3SVC/1/ROOT/aaa'. The error was 'The server process could not be started because the configured identity is incorrect. Check the username and password. '. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp." ASP.Net is working fine. I am using Windows 2000 Professional.

    ASP.NET csharp visual-studio question

  • ASP page does not work.
    N naveedmazhar

    Following error message appears: "Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance."

    ASP.NET csharp visual-studio question

  • ASP page does not work.
    N naveedmazhar

    After installing Visual Studio Dot Net, ASP pages are not working now. I searched a lot about this but did not succeed in finding the solution. Can anybody tell me the solution to make the ASP pages work again?

    ASP.NET csharp visual-studio question

  • Accessing Cookie Through JavaScript
    N naveedmazhar

    Can we get or set the value of cookie, that is created by server side language (ASP.Net), through javascript? I want to get/set the value through javascript.

    ASP.NET csharp javascript asp-net sysadmin question

  • Multiple Arguments In LinkButton
    N naveedmazhar

    Any other simple solution?

    ASP.NET question

  • Multiple Arguments In LinkButton
    N naveedmazhar

    Can we use multiple arguments for asp:LinkButton? If yes, then how? I want to pass more than two arguments to the OnCommand event of LinkButton.

    ASP.NET question

  • Calling Sub Routine From Dynamic Link Button
    N naveedmazhar

    Assalam-O-Alaikum! I have created dynamic link buttons. How can I call an "onCommand" sub routine on clicking any of the link buttons? Take care. Allah Hafiz

    ASP.NET question

  • Can the "Browse..." caption be changed?
    N naveedmazhar

    Assalam-O-Alaikum! Can the "Browse..." caption of the "Browse Button" be changed. I am talking about Take care. Allah Hafiz

    ASP.NET question

  • How to get GMT Time in ASP.Net?
    N naveedmazhar

    Thanks. :)

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