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
P

Paras Kaneriya

@Paras Kaneriya
About
Posts
52
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can I create web part of my Silverlight 1.0 Application
    P Paras Kaneriya

    Hello All, I was assinged to create/find a silverlight application which should be like media player. I got success in getting application from here. When I downloaded it and run it on my machine it runs well, but as I tried to create web Part for the same it does not display anythind in the Web Part. :confused: While debugging (using alerts) I found that the function in StartPlayer.js file EePlayer.Player._getUniqueName("xamlHost"); returns nothing and hence it is not displaying anything. Now as I am very new to silverlight and also for Javascript I stuck up here. Can anyoine please let me know what should I do to make it run in SharePoint Web Part? Thanks in Advance Paras Kaneriya

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    WPF javascript question csharp sharepoint help

  • Loading controls dynamically asutomatically calls buttonBlick Eventhandler
    P Paras Kaneriya

    Try using this DropDownList1.SelectedItem = DropDownList1.Items.FindByValue("Your Value goes here");

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET csharp asp-net help tutorial question

  • Could not load the assembly
    P Paras Kaneriya

    Is your application built with asp.net 2.0 ?

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET help

  • Integreting Yahoo Maps in ASP.Net application
    P Paras Kaneriya

    Hello Everyone, I have one asp.net application in which I am embedding yahoo map to show the specified address using geocoding. but when I try to run, it gives me an JavaScript Error - 'YMap' is undefined. Does anybody knows about it?

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET csharp javascript asp-net help question

  • Unable to run asp.net page on IIS server
    P Paras Kaneriya

    The windows account from which you logged in and/or aspnet account do not have enough permissions That may be the cause Try giving permissions to those account

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

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

  • Trying to attach db's
    P Paras Kaneriya

    bhattiprolu wrote:

    "An error occurred when attaching the database(s). Click the hyperlink in the Message column for details."

    what is the details?

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET database tutorial help

  • How to implement Blog
    P Paras Kaneriya

    try to find in Google

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET help csharp tutorial

  • Problem in Javascript
    P Paras Kaneriya

    why don't you use .net validations???

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET help javascript sysadmin tools announcement

  • Default Browser
    P Paras Kaneriya

    In VS 2005 you can have that option I mean Right Click on the particular page and click on Browse with option that will display all browsers on your system, also you can set the default browser

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET question

  • To store uploaded image path in database not image
    P Paras Kaneriya

    store it in a varchar field

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET database

  • pop-up message
    P Paras Kaneriya

    Priya Cool wrote:

    Page.ClientScript.RegisterStartupScript(this.GetType(), "pop-up", "javascript: return window.alert('Agree Terms & Conditions to proceed');");

    I think this will run when page will be loaded i.e. alert will be displayed as soon as the page will be loaded to the browser

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET javascript

  • alertbox in web appln
    P Paras Kaneriya

    Priya Cool wrote:

    it works fine,but as i have given this under imgsub_click() it pop-up message only during second click

    Can you put your code snippet here?

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET javascript

  • stored procedure
    P Paras Kaneriya

    what about @combinationid = isnull(select CombinationId from tblItemsIdComposition where Id = @itemid and SubId = @subitemid and SSubId = @ssubitemid,0) Hope its correct!!!

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET database question code-review

  • error with upload control
    P Paras Kaneriya

    try using if upload1.HasFile then end if

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET help

  • Running one webapplication in another webapplication
    P Paras Kaneriya

    set target="name of your IFrame"

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET help

  • converting date
    P Paras Kaneriya

    Check out this[^]

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET question

  • Newbie with help on ASP.NET in C# and SQL Server 2005 Express
    P Paras Kaneriya

    I think the same code will work with SQL Server 2005 also. ofcourse you can use VS2003 to connect with SQL Server 2005! :cool:

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET csharp database asp-net sql-server visual-studio

  • How to implement an alert popup like Outlook's reminder popup in ASP.Net
    P Paras Kaneriya

    create an .aspx page an while loading page (i.e. in page_load event) write Response.Write("window.showModalDialog('./yourpage.aspx', '', 'unadorned=yes;');");

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET csharp asp-net tutorial question

  • image is displaying twice while doing postback
    P Paras Kaneriya

    write your code to load usercontrol in following block if (!page.ispostback) { }

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    ASP.NET help

  • validations error
    P Paras Kaneriya

    are you doing in asp.net if yes then you are in wrong forum if no then I dont understand how you can just upload one page in Desktop application?

    Paras Kaneriya
    The difference between genius and stupidity is that genius has its limits.

    Visual Basic 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