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

anilpal

@anilpal
About
Posts
97
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • HttpHandler (another Could not load type )
    A anilpal

    Hi, Ok thats fine do one thing, first create a simple app with Httphandler. Follow simple steps below: 1.Create class and inherit it from "IHttpModule " interface 2.Imlement the below method public void Init(HttpApplication context) { //context.BeginRequest += new EventHandler(context_BeginRequest); } void context_BeginRequest(object sender, EventArgs e) { //HttpApplication app = (HttpApplication)sender; } 3. Add below code in yr web.config file Regards Anil Pal

    ASP.NET csharp help algorithms tools question

  • static public functions : asp.net c#
    A anilpal

    hi, Now what u want?

    Regards Anil Pal

    ASP.NET csharp asp-net database

  • logout problem
    A anilpal

    Hi, R u facing any specific problem ot u want complete code?

    Regards Anil Pal

    ASP.NET com help

  • how can i set the visibility of a button inside a grid view programatically.
    A anilpal

    Hi, So, then where is the problem. You canalso use the build buttons of gridview for edit the records in grid.

    Regards Anil Pal

    ASP.NET

  • Pass by Reference into a borland C++ dll
    A anilpal

    Hi, Ok before giving any sueggstion, let me clear: 1. yr C# methode need to accept paramter frm c++ and also need to return some value to c++. is this correct? Please explain

    Regards Anil Pal

    ASP.NET

  • how can i set the visibility of a button inside a grid view programatically.
    A anilpal

    hi, U have to either find control(button) on Databound event of gridview and ste its visibilty. or u can use foreach loop for gridview in find the control and set visibilty.

    Regards Anil Pal

    ASP.NET

  • File Upload Encryption
    A anilpal

    hi, Can u know what kind of file u r going to upload?

    Regards Anil Pal

    ASP.NET

  • Querystring? urgent
    A anilpal

    Hi ResponserFile.aspx?id=3&name=nam&cell=cell I think u r using correct format to send the multiple data through query. May be problem in syntax of calling in ajax. Can u provide the exact error whcih u r receiving. R u workking in VS 2003?

    Regards Anil Pal

    ASP.NET

  • youtube video download
    A anilpal

    hi, Hmm... Check out below url http://chiragrdarji.wordpress.com/2008/09/16/integrate-youtube-in-aspnet Regards Anil Pal

    ASP.NET

  • youtube video download
    A anilpal

    Hi, you want to integrate youtube vedio in yr ASP application?

    Regards Anil Pal

    ASP.NET

  • Querystring? urgent
    A anilpal

    Hi, Can i know frm where ur trying to send the query string vale?

    Regards Anil Pal

    ASP.NET

  • Authentication
    A anilpal

    Hi, Yes, but before that do u have predefine user for authentication? If yes then what they are?

    Regards Anil Pal

    ASP.NET

  • How to inherit User contol to another user control
    A anilpal

    Hi, It would be nice i f u explain certain things: 1. Whats is y r exact requirement? 2. What method u want to inherit/override and why? Which user control u r trying to create window/web and where u want to consume it?

    Regards Anil Pal

    ASP.NET

  • Display username in all pages after logging in
    A anilpal

    HI, Please use below code to access the control of the master page. If it is outside the contentplace holder(Which ofcourse). Page.Master.FindControl("Label1")

    Regards Anil Pal

    ASP.NET

  • Save file from library class referenced from webservice
    A anilpal

    Hi, Here u go: Solution1: You can pass imagePath as paramter from website, which may actually calling yr class lib project. Solution2: You can define the image pathin web.config file n then from there u can read imagePath from class Lib proj. Feel free to ask.

    Regards Anil Pal

    ASP.NET

  • Gridview paging?
    A anilpal

    Hi, U need to implement "PageIndexChanging" event of GridView. like: GridView1.PageIndex =e.NewPageIndex

    Regards Anil Pal

    ASP.NET

  • OleDBConnection or SQLConnection
    A anilpal

    Hi, No its mean sqlclient is better bcz it use min code to communicate with DB where as oledb reuquired more

    Regards Anil Pal

    ASP.NET

  • OleDBConnection or SQLConnection
    A anilpal

    Hi, If u use sqlclient in that case it use oledb partially (some code of oledb) and rest it will communcate directly with native code , where as if u use oldedb in that case it use fully(complete code of oledb).

    Regards Anil Pal

    ASP.NET

  • any idea why theses two beans behave differently
    A anilpal

    Hi, Just try to access the Order class member without creating the object. bcz may it static class. If problem still persist then try with remove the ref and add again.

    Regards Anil Pal

    ASP.NET

  • javascript in asp.net
    A anilpal

    Hi, Please use below code to get the dropdownlist value. var fieldName = document.forms[0].elements["DropDownList1"].value

    Regards Anil Pal

    ASP.NET
  • Login

  • Don't have an account? Register

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