[AngularJS] How to load data in textbox on autocomplete search

2019-05-25 Thread P.Suresh Kumar
How to fix the autocomplete search option in textbox using angularjs and asp.net web api. I have attached my code in these links. https://stackoverflow.com/questions/56302597/how-to-fix-autocomplete-search-in-angularjs

[AngularJS] Displaying credentials through alert box after logging in to the next page dynamically using session storage in angularjs

2019-05-19 Thread P.Suresh Kumar
I'm having a login form where username and password is typed in and after that the login form is redirected to next page by displaying user credentials using session storage through alert box in angularjs. Credentials are fetched from the database. I also have attached my code in the below

[AngularJS] Retrieving and displaying an image using web api from angularjs in asp.net without using mvc

2019-03-20 Thread P.Suresh Kumar
Greetings! How to retrieve and display an image based on employee_id by clicking on a search button *using web api from angularjs in asp.net without using mvc. * Regards Suresh Kumar. P -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS

[AngularJS] Re: Document for form input status

2019-03-19 Thread P.Suresh Kumar
Hai Long Field, I hope this would be useful. https://www.w3schools.com/angular/angular_validation.asp On Tuesday, March 19, 2019 at 5:33:04 AM UTC+5:30, Long Field wrote: > > > Do you know any documentation that explains all of status of form input? > >- ng-valid >- ng-invalid >-

[AngularJS] Re: retrieving an image from the ms sql server database using angularjs in asp.net

2019-03-18 Thread P.Suresh Kumar
I have saved the image as binary data On Monday, March 18, 2019 at 2:26:30 PM UTC+5:30, P.Suresh Kumar wrote: > > Hey guys, > My requirement is to retrieve an image based on employee_id and I also > have a Find button. When the user clicks the button after entering the > input

[AngularJS] retrieving an image from the ms sql server database using angularjs in asp.net

2019-03-18 Thread P.Suresh Kumar
Hey guys, My requirement is to retrieve an image based on employee_id and I also have a Find button. When the user clicks the button after entering the input, it must fetch an image based on employee_id and display it using angularjs in asp.net Regards Suresh Kumar P -- You received this

[AngularJS] Re: How to add different inputs different textboxes and display it in an another textbox in ng-repeat table(And whenever the user tries to change the input, simultaneously the output must

2019-03-15 Thread P.Suresh Kumar
Do anyone have a solution? On Wednesday, March 13, 2019 at 7:59:01 PM UTC+5:30, P.Suresh Kumar wrote: > > Answer with coding is better. One more point to add. I have also added > checkboxes for each and every child rows, only if the checkbox is checked, > the textbox will be

[AngularJS] Adding a timed flash error message and also a popup message

2019-03-15 Thread P.Suresh Kumar
I'm working on a form in angularjs, asp.net and mysql server. My requirement is to display a flashing error message when add button is pressed without entering any input in the form fields as well as when I click the delete icon, it must be displaying a popup message like "Are you sure you

[AngularJS] Adding a flash message and a popup message

2019-03-15 Thread P.Suresh Kumar
I'm working on a form in angularjs, asp.net and mysql server. My requirement is to display a flashing error message when add button is pressed without entering any input in the form fields as well as when I click the delete icon, it must be displaying a popup message like "Are you sure you