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

kalyan_vb

@kalyan_vb
About
Posts
25
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need help in writing code on establish a PPTP (VPN Tunnel) connection in c#.
    K kalyan_vb

    Hi, I need help in writing code on establish a PPTP (VPN Tunnel)connection in c#. Thanks Kalyan

    C# csharp help

  • How to assign the value to text area control i.e in iframe using screen scraping
    K kalyan_vb

    I am working on screen scraping application, I have one webpage and web page as an iframe control , and iframe internally has one text area control, but the iframe and text area control were rendered by using the javascript file, Now my requirement is how can I assign the value to the text area control from the .cs (i.e from the code behind)

    ASP.NET javascript tutorial question

  • How to assign the value to text area control i.e in iframe using screen scrapting
    K kalyan_vb

    I am working on screen scraping application, I have one webpage and web page as an iframe control , and iframe internally has one text area control, but the iframe and text area control were rendered by using the javascript file, Now my requirement is how can I assign the value to the text area control from the .cs (i.e from the code behind)

    ASP.NET javascript tutorial question

  • How to remove blank pages in a PDF from C# Application [modified]
    K kalyan_vb

    Hi, Can any one tell me the way to remove or delete the blank pages in a PDF document either using VB.Net or C#? Thanks and Regards. Kalyan

    modified on Monday, July 5, 2010 7:12 AM

    C# csharp tutorial question

  • File Upload
    K kalyan_vb

    Hi, Is there any way to find that the uploaded file is correctly saved in a given folder? Thanks and Regards, kalyan

    C# question

  • Usage of generics in .net projects
    K kalyan_vb

    Is there any other uses other than mentioned above.

    .NET (Core and Framework) csharp wcf performance

  • Usage of generics in .net projects
    K kalyan_vb

    Hi, Can any one tell where we can use generics to gain performance (except collections) in .net projects with WCF services. Thanks and Regards, Kalyan

    .NET (Core and Framework) csharp wcf performance

  • Why DataMember attribute is applying on class fields rather than Properties in WCF, I am using the Serialization
    K kalyan_vb

    Hi All, Can any one tell why the DataMember attribute is applying on class fields rather than Properties in WCF, I am using the Serialization. Service Code: [System.Runtime.Serialization.DataContract(Namespace = "http://QuickReturns")] public partial class OTA_HotelAvailGetRQHotelAvailRequestDateRange { private string startField; [System.Runtime.Serialization.DataMember(Name = "Start")] public string Start { get{} set{} } } Client Side : OTA_HotelAvailGetRQHotelAvailRequestDateRange dataRange= new OTA_HotelAvailGetRQHotelAvailRequestDateRange(); dataRange.startField= "10"; Thanks and Regards

    WCF and WF csharp wcf json

  • Code for prining the Crystal Report in Local Printer
    K kalyan_vb

    I would like to print the crystal report in the local printer instead of printing in default web server printer.

    C# sysadmin

  • Sending XML as input to Oracle stored procedure
    K kalyan_vb

    I have the following XML, and I need to copy the Workflow related data i.e Name and Descriptin and Module name in Workflow Master table Level Number, NumberOfActors in Level Master table, Rule Action, LevelNumberAfterAction, StateAutoChangeDuration in Rule Master table. I want to do this in Oracle, and passing this XML as input to stored procedure. Please let me know how to do this.

    Database database oracle xml tutorial workspace

  • Content Rotator in Asp.net
    K kalyan_vb

    When I am using Server.CreateObject( "MSWC.ContentRotator" ) in Asp.Net page I am getting 'No such interface support' error. Can any one help how can I use this file.

    ASP.NET help csharp asp-net sysadmin question

  • Enabling the MenuItem in Menu
    K kalyan_vb

    I have one menu control in my Main Page and menu has 5 menu items, I have one ASPX page which as one button. Initially 2 menu items in the menu will be disabled. On click of button in the aspx page those disabled menu items should be enabled. But it is not working. Bellow is the code for enabling the menu items. Protected Sub Sumbit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Sumbit.Click Dim mnControl As Menu mnControl = CType(Master.FindControl("Menu1"), Menu) mnControl.Items(0).ChildItems(4).Enabled = True mnControl.Items(0).ChildItems(5).Enabled = True mnControl.Items(0).ChildItems(3).Enabled = True end sub. Kalyan

    Visual Basic

  • Handling User Control event in Repeater Control
    K kalyan_vb

    Hi, I have one user control which has one Submit button, I have ASPX page and it has one Repeter Control and in repeter I placed this user control in repeter's Item template. Now I want to handle the user control Button click event in repeter i.e in ASPX.How can I do this. Regards, Kalyan Kalyan

    ASP.NET question

  • User control events in repeater control
    K kalyan_vb

    Hi, I have one user control which has one button control, I placed this user control in Repeater's Item template. But I want to handle the user control Button click event in repeter.How can I do this. Regards, Kalyan Kalyan

    ASP.NET question

  • Page Break problem in reporting services
    K kalyan_vb

    I have the page break problem in my report. In the report first I placed a table with contains 50 rows(data will be shown in two pages) and after the table I placed the matrix object becuase the number of cols is not fixex. The problem is that if the number of columns in the matrix is greater than 10 then it prints the remaining columns in the next page but at the same I am getting the page breaks in the first table i.e between 1St and 2nd page I am getting page break. How can I delete the page breaks. Kalyan

    ASP.NET help question

  • Page Breaks in reporting services
    K kalyan_vb

    I have the page break problem in my report. In the report first I placed a table with contains 50 rows(data will be shown in two pages) and after the table I placed the matrix object becuase the number of cols is not fixex. The problem is that if the number of columns in the matrix is greater than 10 then it prints the remaining columns in the next page but at the same I am getting the page breaks in the first table i.e between 1St and 2nd page I am getting page break. How can I delete the page breaks. Kalyan

    ASP.NET help question

  • Dynamic columns in Matrix report in Reporting services.
    K kalyan_vb

    Can any one tell me how to generate Dynamic columns in reporting services.... I am using Matrix report in reporing services. Regards, Kalyan Kalyan

    ASP.NET tutorial

  • how to make menu in asp.net
    K kalyan_vb

    What type of menu do you required. Does the menu contains any sub menus?. If not create an User Controls with the Link buttons and on click of the Link button do what ever you need i.e. redirecting to some page. If the menu contains sub menus let me know I will give you the code. Regards, Kalyan

    ASP.NET csharp asp-net tutorial

  • Javascript Problem
    K kalyan_vb

    If you still need the solution I can post it.

    ASP.NET csharp javascript asp-net help tutorial

  • Copy two xml doc in to a table in sql
    K kalyan_vb

    Hi, I have 2 xml documents which contains the data, and I want to read the data from these two xml docs and copy to a table. How to do this, can any one post the syntax. I want to do this in sqlserver. Regards, Kalyan

    Database database xml 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