Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to connect to TURN Server in C# Pin
Sascha Lefèvre28-Apr-15 6:02
professionalSascha Lefèvre28-Apr-15 6:02 
GeneralRe: How to connect to TURN Server in C# Pin
Pete O'Hanlon27-Apr-15 23:58
mvePete O'Hanlon27-Apr-15 23:58 
GeneralRe: How to connect to TURN Server in C# Pin
Member 1161266228-Apr-15 2:56
Member 1161266228-Apr-15 2:56 
AnswerRe: How to connect to TURN Server in C# Pin
Abhinav S28-Apr-15 0:12
Abhinav S28-Apr-15 0:12 
QuestionConnection test for SAP Netweaver and Microsoft SharePointList in C# Pin
Member 1138787727-Apr-15 19:13
Member 1138787727-Apr-15 19:13 
AnswerRe: Connection test for SAP Netweaver and Microsoft SharePointList in C# Pin
Pete O'Hanlon27-Apr-15 23:12
mvePete O'Hanlon27-Apr-15 23:12 
QuestionGet string website c# [HELP ME PLS] Pin
Member 1106300127-Apr-15 12:00
Member 1106300127-Apr-15 12:00 
AnswerRe: Get string website c# [HELP ME PLS] Pin
Sascha Lefèvre27-Apr-15 14:54
professionalSascha Lefèvre27-Apr-15 14:54 
There are two issues with your question.

The first one is that this forum is intended to provide answers to specific programming questions. Requesting code isn't one.

The second one is that you either didn't provide enough information about what you're trying to accomplish or don't have a clear idea yourself of what you're trying to do. Where do you want to process that "string in a textbox of a website"? In the browser? Then you would have to look into Silverlight. Or in your server application? Then you can't do it with C# alone. You would either have to have a HTML-form that gets posted to your server application or a JavaScript-Ajax function that performs an Ajax-request. Would your server application be ASP.NET or something else? As you didn't specify all this, we couldn't "give you the code" even if we wanted.

So, please, first think about what you're really trying to accomplish, then make yourself familiar with the required technologies for which you will most certainly find tons of tutorials and examples on this website, then try to do it yourself. If you get stuck, try to find an answer with Google because in most cases there will already be an answer in some forum and thus it will be the quickest way for you and not wasted time for you and us. If you can't find an answer, come back here and ask - while providing enough information to allow someone who is not you to understand what you're trying to do and where exactly the problem is.
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

Questionc# covert a for loop to for each (arraylist) Pin
Aindriu Mac Giolla Eoin27-Apr-15 9:29
Aindriu Mac Giolla Eoin27-Apr-15 9:29 
GeneralRe: c# covert a for loop to for each (arraylist) Pin
PIEBALDconsult27-Apr-15 9:39
mvePIEBALDconsult27-Apr-15 9:39 
GeneralRe: c# covert a for loop to for each (arraylist) Pin
Aindriu Mac Giolla Eoin27-Apr-15 9:42
Aindriu Mac Giolla Eoin27-Apr-15 9:42 
AnswerRe: c# covert a for loop to for each (arraylist) Pin
Richard Deeming27-Apr-15 10:17
mveRichard Deeming27-Apr-15 10:17 
GeneralRe: c# covert a for loop to for each (arraylist) Pin
Aindriu Mac Giolla Eoin27-Apr-15 10:28
Aindriu Mac Giolla Eoin27-Apr-15 10:28 
AnswerRe: c# covert a for loop to for each (arraylist) Pin
Marjan Venema30-Apr-15 8:02
professionalMarjan Venema30-Apr-15 8:02 
QuestionC# Datepicker value not saved in MySql database Pin
ahmed_one27-Apr-15 0:20
ahmed_one27-Apr-15 0:20 
AnswerRe: C# Datepicker value not saved in MySql database Pin
Gerry Schmitz27-Apr-15 19:47
mveGerry Schmitz27-Apr-15 19:47 
GeneralRe: C# Datepicker value not saved in MySql database Pin
ahmed_one27-Apr-15 20:26
ahmed_one27-Apr-15 20:26 
GeneralRe: C# Datepicker value not saved in MySql database Pin
Gerry Schmitz27-Apr-15 20:56
mveGerry Schmitz27-Apr-15 20:56 
GeneralRe: C# Datepicker value not saved in MySql database Pin
ahmed_one27-Apr-15 21:02
ahmed_one27-Apr-15 21:02 
GeneralRe: C# Datepicker value not saved in MySql database Pin
Gerry Schmitz27-Apr-15 21:33
mveGerry Schmitz27-Apr-15 21:33 
GeneralRe: C# Datepicker value not saved in MySql database Pin
ahmed_one28-Apr-15 3:40
ahmed_one28-Apr-15 3:40 
GeneralRe: C# Datepicker value not saved in MySql database Pin
ahmed_one28-Apr-15 4:18
ahmed_one28-Apr-15 4:18 
GeneralRe: C# Datepicker value not saved in MySql database Pin
Gerry Schmitz28-Apr-15 9:14
mveGerry Schmitz28-Apr-15 9:14 
QuestionWhat is Constructor Overloading in C# .net ? Pin
dhivya.sakthi26-Apr-15 20:35
dhivya.sakthi26-Apr-15 20:35 
AnswerRe: What is Constructor Overloading in C# .net ? Pin
OriginalGriff26-Apr-15 21:28
mveOriginalGriff26-Apr-15 21:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.