Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

asp.net

  1. N

    C# How can I learn ASP .NET for web design

    Hi everyone, My goal is to learn the C# language for web design. A friend of mine, who has been a programmer for many years, said I should learn the following in order: Front: 1- HTML and CSS 2- Bootstrap 3- JavaScript 4- JQuery Back: 1- C# 2- Object-Oriented Programming (OOP) Approach 3- ASP...
  2. C

    C# Couldn’t get equations in html when convert word .docx file to html file in C#.

    I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my...
  3. madyrafi

    C# Login Details Code Error

    Sir, I have studied and tried to put login page but it shows code error please tell me the correction sir It shows error: System.InvalidOperationException: 'The connection is already and also code error private void button14_Click(object sender, EventArgs e) { if (textBox9.Text != "" &&...
  4. madyrafi

    C# Connection string Error C# to Mysql insert button code

    I want to insert table in db and make connection to mysql to vs. Error for below code is: System.NullReferenceException: 'Object reference not set to an instance of an object.' System.Configuration.ConnectionStringSettingsCollection.this[string].get returned null. using System; using...
  5. new_learner

    C# I need urgent help. I am learning coding. If someone is online please let me know

    I need urgent help. I am learning coding. If someone is online please let me know
  6. new_learner

    C# I have model with two values: string id and string subject. I am saving it variable a. now i want to pass only id to a method when i have some data

    I have model with two values: string id and string subject. I am saving it variable a. now i want to pass only id to a method when i have some data in variable a. How to do this?
Back
Top Bottom