It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
On html page i have
I have to write rel content of href on server side(.cs)
like
href1.rel="";
But it is showing me an error how should i write??
You need to add an attribute
href1.Attributes.Add("rel", "");
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
the issue was resolved and the code executed successfully
The error is self-explanatory. You are trying to use a style of PhoneTitlePanelStyle where it does not exist
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am new for this so that asking these questions..
How can I generate a Dynamic Template field in Asp.net with C#?
You can use DynamicallyTemplatedGridViewHandler implementing ITemplate interface.....For details, have a look here
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Scrape Data in C# from images
Your best bet may be to buy an OCR library. There seem to a variety of them out there.
http://www.componentsource.com/features/scanning-ocr/net-class/index.html
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
is there any working/reliable open source TCP/IP Server App in C#?
You don't have very specific requirements, but there is a whole bunch at Codeplex(search:server+socket), just pick one that suits your need there.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
in c# what is the difference between both.
I imagine single result will be one single value
whereas single row will be some form of array of values.