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
V

VijayaRam

@VijayaRam
About
Posts
10
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Getting the value of a column of selected row in DataGridView
    V VijayaRam

    Hi, I have problem in retrieving the value of a column of selected row in DataGridView control using c#.net 2005

    VijayaRam

    C# csharp help

  • Getting Error while Adding Web Service reference in asp.net project
    V VijayaRam

    As you told,i have done, but no use, I think the error may be in asmx file. it is telling file cannot begin with % character. Do you know how to register the asmx file in the project. Thanks in advance. this is the error: The document at the url http://localhost/MyWebProjects/WebSite1/Service.asmx was not recognized as a known document type. The error message from each known type may help you fix the problem: - Report from 'DISCO Document' is 'Name cannot begin with the '%' character, hexadecimal value 0x25. Line 1, position 2.'. - Report from 'WSDL Document' is 'There is an error in XML document (1, 2).'. - Name cannot begin with the '%' character, hexadecimal value 0x25. Line 1, position 2. - Report from 'XML Schema' is 'Name cannot begin with the '%' character, hexadecimal value 0x25. Line 1, position 2.'.

    VijayaRam

    ASP.NET csharp xml asp-net help tutorial

  • Getting Error while Adding Web Service reference in asp.net project
    V VijayaRam

    Hi friends, While adding the web service(ie., *.asmx) file into a new asp.net web project i am getting the following error. It is showing the error at the first letter "<@". Can you tell me how to resolve this. The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- A name was started with an invalid character. Error processing resource 'http://localhost/MyWebProjects/WebSite1/Service.as... <%@ WebService Language="C#" CodeBehind="~/App_Code/Service.cs" Class="WService.Service" %> -^

    VijayaRam

    ASP.NET csharp xml asp-net help tutorial

  • How to get the windows login un and pw in c#
    V VijayaRam

    Or tell me how to get windows username Thanks and regards,

    VijayaRam

    C# csharp tutorial

  • Multiple select in listbox
    V VijayaRam

    Hai do the following: //Add a button and add the following code to that { listBox1.SelectionMode = SelectionMode.MultiExtended; string strSearch = textBox1.Text; for (int i = 0,j=0; i < listBox1.Items.Count; i++) { if (listBox1.Items[i].ToString() == strSearch) listBox1.SetSelected(i, true); else listBox1.SetSelected(i, false); } } Add a textbox and a listbox and try to execute. regards,

    VijayaRam

    C# help question

  • How to get the windows login un and pw in c#
    V VijayaRam

    Can any one tell how to get the username and password from the windows login, for processing inside a c# windows application. Thanks in advance, regards,

    VijayaRam

    C# csharp tutorial

  • Localisation of c# Windows Application
    V VijayaRam

    Thanks for your idea, But can you ellborate your points in details for clear understanding. if possible can you provide Sample codes, it will be useful. Thanks & Regards,

    VijayaRam

    C# csharp help

  • How to read the attribute value of an element in xml using c#
    V VijayaRam

    :confused:Hai Guys, Do you know how to read the attribute value of an element in xml using c# dataset and tables. Explanation with example will be appreciated. Thanks.

    VijayaRam

    C# tutorial csharp xml

  • Localisation of c# Windows Application
    V VijayaRam

    :confused:Hai Guys, I have problem in localizing my application to some other language such as japanese, chinese,etc. Your Ideas about implementing localisation in c# windows application is welcomed and appreciated.

    VijayaRam

    C# csharp help

  • How to add KeyUp Event to Label Control in C#
    V VijayaRam

    Hai Friends, I was stuck while do a porject which involves adding a key_up event for a label control.... Can anyone help me to solve this... It may be in any method!! Regards B.VijayaRam

    Vijay

    C# help csharp 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