Hello, I can across a question earlier today while working at the office and would like to know if sql server management studio is free to use or we need to pay for it?
...Getting error in SQL server stored procedure when executing it:
...I am using jQuery Validate to implement validation in my forms, I am also using Bootstrap selectpciker for dropdown. Validation message placement are correct for all fields except the dropdown, so I would like to know how can I place the validation messsage below dropdown instead of above it using jquery validate?
here is the error in image
my jquery script for validating form
...I am trying to get today's date using Javscript, which I can do using new Date()
but i would like to know, how can I get it formatted in dd/mm/yyyy and show it in datepicker input?
I have a string "10000.00", I would like to add commas in thousands place for a give string or number using C# .NET
String.Format()
? So I can show output as "1,00,00.00", something like this.
I was trying to change password in MVC and looked at the link "How to change password in asp.net mvc" but it requires me to add Old password, which I don't want, so if I am admin user of website, I would like to change password in MVC asp.net identity without using old password, how can I achieve that?
...Hello, I was trying to check if a string is null or empty using javascript or jquery , just like we do in C#. Need one condition, which can check both the requirements at the same time and calls ajax if value is not null or empty.
...I am trying to does my vscode wont go as a tree view, if the parent folder has one file (either file or sub-folder), it always append to the main folder.
...
I am trying to run a below query in my ASP.NET MVC project, but I am getting an error "there is already an open datareader associated with this command which much be closed first" in C#, how can I resolve it?
Here is the C# code, which I am using
...I am trying to send email in ASP.NET MVC, but it is not a plain HTML string, I need to convert Razor View with Model into string and then send it as a HTML content in MVC. So, How can I convert Razor view in HTML string with Model and then send it in MVC email? Thanks
...