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
A

Amit Agarrwal

@Amit Agarrwal
About
Posts
442
Topics
173
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Track Internet Explorer close forcibly by user
    A Amit Agarrwal

    Thanks for your valuable suggestion, code and time. actually my requirement is to create a Audit trail for User Login and Logout. if user login to the system, then i make a entry into the Database. if user successfully Logout to the system then i make the logout entry in the database. but what will happen if user close the IE directly with logout to the system or Alt + f4 or close IE by right click or any thing else. that is my actual requirement..

    Amit Agarwal

    ASP.NET javascript sysadmin

  • Track Internet Explorer close forcibly by user
    A Amit Agarrwal

    hello, I want to track / or want to excecute some function (javascript/server side) when any user try to close the Internet Explorer window forcibly. i tried so many googling..... but didn't get any desire result..

    Amit Agarwal

    ASP.NET javascript sysadmin

  • user session management issue
    A Amit Agarrwal

    thank you so much for the very nice and approchable answer. i got two of your answers. but "A better approach is to record the last activity time of the user and a database job resets the flag if current time - last activity time is greater than session expiry limit." can you please little Elaborate this approach.how to record the users last activity time. and in the search box what will the correct keywords to find out the answer. Thanks

    Amit Agarwal

    ASP.NET csharp asp-net help question

  • user session management issue
    A Amit Agarrwal

    hello, If i want that if some body have logged in on my portal with his user name and pwd.and at same time same user tries to logged in from different computer with his user name and pwd then system should tell him that "you are already logged in with this user name and pwd." how can i achieve this in asp.net c# application. thanks in advance. Regards Amit

    Amit Agarwal

    ASP.NET csharp asp-net help question

  • insert record in two database
    A Amit Agarrwal

    hello all, My application in windows C#. i have two database in sql server 2005. i want to insert record in both database but the major concern is that if any one failed its transaction then it should rollback both trasaction in both databases. please guide me for this.....

    Amit Agarwal

    Database database csharp sql-server sysadmin tutorial

  • Integrating Logging Apllication Block with WCF Application
    A Amit Agarrwal

    hello All, I have created a WCF Application.now i want to integrate the Logging Application Block. i want to Log them into a txt file as well. (this is my main concern). when doing so much googling i find out about Flatfilelistner and i configured my App.config using following Listner but it didn't work for me. <add fileName="D:\trace.log" header="----------------------------------------" footer="----------------------------------------" formatter="Text Formatter" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FlatFileTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" traceOutputOptions="Callstack" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" name="FlatFile TraceListener" /> can any one please guide me to resolve this problem.

    Amit Agarwal

    C# csharp wcf debugging help tutorial

  • How to select Item from DataGridViewComboBoxCell in Datagridview
    A Amit Agarrwal

    hello, I have a Combobox in My Grid. I have bound this Combobox by datasource. Suppose values in Combobox After binding (x,y,z); I have a checkbox on form. i get some value like "x" After clicking on checkbox, what i want when i click on checkbox this x value should be selected in ComboBox. for this I'm trying following code DataGridViewComboBoxCell cboCell = this.dgvQueryPane.Rows[CurrentRowIndex].Cells[CurrentCellName] as DataGridViewComboBoxCell; cboCell.Value = x; but its not working....can anyone please help me.....

    Amit Agarwal

    Visual Basic css wpf wcf help tutorial

  • Datagridview combo box Binding problem
    A Amit Agarrwal

    I have two combo box in Datagridview. one is Department and Manager.Initially i'm binding All the Department and All Manager in dropdown. when select the department then manager combo should bind with selected department manager. I have done till here. but i'm facing a problem if i select one department in first row then it binds All rows with selected department's manager value. i want to bind it row wise. so every column in different row bind accroding to its department row wise. any suggestion?

    Amit Agarwal

    Visual Basic wpf wcf help question

  • Problem in Gmap control --- Please anyone help me..
    A Amit Agarrwal

    try to find out on google how google map works...don't give up so early.here experts will help you only when you will finish your ground work.....

    Amit Agarwal

    ASP.NET help question database com

  • How to import mails??
    A Amit Agarrwal

    http://www.codeproject.com/KB/IP/despop3client.aspx[^]

    Amit Agarwal

    ASP.NET csharp asp-net tutorial question

  • Master Page problem
    A Amit Agarrwal

    Please confirm whether your Lable control is on child page or on master page...

    Amit Agarwal

    ASP.NET help

  • validation controls
    A Amit Agarrwal

    yeah this is true, but what's happening with your Requiredfield validator.

    Amit Agarwal

    ASP.NET regex help

  • web technology for windows/linux
    A Amit Agarrwal

    ok you mean to say that, if i have made one website in asp.net then i can only host this application on windows OS not on Linux OS....

    Amit Agarwal

    Web Development csharp linux tutorial

  • web technology for windows/linux
    A Amit Agarrwal

    So as per my understanding, if i have made a site in .net and if somebody is using linux as a OS then he will not be able to access this site.....

    Amit Agarwal

    Web Development csharp linux tutorial

  • web technology for windows/linux
    A Amit Agarrwal

    hello all, i'm new in this web development i want to know if i want to develop a website which should be compatible for any plaltform like windows and linux, which web development technology i should prefer.. may be dotnet is the solution or not please guide me guys... Thanks

    Amit Agarwal

    Web Development csharp linux tutorial

  • Scheduled task in ASP.net?
    A Amit Agarrwal

    why don't you go for window service for this

    Amit Agarwal

    Web Development csharp asp-net question

  • default settings SQL Server does not allow remote connections.
    A Amit Agarrwal

    hello all, I'm getting this error when connecting to my sql server 2005 with asp.net 2.0 An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Shared Memory Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider) Regards

    Amit Agarwal

    Database csharp asp-net database sql-server sysadmin

  • default settings SQL Server does not allow remote connections
    A Amit Agarrwal

    Thnaks for the reply, yeah, I did the certain changes from server surface area Management.i'm trying to connect sql server 2005 express edition with asp.net 2.0 on a single my PC. but still getting the same error.

    Amit Agarwal

    ASP.NET csharp asp-net database sql-server sysadmin

  • Wiki in Dotnet
    A Amit Agarrwal

    yes....any solution for this

    Amit Agarwal

    ASP.NET csharp tutorial

  • default settings SQL Server does not allow remote connections
    A Amit Agarrwal

    hello all, I'm getting this error when connecting to my sql server 2005 with asp.net 2.0 An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Shared Memory Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider) Regards

    Amit Agarwal

    ASP.NET csharp asp-net database sql-server sysadmin
  • Login

  • Don't have an account? Register

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