Hi, I have problem in retrieving the value of a column of selected row in DataGridView control using c#.net 2005
VijayaRam
Hi, I have problem in retrieving the value of a column of selected row in DataGridView control using c#.net 2005
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
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
Or tell me how to get windows username Thanks and regards,
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
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
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
: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
: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
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