User Profile

Collapse

Profile Sidebar

Collapse
AnuGarg
AnuGarg
Last Activity: Oct 29 '12, 07:03 AM
Joined: Jul 11 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AnuGarg
    started a topic How to improve performance of aspx Page
    in .NET

    How to improve performance of aspx Page

    Hi,
    We have .net web site using .net 3.5 version.
    We have Grid which may contain more than 150 records.
    We are using update panel and child update panel which shows some other editable data for the selected row in Grid. The controls in child update panel are 3 text boxes and one DataList to bind Images for selected record.
    Whenever user switches to any other row , then the data of last selected row (form the child update...
    See more | Go to post

  • AnuGarg
    started a topic Photo editing tool for asp.net web site

    Photo editing tool for asp.net web site

    Hi All,

    I am working on ASP.net project where we are providing facility to user to upload images/photos. But he want to edit & save those images like add text or get some part of image and save the image.

    Is there any such tools available which are free of cost and can be integrated into asp.net page easily?

    Please help.

    Thanks,
    Anu
    See more | Go to post

  • Print selected data of gridview using javascript

    Hi All,

    I am working in ASP.Net project.
    I have one gridview and data is bound from codebehind cs file. In some of the columns I am showing them links to open popup & also data.
    Now my task is to print the gridview but i dont want to show those licks in print. It should print only data that is available otherwise blank cell.
    My code is as below:
    Code:
     
    protected void btnPrint_Click(object sender,
    ...
    See more | Go to post

  • AnuGarg
    started a topic Issue with dropdownlist inside gridView

    Issue with dropdownlist inside gridView

    Hi All,

    I am working in ASP.Net & c# project.
    I have one Gridview which contains the Dropdownlist as one of its column and I have other text fields on the page which are like Master-Child relation.
    I am binding data to gridview from code-behind cs file.
    On row selection of the grid - the data should be filled in other fields on the page. For this purpose, i m adding one jaavscript function on gridview_rowdat abound...
    See more | Go to post

  • Hi Jared,

    I need not to make any changes in IIS and I get solution with following script:
    Code:
    ldapSearchBaseDn =  "dc=abc,dc=com" 	
    ldapSearchHost =  "AD IP"	
    ldapUser 		= "AD User"
    ldapPwd 		= "password"   
    email  			= "abc@xyz.com"
    	
    strQuery = "<LDAP://"& ldapSearchHost & "/" & ldapSearchBaseDn
    ...
    See more | Go to post

    Leave a comment:


  • Hi jhardman,

    My website is published in IIS7.0 in windows2008 system.
    The main IIS settings are:
    Authentication - Anonymous
    Authorization rules - allow all
    .Net trust levels - full
    The Application Pool settings are as below:
    Managed Pipeline Mode - Integrated
    Identity - LocalSystem
    Load User Profile - false

    Please advise ,What do I need to change in above settings...
    See more | Go to post

    Leave a comment:


  • Thanks for reply.
    I am member of "domain Admin" group in AD.
    I have to run this query without changing IIS settings.
    I have tried the same in 2 different systems
    1.Error "Table does not existss" if I run same query from asp page published in windows2003
    2. "Operation error occured" if I run from windows2008 system

    Does it make any difference? As I am getting different...
    See more | Go to post

    Leave a comment:


  • Querying AD using vb script from ASP page returns "An operations error occurred"

    Hi,

    I am trying to query AD for sAMAccountName attribute for given email.
    My code is as follows:
    Code:
    Dim ldapSearchBaseDn,ldapSearchHost,ldapUser,ldapPwd	
    	
    ldapSearchBaseDn = "dc=test,dc=com"  ''"base dn"	
    ldapSearchHost = "IP of domain system"	
    ldapUser	= "domain\username"
    ldapPwd 	= "password"
    email  = "test@testmail.com"
    ...
    See more | Go to post
No activity results to display
Show More
Working...