How to get column name from gridview?
I would like to know how can I get a column name from a gridview? by its number not by name.
like : Name|Age|Birthday: ( so name=0 , age=1 etc…)
I would like to know how can I get a column name from a gridview? by its number not by name.
like : Name|Age|Birthday: ( so name=0 , age=1 etc…)
I am planning a SaaS system, to be written in C#, ASP.NET using WCF that has two separate components:
I just installed visual studio 2013 on windows 8.1
I am coding in Microsoft Visual Studio 12 in ASP.net using c# and a noob at it.
I’ve been banging my head against this all morning, so hopefully I can get some help. Essentially I’m having issues getting values from some textbox controls I’m creating dynamically in .net 4.
How to setup SMTPClient in ASP.net with C# to send email with provided proxy address ? or sending by detecting the system default proxy
I have developed a web site: Some fields are entered in English while others are entered in Arabic language.
I have web forms application. On one form I have a few functions. Which are called syncronously and takes some time. So I need to call them in different threads.
I am trying to digitally sign information with a private key. I know how to do this on in a desktop client application with .Net, but am not sure how to do it in ASP.Net. It would be used on an intranet using IE8. If it is done via ASP.Net, I am guessing that the private key is not sent to the server when the user types in their certificate passowrd when going to the site (https, 2-way SSL), but am not sure. If there is no way to access the client private key on the server, then how can I sign something in the browser? Can I use javascript?