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
K

KhandelwalA

@KhandelwalA
About
Posts
101
Topics
63
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Calling SSIS package from c#
    K KhandelwalA

    I am developing a windows application, In this application I am trying to call a SSIS package from C# code. The code is as follows:-

    Microsoft.SqlServer.Dts.Runtime.Application app=new Microsoft.SqlServer.Dts.Runtime.Application();
    Package package = null;
    string pkgloctn;
    pkgloctn = @"E:\XXXXX\XXXXX\Package.dtsx";
    package = app.LoadPackage(pkgloctn, null);
    package.Variables["User::FileName"].Value = txtCustSupport.Text.Trim();
    Microsoft.SqlServer.Dts.Runtime.DTSExecResult results = package.Execute();

    on line number 6, I am getting following error message:- "The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails." My database is in SQL 2012 and SSIS Package is developed in 'Microsoft Visual Studio 2010 Shell' with framework 3.5 I am developing windows application in VS 2012 with framework 3.5. Kindly suggest

    C# csharp database visual-studio help sql-server

  • User Control
    K KhandelwalA

    look, the scene is like, i m ordering an item list and i have to enter a quantity n all details for a specific item. For that i have created a control, which is get called on number of items, like if there are three items, then three times control get called and showing three interfaces for input. On save button click, i want to save respected data to their respective items, how to achieve it.

    ASP.NET tutorial question

  • User Control
    K KhandelwalA

    I have a page call Sample.aspx. I am using a Control (which have some textbox, radio buttonlist, etc) in it. and depending on no. of items that control got created repeatedly. on Sample.aspx, i have to find out its values for respective items. How to achieve it ? Kindly guide me a bit. Thanks

    ASP.NET tutorial question

  • Ajax
    K KhandelwalA

    I just want a guidance, not a lesson.....okkkkk.

    ASP.NET tutorial question tools

  • Ajax
    K KhandelwalA

    What is hook to ajax ? Is it possible to call a client script after execution of a ajax function ? if yes, how to achieve it, guide me a bit ? thanks

    ASP.NET tutorial question tools

  • Fusion Charts
    K KhandelwalA

    I have created fusion charts in MVC. Now after clicking on a dataplot in chart, i want to create another new chart. On the fusion chart its given that we can use "FCClickEvent" event. I want to know to is it possible in mvc and if yes then how to add mxml and mx action script. Please guide me a bit Thanks

    ASP.NET tutorial asp-net tools architecture

  • Fusion Chart
    K KhandelwalA

    I have created fusion chart from xml in asp.net. If i want to create child values in a fusion a chart.Suppose i want to show the students of respective class then i can use simple chart and in this chart if I want to show number of boys and girls for respective classes then how to achieve it ? Thanks

    ASP.NET csharp asp-net xml tutorial question

  • fusion chart from xml
    K KhandelwalA

    Thanks for your help

    ASP.NET tutorial csharp asp-net xml

  • fusion chart from xml
    K KhandelwalA

    hello, my name is ankur sharma. I want to create a fusion chart from xml and want to show in swf format using asp.net. how to achieve it. Plz guide me Thanks

    ASP.NET tutorial csharp asp-net xml

  • Membership Roles
    K KhandelwalA

    Is it possible to assign a default role in asp.net role and membership provider.......for e.g. there is two roles in my website.......Ist is Admin and IInd is Customer...........and if any user registers himself...........he must be automatically assigned to customer role..........is it possible...........plz guide me a bit.......:)

    ASP.NET csharp asp-net sales tutorial

  • Datalist Image
    K KhandelwalA

    I m showing Product image, description, specification in datalist through database........this is asp code.......

    ASP.NET database

  • Cart
    K KhandelwalA

    I hv created cart dynamically at runtime through datatable............and i assigned it to the source of a datalist..............nw i want to edit quantity of products through datalist dynamically..........i tried many times.......but its not wrking properly.......this is my code..... Dim dt As DataTable = Session("Cart") Dim dr As DataRow For i As Integer = 0 To DataList1.Items.Count - 1 Dim txt As Integer = CType(DataList1.Items(i).FindControl("txtQty"), TextBox).Text Dim hf As Integer = CType(DataList1.Items(i).FindControl("hfatc"), HiddenField).Value Dim val As Integer = Convert.ToInt32(txt) For Each dr In dt.Rows If dr("ItemNo") = hf Then dr("ItemQty") = val Session("Cart") = dt DataList1.DataSource = dt DataList1.DataBind() lblTtl.Text = "Rs." & GetItemTotal() End If Next Next plz tell me.........where i m lacking behind.............is there any other way to do it......... plz guide me a bit.........:)

    ASP.NET tutorial

  • Regular expression in ASP.Net.
    K KhandelwalA

    u can visit this site http://www.regexlib.com/

    ASP.NET csharp asp-net regex help

  • role and membership
    K KhandelwalA

    I want to make user registration through role and membership with customized fields like: i want to include columns like:-country,phone etc........how to achieve it.....do i need to use role and membership and make separate table for login and all thing.........and one more thing whenever user registers he should directly added to a default role..............plz guide me a bit :)

    ASP.NET tutorial

  • data table cart
    K KhandelwalA

    I m making cart dynamically in data table and at the cart view...........i m assigning this source to a Data List..........and Want to update the quantity dynamically............how its possible.........& wht can be other way to do this task.........plz guide me a bit........:)

    ASP.NET tutorial announcement

  • Pie and Bar Chart
    K KhandelwalA

    hello everyone............i m creating Bar char using Drawing class............its correctly wrking on Internet exploer and whnvr i tries to run it on Opera/Mozilla........it gives incorrect output(something like encryption form)...............i think its becoz of browser..........then whts solution of this...............do i need to use other external tools of asp.net..............if yes then which one??

    ASP.NET csharp asp-net graphics security tools

  • script menu login [modified]
    K KhandelwalA

    thnks for ur reply bro...............but i think u r not getting my question..........i hav created menu in html using UL tag,LI tag, and ANCHOR tag with scripting...............in this condition how to check .......:)

    ASP.NET tutorial tools

  • script menu login [modified]
    K KhandelwalA

    I have created menu from scripting using

    • tags using this code:-

      • Stone Collections
      • New Arrivals
      • Deals
      • Exclusive
      • Clearance Sale
      • Other Gemstones

      now on the click of specific menu item i want to check whether user logged in or not.....how to do this............plz guide me a bit......:)

      modified on Saturday, October 24, 2009 2:47 AM

    ASP.NET tutorial tools

  • Ajax Shoppin Cart
    K KhandelwalA

    Can anybody guide me how to use Ajax Shopping Cart in ASP.NET.............:)

    ASP.NET tutorial csharp asp-net

  • ajax tab panel
    K KhandelwalA

    is it possible to put tabs in down position(at the position of footer) in ajax tab......plz guide me a bit..............:)

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

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