Thank you very much davidnz you guys really help me out. Seriously I was stuck and you guys show me how to solve this problem.
Naveed727
Posts
-
Problem to convert my code and don't know how to search for it over google -
Problem to convert my code and don't know how to search for it over googlethank you very much, It really help me out. Thanks again.
-
Problem to convert my code and don't know how to search for it over googlePlease help me out , I am not able to solve this problem. :((
-
Problem to convert my code and don't know how to search for it over googlehttp://easy.co.il[^]Thanks for reply No am not trying to display this string my page. Let me explain it again. Following (1) and (2) is example I have an url : (1)
[http://easy.co.il/חברות-תיירות/](http://easy.co.il/חברות-תיירות/)[[^](http://easy.co.il/חברות-תיירות/ "New Window")]
I want to convert it to (2)[http://easy.co.il/%D7%97%D7%91%D7%A8%D7%95%D7%AA-%D7%AA%D7%99%D7%99%D7%A8%D7%95%D7%AA/](http://easy.co.il/%D7%97%D7%91%D7%A8%D7%95%D7%AA-%D7%AA%D7%99%D7%99%D7%A8%D7%95%D7%AA/)[[^](http://easy.co.il/%D7%97%D7%91%D7%A8%D7%95%D7%AA-%D7%AA%D7%99%D7%99%D7%A8%D7%95%D7%AA/ "New Window")]
As you can see (1) if I past it in browser it is not working and (2) is working fine. So now I have a lot of urls like (1) and I have to convert them in to (2). Please help me how I will do this conversion. -
Problem to convert my code and don't know how to search for it over googleHello, I have a very simple problem but I don't now how to search about this on Google. I have a url I don't know it is in Unicode or what I am pasting it please if any one help me regarding this.
חברות-תיירות
actually this is a part of url and I have to convert it to such coding to let my browser to understand it and I can use it. Yes I know about HttpUtility.UrlDecode but as I told you earlier I don't know in which coding is my string, most when I paste my string in google and write that I want to decode it, google automatically convert it to original language, I want the same thing which google is doing but how? Please help me out guys because I spend about 2 hours on this issue but no success. Thanks in advance -
How will I pass argument to ProcessHi, I am using the following code
Process pr = new Process(); pr.StartInfo.FileName = "SCHTASKS.exe"; // pr.StartInfo.CreateNoWindow = true; // pr.StartInfo.WindowStyle = ProcessWindowStyle.Hidden; pr.StartInfo.Arguments = "/Delete " + ScheduleName;
when I pass the delete argument in command prompt a confirmation will appear. After pressing "y" it the schedule is deleted successfully. I want to pass "y" as arguments but don't know how because I am already passing delete command in arguments If any one can help me. Regards -
Very urgent please:((
-
Very urgent pleaseAn Unhandled exception occurred in your application. If you click continue the application will ignore this error..... in exception.Message the value is = Unknown
-
Very urgent pleaseHi, I got a very strange problem. I create an Access database. It is working fine with me in my application which is in C#. I have Access 2003 and my client too. While with my client the select query gives null data. I changes all the methods use OleDbAddaptor and OleDbDataReader functions.These functions are working fine at my end but with my client A Select Query is not working even the Table is present and data is present but the query is not working properly. Please if you have any suggestion what should I do for this.
-
I am not able to read xml node in XPathNodeIteratorI am reading this code
-<Set xsi:schemaLocation="urn:htt://www.exaple.com ">
-<Result>
<Title>Title of the page </Title>I can read an simple XML through XpathNedeIterator but in Node you can see data xsi;... How can I handle this I am using this XPathNodeIterator nodes = navigator.Select("//Set//Result//Title"); to get title value XPathNavigator node = nodes.Current; but I am fail I search at Google but not successful Any suggestion thanks in advance
-
My Regular expression stop at $ signActually this is a part of a big string in which I am searching for something but it stop at $ sign if you resolve this issue then it will helpful for me. Thanks
-
SQl -
My Regular expression stop at $ signI am using following string.. Searching text er's community and total budget is $16/page. The regular expression I am using is "[^$]*" but it only get "Searching text er's community and total budget is " not getting the whole string. it means it stop at $ sign what changes I should made to get the whole string. Thanks in advance :)
-
How can I send image tage in Response.WriteHello All, I want to send image tag in Response.Write how can I achieve this.. I am doing like this Response.Write("
"); know the problem I have is I am giving creating multiple images, that should be at the location of control where I am using it. But It is not working .... Any suggestion what should i do..... Thanks in advance Regards :confused:
-
which control is more faster repeater , data grid view, response.write etcHello all, I am searching for control which control is more faster to display data from database. currently I am using repeater control and data grid view. and some time I get data with help SqlCommand and Sql addapter I though it is more fast. If I create a custom control and use response.Write it will fast? If you have any suggestion than please share with me. Regards
-
My regular expression skiping one data How can I fix it [modified]This question is not related to C# but I am using it in C# and there is no message board for Regular Expression there for I am posting my question, and I hope some one will solve my problem. I have this regular expression "(ABC.\d.)(?.*?)*(ABC.\d.)" and the following data on which I am applying it. ..... DATA To grab from Regular expression ABC.1. Recreation. As of June 30, 2007, the balances provided in the following citations shall revert to the fund ABC. 2. Recreation. As of June 30, 2007, the balances provided in the following citations shall revert to the fund ABC. 3. Recreation. As of June 30, 2007, the balances provided in the following citations shall revert to the fund ABC. 4. Recreation. As of June 30, 2007, the balances provided in the following citations shall revert to the fund But unfortunately it grabs only ABC.1,ABC.3,ABC.5,ABC.7 and so on it means this regular expression is skipping one step. Is there any one who can tell me how can I correct this problem. That it should not skip any sequence where it got ABC.\d. it should grab data until it found next ABC.\d. Thanks in advance :rose:
modified on Wednesday, February 18, 2009 1:40 AM
-
I have an issue with my accountThanks Now it it fine. Now I am happy. :laugh:
-
I have an issue with my accountI am belong to Pakistan and in my Settings it is shows as Pakistan but at my article :http://www.codeproject.com/KB/system/MyTaskManager.aspx[^] In about author my location is shows as India. Please fix it. I am belong to Pakistan. Thanks
-
I have problem with my accountPlease help me out I have problem with my account at codeproject.com. To whom I told my problem to solve it. Thanks
-
Xml writingThanks buddy